-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
197 lines (176 loc) · 8.58 KB
/
about.html
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>AVITAR</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- font awesome cdn -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- fonts -->
<link rel = "stylesheet" href = "font/fonts.css">
<!-- normalize css -->
<link rel = "stylesheet" href = "css/normalize.css">
<!-- custom css -->
<link rel = "stylesheet" href = "css/utility.css">
<link rel = "stylesheet" href = "css/style.css">
<link rel = "stylesheet" href = "css/responsive.css">
</head>
<body>
<!-- navbar -->
<nav class = "navbar">
<div class = "container flex">
<a href = "index.html" class = "site-brand">
AVI<span>TAR</span>
</a>
<button type = "button" id = "navbar-show-btn" class = "flex">
<i class = "fas fa-bars"></i>
</button>
<div id = "navbar-collapse">
<button type = "button" id = "navbar-close-btn" class = "flex">
<i class = "fas fa-times"></i>
</button>
<ul class = "navbar-nav">
<li class = "nav-item">
<a href = "index.html" class = "nav-link">Home</a>
</li>
<li class = "nav-item">
<a href = "gallery.html" class = "nav-link">Gallery</a>
</li>
<li class = "nav-item">
<a href = "blog.html" class = "nav-link">Blog</a>
</li>
<li class = "nav-item">
<a href = "about.html" class = "nav-link">About</a>
</li>
<li class = "nav-item">
<a href = "contact.html" class = "nav-link">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- end of navbar -->
<!-- header -->
<header class = "flex header-sm">
<div class = "container">
<div class = "header-title">
<h1>About</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Natus rerum maxime enim odit illum in molestias beatae doloremque, ratione optio.</p>
</div>
</div>
</header>
<!-- header -->
<!-- about section -->
<section id = "about" class = "py-4">
<div class = "container">
<div class = "title-wrap">
<span class = "sm-title">things to know about us</span>
<h2 class = "lg-title">our story</h2>
</div>
<div class = "about-row">
<div class = "about-left my-2">
<img src = "images/about-img.jpeg" alt = "about img">
</div>
<div class = "about-right">
<h2>We Have Aged 5 Years</h2>
<p class = "text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Beatae vitae sed aperiam qui repudiandae earum voluptatem. Modi at inventore omnis veniam necessitatibus exercitationem vel nesciunt delectus ex officiis, culpa doloremque odit illo saepe placeat. Delectus consequuntur reprehenderit omnis accusantium officiis!</p>
<p class = "text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Similique explicabo blanditiis quidem consequuntur qui quaerat fuga iste tenetur consequatur porro. Aliquam maiores alias doloribus at quisquam quo numquam perferendis. Odit!</p>
</div>
</div>
</div>
</section>
<!-- end of about section -->
<!-- facts section -->
<section id = "facts" class = "py-4 flex">
<div class = "container">
<div class = 'title-wrap'>
<span class = "sm-title">know some facts about us</span>
<h2 class = "lg-title">Acheivements BAJA <p style="font-size: 1.5em;">2022</p></h2>
</div>
<div class = "facts-row">
<div class = "facts-item">
<span class = "fa-solid fa-ranking-star facts-icon"></span>
<div class = "facts-info">
<strong>20th</strong>
<p class = "text">AIR</p>
</div>
</div>
<div class = "facts-item">
<div class = "facts-info">
<strong>9 <sup>th</sup></strong>
<p class = "text">Manuaverabality</p>
</div>
</div>
<div class = "facts-item">
<div class = "facts-info">
<strong>15<sup>th</sup></strong>
<p class = "text">Overall Dynamics</p>
</div>
</div>
<div class = "facts-item">
<div class = "facts-info">
<strong>20 <sup>th</sup></strong>
<p class = "text">Suspension and Traction</p>
</div>
</div>
</div>
</div>
</section>
<!-- end of facts section -->
<!-- footer -->
<footer class = "py-4">
<div class = "container footer-row">
<div class = "footer-item">
<a href = "index.html" class = "site-brand">
AVI<span>TAR</span>
</a>
<p class = "text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Eveniet voluptates maiores nam vitae iusto. Placeat rem sint voluptas natus exercitationem autem quod neque, odit laudantium reiciendis ipsa suscipit veritatis voluptate.</p>
</div>
<div class = "footer-item">
<h2>Follow us on: </h2>
<ul class = "social-links">
<li>
<a href = "#">
<i class = "fab fa-facebook-f"></i>
</a>
</li>
<li>
<a href = "https://www.instagram.com/team_avitar/">
<i class = "fab fa-instagram"></i>
</a>
</li>
<li>
<a href = "#">
<i class = "fab fa-twitter"></i>
</a>
</li>
<li>
<a href = "#">
<i class = "fab fa-pinterest"></i>
</a>
</li>
<li>
<a href = "#">
<i class = "fab fa-google-plus"></i>
</a>
</li>
</ul>
</div>
<div class="footer-item">
<h2>Contact Information:</h2>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
<p>Phone: 986384484848</p>
<p>Address: VIT-Bhopal , sehore, bhopal, india</p>
</div>
<img src="images/logo.png" alt="">
</div>
</footer>
<!-- end of footer -->
<!-- js -->
<script src = "js/script.js"></script>
<script>
</script>
</body>
</html>