-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
375 lines (363 loc) · 16.6 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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
<!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">
<title>Buzz Makers</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-icons.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/slick.css">
</head>
<body>
<header class="mb-5">
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container-fluid responsive-container">
<div class="mobile-nav">
<a class="navbar-brand pt-0" href="index.html">
<img src="./images/logo.svg" class="logo" alt="">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#buzzmenu"
aria-controls="buzzmenu" aria-expanded="false" aria-label="Toggle navigation">
Menu
</button>
</div>
<div class="desktop-menu">
<ul class="navbar-nav ms-auto mb-lg-0">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Services
</a>
<ul class="dropdown-menu">
<li class="arrow-up">
<div></div>
</li>
<li>
<a class="dropdown-item" href="strategy.html">Strategy</a>
</li>
<li>
<a class="dropdown-item" href="marketing.html">Content</a>
</li>
<li>
<a class="dropdown-item" href="technology.html">Technology</a>
</li>
<li>
<a class="dropdown-item" href="design.html">Design</a>
</li>
<li>
<a class="dropdown-item" href="studio.html">Buzz Studio</a>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="work.html">Our Work</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blogs.html">Blogs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="news.html">News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="careers.html">Careers</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- collpase menu for mobile start -->
<div class="collapse mobile-menu-area" id="buzzmenu">
<img src="./images/logo.svg" style="width:125px;" alt="logo">
<ul class="navbar-nav ms-auto mb-lg-0">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Services
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="strategy.html">Strategy</a></li>
<li><a class="dropdown-item" href="marketing.html">Marketing</a></li>
<li><a class="dropdown-item" href="technology.html">Technology</a></li>
<li><a class="dropdown-item" href="design.html">Design</a></li>
<li><a class="dropdown-item" href="studio.html">Buzz Studio</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="work.html">Our Work</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blogs.html">Blogs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="news.html">News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="careers.html">Careers</a>
</li>
<li class="close-menu-btn">
<a href="#" data-bs-toggle="collapse" data-bs-target="#buzzmenu" aria-expanded="false"
aria-controls="buzzmenu"><i class="bi bi-x-circle-fill"></i></a>
</li>
</ul>
</div>
<!-- collpase menu for mobile end -->
<!-- section about- header -->
<section>
<div class="about-header">
<div class="container position-relative">
<div class="row">
<div class="col-md-7">
<h1 class="text-white">It is a long establishment fact that <br>a reader will be distracted.
</h1>
</div>
<div class="col-md-5">
<div class="pattern-about-page box-animate">
<img src="images/top.png" alt="about-top">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- center about- page START-->
<section>
<div class="about-center-section responsive-container">
<div class="container-fluid">
<div class="row justify-content-between align-items-center">
<div class="col-md-3 px-0 reveal">
<img src="images/reader-established.svg" class="w-100" alt="reader-established">
</div>
<div class="col-md-8 px-0">
<div class="about-content-yellow-bg reveal">
<div>
<h1>It is a long establishment fact that <br>a reader will be great established.</h1>
<p>Our 95 designers, developers and strategists work from six creative hubs around
the<br> world.
Our independent ownership and 40 year heritage of transforming
brands<br> and business, center around collaboration, a personal approach,
unbiased<br>
advice, and focus on establishing long term partnerships.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- center about- page END -->
<!-- image of about -->
<section class="responsive-container mt-5">
<div class="container-fluid reveal">
<img src="images/Group1.png" class="w-100" />
</div>
</section>
<!-- descriptive content of about start -->
<section class="descriptive-content reveal">
<div class="container">
<h1>It is a long establishment fact that a reader will<br> be great established.</h1>
<p>Our 95 designers, developers and strategists work from six creative hubs around the world.
Our independent ownership and 40 year heritage of transforming
brands and business, center around collaboration, a personal approach, unbiased
advice, and focus on establishing long term partnerships.
</p>
<p>Our 95 designers, developers and strategists work from six creative hubs around the world.
Our independent ownership and 40 year heritage of transforming
brands and business, center around collaboration, a personal approach, unbiased
advice, and focus on
</p>
</div>
</section>
<!-- descriptive content of about end -->
<!-- section address start -->
<section class="section-description">
<div class="container">
<div class="row justify-content-end">
<div class="col-md-4 text-center reveal">
<img src="images/Aboutus/establishment-spring-arrow.webp" class="w-75"
alt="establishment-spring-arrow">
</div>
<div class="col-md-8 reveal">
<h1>It is a long establishment fact that <br>a reader will be great</h1>
<p>Our 95 designers, developers and strategists work from six creative hubs around the<br> world.
Our independent ownership and 40 year heritage of transforming
brands<br> and business, center around collaboration, a personal approach, unbiased<br>
advice, and focus on establishing long term partnerships.
</p>
</div>
</div>
</div>
</section>
<!-- section address ends -->
<!-- faqs -->
<section class="faqs-secondary mt-0">
<div class="container">
<!-- <div class="text-center text-white mb-5">
<h2 class="hindi2"><span>#</span>गहराइयाँ</h2>
<h1 class="text-white">FAQ's</h1>
</div>
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button
class="accordion-button"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapseOne"
aria-expanded="true"
aria-controls="collapseOne"
>
Accordion Item #1
</button>
</h2>
<div
id="collapseOne"
class="accordion-collapse collapse show"
aria-labelledby="headingOne"
data-bs-parent="#accordionExample"
>
<div class="accordion-body">
This is the first item's accordion body. It is shown by default,
until the collapse plugin adds the appropriate classes that we
use to style each element. These classes control the overall
appearance, as well as the showing and hiding via CSS
transitions. You can modify any of this with custom CSS or
overriding our default variables. It's also worth noting that
just about any HTML can go within the .accordion-body, though
the transition does limit overflow.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingTwo">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapseTwo"
aria-expanded="false"
aria-controls="collapseTwo"
>
Accordion Item #2
</button>
</h2>
<div
id="collapseTwo"
class="accordion-collapse collapse"
aria-labelledby="headingTwo"
data-bs-parent="#accordionExample"
>
<div class="accordion-body">
This is the first item's accordion body. It is shown by default,
until the collapse plugin adds the appropriate classes that we
use to style each element. These classes control the overall
appearance, as well as the showing and hiding via CSS
transitions. You can modify any of this with custom CSS or
overriding our default variables. It's also worth noting that
just about any HTML can go within the .accordion-body, though
the transition does limit overflow.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingThree">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapseThree"
aria-expanded="false"
aria-controls="collapseThree"
>
Accordion Item #3
</button>
</h2>
<div
id="collapseThree"
class="accordion-collapse collapse"
aria-labelledby="headingThree"
data-bs-parent="#accordionExample"
>
<div class="accordion-body">
This is the first item's accordion body. It is shown by default,
until the collapse plugin adds the appropriate classes that we
use to style each element. These classes control the overall
appearance, as well as the showing and hiding via CSS
transitions. You can modify any of this with custom CSS or
overriding our default variables. It's also worth noting that
just about any HTML can go within the .accordion-body, though
the transition does limit overflow.
</div>
</div>
</div>
</div>
<div>
<a href="#" class="text-white"
>REAL ALL FAQs<i class="bi bi-arrow-right ms-3"></i
></a>
</div> -->
<div class="text-center text-white mb-3 fw-bold faq-content-blog reveal">
<h2>Now that you've scrolled to the bottom of the page.</h2>
<h2>We believe that we've got you excited.</h2>
<h2>Let's get your brand buzzing?</h2>
<a href="#" class="btn btn-buzz mt-2" style="padding: 7px 20px !important">Get in Touch</a>
</div>
<img src="images/announcement.webp" class="oneside-speaker-img-pc" alt="announcement">
<img src="images/speakerfaqs.webp" class="oneside-speaker-img-mobile" alt="speakerfaqs">
</div>
</section>
<!-- faqs end -->
<!-- footer section starts -->
<section class="footer">
<div class="container">
<div class="row justify-content-between py-4">
<div class="col-md-6 footer-logo">
<img src="images/logo.svg" style="width:20% ;" alt="logo"><br>
<label>[email protected]</label>
</div>
<div class="col-md-6">
<div class="text-end">
<ul class="footer-menu">
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Case Studies</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div class="social-icons text-end">
<a href="#"><i class="bi bi-facebook"></i></a>
<a href="#"><i class="bi bi-twitter"></i></a>
<a href="#"><i class="bi bi-instagram"></i></a>
<a href="#"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="credits py-2">
<label>Copyright © BuzzMakers</label>
</div>
</section>
<!-- footer section ends -->
<script src="js/popper.min.js"></script>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/slick.js"></script>
<script src="js/custom.js"></script>
</body>
</html>