-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
400 lines (374 loc) · 14.9 KB
/
index.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
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home - SuperDrib</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Fonts -->
<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=Eczar:wght@600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro%3A400%2C500%2C600%2C700"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Eczar%3A400%2C500%2C600"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Gentium+Basic%3A400%2C700"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter%3A400"/>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--Navbar-->
<nav class="navbar navbar-expand-lg navbar-transparent">
<div class="container-fluid navbar-background">
<a class="navbar-brand" href="index.html">SuperDrib<span style="color:#FFC700">.</span></span></a>
<div class="hamburger">
<div class="bar bar1"></div>
<div class="bar bar2"></div>
<div class="bar bar3"></div>
</div>
</div>
</nav>
<div id="dropdown-content" class="hidden"></div>
<!--Carousel-->
<section class = "carousel-section">
<div class="container">
<div class="row">
<div class = "col-12 mb-5 mx-auto">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="5"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="6"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="7"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active" style="background-image: url('assets/whatsapp-image-2023-11-12-at-754-1-bg.png');">
<div class="carousel-caption d-none d-md-block">
<h1>From Strategy To Execution We Transform Ideas Into Reality</h1>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Enim at maxime placeat cupiditate quidem blanditiis illum laboriosam, maiores dolorum eligendi odio velit perferendis asperiores vitae rerum autem quod sed hic!</p>
</div>
</div>
<div class="carousel-item" style="background-image: url('assets/whatsapp-image-2023-11-12-at-754-1-bg.png');">
<div class="carousel-caption d-none d-md-block">
<h1>Another Slide Title</h1>
<p>Another slide description goes here.</p>
</div>
</div>
<div class="carousel-item" style="background-image: url('assets/whatsapp-image-2023-11-12-at-754-1-bg.png');">
<div class="carousel-caption d-none d-md-block">
<h1>Yet Another Slide Title</h1>
<p>Yet another slide description goes here.</p>
</div>
</div>
<div class="carousel-item" style="background-image: url('assets/whatsapp-image-2023-11-12-at-754-1-bg.png');">
<div class="carousel-caption d-none d-md-block">
<h1>Yet Another Slide Title</h1>
<p>Yet another slide description goes here.</p>
</div>
</div>
<div class="carousel-item" style="background-image: url('assets/whatsapp-image-2023-11-12-at-754-1-bg.png');">
<div class="carousel-caption d-none d-md-block">
<h1>Yet Another Slide Title</h1>
<p>Yet another slide description goes here.</p>
</div>
</div>
<div class="carousel-item" style="background-image: url('assets/whatsapp-image-2023-11-12-at-754-1-bg.png');">
<div class="carousel-caption d-none d-md-block">
<h1>Yet Another Slide Title</h1>
<p>Yet another slide description goes here.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Social Icons-->
<div class="center">
<div id="social-test">
<ul class="social">
<li><a href="https://facebook.com/colorlib"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="https://twitter.com/colorlib"><i class="fa fa-twitter" aria-hidden="true"></a></i></li>
<li><a href="https://instagram.com/colorlib"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li><a href="https://pinterest.com/colorlib"><i class="fa fa-pinterest" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
<section class="client-say-section">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="creative-design">
A creative
<br />
design agency
</div>
<div class="for-startups">
<span class="f">f</span>
<span class="o">o</span>
<span class="r">r</span>
<span class="space"> </span>
<span class="s">s</span>
<span class="t">t</span>
<span class="a">a</span>
<span class="r2">r</span>
<span class="t2">t</span>
<span class="u">u</span>
<span class="p">p</span>
<span class="s2">s</span>
</div>
<div class="custom-design">
AT SUPERDRIB, WE UNDERSTAND THE VALUE OF YOUR TIME, WHICH IS WHY WE PLACE
UTMOST IMPORTANCE ON SIMPLICITY AND EFFICIENCY. WITH OUR SKILLED TEAM, WE
OFFER A COMPREHENSIVE RANGE OF SERVICES, ENCOMPASSING RESEARCH, PLANNING,
CUSTOM DESIGN, AND DEVELOPMENT.
</div>
<div class="clients-say">
<div class="mx-3 what-clients-say">
WHAT OUR CLIENTS SAY
<i class="mx-3 fa fa-paper-plane fa-rotate-90"></i>
</div>
</div>
</div>
<div class="col-md-6">
<div class="creative-image">
<img class="agency-image img-fluid" src="assets/image-5.png" />
</div>
</div>
</div>
</div>
</section>
<br>
<br>
<!-- service-section -->
<section class="service-section">
<div class="container">
<h1 class="service-title">
<span class="xoo">O</span>
<span class="joo">u</span>
<span class="woo">r</span>
<span class="space"> </span>
<span class="koo">S</span>
<span class="loo">e</span>
<span class="red">r</span>
<span class="ded">v</span>
<span class="led">i</span>
<span class="fed">c</span>
<span class="bed">e</span>
<span class="sui">s</span>
</h1>
<div class="row">
<div class="col-md-3">
<div class="our-services">
<img class="service-img" src="assets/mask-group-pSh.png" alt="">
<h3 class="web-design">AutoCAD</h3>
<div class="learn-more">
<a href="#">
Learn More
<i class="fa fa-arrow-right learn-arrow" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="our-services">
<img class="service-img" src="assets/mask-group-65j.png" alt="">
<h3 class="web-design">Web Design</h3>
<div class="learn-more">
<a href="#">
Learn More
<i class="fa fa-arrow-right learn-arrow" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="our-services">
<img class="service-img" src="assets/mask-group-65j.png" alt="">
<h3 class="web-design">Marketing</h3>
<div class="learn-more">
<a href="#">
Learn More
<i class="fa fa-arrow-right learn-arrow" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="our-services">
<img class="service-img" src="assets/mask-group-65j.png" alt="">
<h3 class="web-design">Branding</h3>
<div class="learn-more">
<a href="#">
Learn More
<i class="fa fa-arrow-right learn-arrow" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<br>
<br>
<br>
<br>
<br>
<br>
<!-- Dream Project -->
<section class="dream-project">
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-6 col-xl-6 mb-5">
<div class="dream-img">
<img class="img-fluid" src="assets/image-3.png" alt="image is missing">
</div>
</div>
<div class="col-md-6 col-lg-6 col-xl-6 mb-5">
<div class="let-us-help">
Let us help you fulfill your dream Project
</div>
<!-- <div class="project-wrap">
<div class="p">p</div>
<div class="r3">r</div>
<div class="o2">o</div>
<div class="j">j</div>
<div class="e3">e</div>
<div class="c2">c</div>
<div class="t">t</div>
<div class="div">.</div>
</div> -->
<div class="dream-project-description">
WE ARE DEDICATED PRODUCT DESIGN AGENCY. WE HELP COMPANIES BUILD THERE DREAM
PRODUCT FROM IDEATION TO DEVELOPMENT. WE HELPED MORE THEN 200+ CLIENTS
BUILDING PRODUCTS AND RAISE FUNDS FOR THEIR PRODUCTS. SO WHY ARE YOU WAITING
FOR?
</div>
<div class="schedule">
<a href="#" class="schedule-call">
SCHEDULE A CALL
<i class="fa fa-arrow-right map-arrow mx-2" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- innovate Section -->
<section class="innovate-section">
<div class="container">
<div class="row">
<div class="col">
<div class="innovate-img">
<img class="img-fluid" src="assets/resource-database-niyfi896v0m-unsplash-1.png" alt="image is missing">
<marquee class="innovate-heading">
<span class="innovate-text">
Let’s innovate the future Let’s build the future Let’s Design the future Let’s transform the future
</span>
</marquee>
</div>
</div>
</div>
</div>
</section>
<!-- why-choose-us -->
<section class="why-choose-us">
<div class="container">
<div class="row">
<div class="col-md-4 col-lg-4 col-xl-4 mb-4">
<div class="why-title">
<span class="eeee">W</span>
<span class="ffff">h</span>
<span class="gggg">y</span>
<span class="space"> </span>
<span class="hhhh">c</span>
<span class="iiii">h</span>
<span class="jjjj">o</span>
<span class="kkkk">o</span>
<span class="llll">s</span>
<span class="mmmm">e</span>
<span class="space"> </span>
<span class="nnnn">u</span>
<span class="mmmm">s</span>
<span class="oooo">?</span>
</div>
</div>
<div class="myimg-container">
<div class="myimg">
<img src="assets/mask-group-JzZ.png" width="300" height="500" alt="">
</div>
<p class="we-are-dedicated">
WE ARE A DEDICATED PRODUCT DESIGN AGENCY.<br>
WE HELP COMPANIES BUILD THEIR DREAM PRODUCT FROM IDEATION TO DEVELOPMENT.
</p>
<p class="we-helped">
WE HELPED MORE THAN 200+ CLIENTS BUILD PRODUCTS AND RAISE FUNDS FOR THEIR PRODUCTS.<br>
SO WHY ARE YOU WAITING FOR?
</p>
</div>
</div>
</div>
</section>
<!-- subscribe Section -->
<section class="subscribe-section">
<div class="container">
<div class="row">
<div class="col-md-4 col-lg-4 col-xl-4 mb-4">
<div class="subscribe-component">
<a href="about.html">ABOUT</a>
</div>
<div class="subscribe-component">
<a href="work.html">OUR WORK</a>
</div>
<div class="subscribe-component">
<a href="contact-us.html">Contact</a>
</div>
</div>
<div class="col-md-4 col-lg-4 col-xl-4 mb-4">
<div class="subscribe-middle-line"></div>
</div>
<div class="col-md-4 col-lg-4 col-xl-4 mb-4">
<div class="subscribe-form">
<div class="newsletter">Subscribe to our newsletter</div>
<form action="#">
<div class="input-group">
<input type="email" class="form-control newsletter-email" placeholder="Your e-mail">
<button type="submit" class="input-group-text newsletter-submit-btn">
<i class="fa fa-paper-plane"></i>
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<footer class="main-footer">
<div class="container">
<div class="row">
<div class="col">
<h3 class="support-email">[email protected]</h3>
<div class="copyright-line"></div>
<p class="copyright">@ 2024 SuperDrib. All rights Reserved.</p>
</div>
</div>
</div>
</footer>
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script src="script.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0/js/bootstrap.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</body>
</html>