-
Notifications
You must be signed in to change notification settings - Fork 0
/
AboutUs.htm
81 lines (78 loc) · 4.35 KB
/
AboutUs.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./images/logo2.0.png">
<title>College | book | House</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./CSS/AboutUs.css">
<script src="https://kit.fontawesome.com/b8f90c9dd2.js" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Almendra+SC&family=Bruno+Ace+SC&family=Maven+Pro&family=Sulphur+Point&family=Telex&family=Tsukimi+Rounded&display=swap" rel="stylesheet">
</head>
<body>
<header class="header">
<div class="container">
<nav class="navbar">
<h1 class="logo" class="h1">CbH</h1>
<ul class="navbar-items">
<li class="navbar-item">
<a href="./index.htm" target="_self">Home</a>
</li>
<li class="navbar-item">
<a href="./AboutUs.htm" target="_self">About</a>
</li>
<li class="navbar-item">
<a href="./ContactUs.htm" target="_self">ContacUS</a>
</li>
</ul>
</nav>
<hr class="line line-nav">
</div>
<section class="section">
<div class="container container-1">
<h2 class="about-heading">About us</h2>
<hr class="line-heading">
<h3 class="sub-heading">Our Mission</h3>
<p>Discover the convenience of carrying an entire library in your pocket, allowing you to embark on literary journeys anytime, anywhere. From gripping novels to insightful non-fiction, our e-books are your companions in the pursuit of wisdom and enjoyment.We are providing such content that will help you at exam time and you can easily download the pdf and watch the video on YouTube it will be beneficial for you.
some data will be added in soon.</p>
<h3 class="sub-heading">Our Team</h3>
<p>
</p>
<div class="about-warapper">
<div class="left">
<ul>
<li>At CollegeBookHouse, our strength lies in our unity. </li>
<li>We bring together diverse talents, perspectives, and skills to create a dynamic and innovative team.</li>
<li>we are shaping the future.</li>
</ul>
<marquee behavior="scroll" direction="left">Join us on this exciting journey as we continue to grow, learn, and make a positive impact.</marquee>
</div>
</div>
<div class="cta-banner">
<div class="cta-banner-left">
<p class="cta-line">What are you waiting for, reach us right now.</p>
</div>
<div class="cta-banner-right">
<a href="./ContactUs.htm" class="btn-cta">CONTACT US</a>
</div>
</div>
</div>
</section>
</header>
<footer class="footer">
<div class="social-medial-links">
<a href="https://www.facebook.com/profile.php?id=100068019325515" target="_blank" class="footer-btn"><i class="fab fa-facebook fa-3x"></i></a>
<a href="https://twitter.com/LokeshSain4877?t=BI9PufrE9weYQOIpsf86fg&s=09" target="_blank" class="footer-btn"><i class="fab fa-twitter fa-3x"></i></a>
<a href="https://instagram.com/lokesh_saini4877?igshid=NGExMmI2YTkyZg==" target="_blank" class="footer-btn"><i class="fa-brands fa-instagram fa-3x"></i></a>
<a href="#" class="footer-btn"><i class="fa-brands fa-github fa-3x"></i></a>
<p>CbH © 2023, all Rights Reserved</p>
<p> only for <span class="span1">S.S. Jain subodh college of global excellence </span></p>
<p> <span class="span2">BCA Students</span></p>
</div>
</footer>
</body>
</html>