-
Notifications
You must be signed in to change notification settings - Fork 0
/
work.html
359 lines (346 loc) · 13.5 KB
/
work.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
<!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="logo">
</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 header-image -->
<section class="header-hero-section-work">
<div class="container text-center responsive-container">
<h1 class="content-work">It is a long established fact<br> that a reader will be<br> distracted by the
readable</h1>
<a href="#" class="btn btn-buzz mt-2" style="padding: 7px 20px !important">Get in Touch</a>
<div class="row w-100 img-container">
<div class="col-md-6">
<img src="images/OurWork/pot.svg" class="img-one" alt="pot">
</div>
<div class="col-md-6">
<img src="images/OurWork/work-header.svg" class="img-two box-animate" alt="work-header">
</div>
</div>
</div>
</section>
<!-- center content -->
<section class="center-content responsive-container reveal">
<div class="container relative work-links">
<div class="row g-5 mt-5">
<div class="col-md-6">
<a href="poojaent.html">
<img src="images/profile/1.jpg" class="w-100 rounded-3" alt="snap">
</a>
</div>
<div class="col-md-6">
<a href="jio.html">
<img src="images/profile/2.jpg" class="w-100 rounded-3" alt="snap1">
</a>
</div>
<div class="col-md-6">
<a href="lumar.html">
<img src="images/profile/3.jpg" class="w-100 rounded-3" alt="snap">
</a>
</div>
<div class="col-md-6">
<a href="nutra.html">
<img src="images/profile/4.jpg" class="w-100 rounded-3" alt="snap1">
</a>
</div>
</div>
<div class="content-pattern-img-steps">
<img src="images/orange-ribbon.webp" alt="orange-ribbon">
</div>
<div class="text-center mt-5 reveal">
<img src="images/OurWork/snap2.webp" style="width:85% ;" alt="snap2">
</div>
<div class="content-pattern-img-ribbon">
<img src="images/green-ribbon.webp" alt="green-ribbon">
</div>
<div class="row g-5 mt-5 reveal">
<div class="col-md-6">
<a href="balvi.html">
<img src="images/profile/5.jpg" class="w-100 rounded-3" alt="snap1">
</a>
</div>
<div class="col-md-6">
<a href="purusham.html">
<img src="images/profile/6.jpg" class="w-100 rounded-3" alt="snap1">
</a>
</div>
<!-- <div class="col-md-6">
<img src="images/OurWork/snap.webp" class="w-100" alt="snap">
</div>
<div class="col-md-6">
<img src="images/OurWork/snap1.webp" class="w-100" alt="snap1">
</div> -->
</div>
</div>
</section>
<!-- faqs -->
<section class="faqs-secondary">
<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-work 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>