-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.html
More file actions
452 lines (426 loc) · 17.2 KB
/
about.html
File metadata and controls
452 lines (426 loc) · 17.2 KB
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
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Bootstrap CSS -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css"
integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I"
crossorigin="anonymous"
/>
<link
href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css"
rel="stylesheet"
/>
<!-- Owl carousel-->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.0/assets/owl.carousel.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.0/assets/owl.theme.default.min.css"
/>
<link
href="https://fonts.googleapis.com/css2?family=Anton&display=swap"
rel="stylesheet"
/>
<!-- Favicon -->
<link rel="icon" href="/images/favicon.png" />
<link rel="stylesheet" href="/css/dash.css" />
<!-- Workprocess responsive css -->
<!-- <link rel="stylesheet" href="/css/responsive.css"> -->
<!-- Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700"
rel="stylesheet"
/>
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<!-- Hover Css -->
<link rel="stylesheet" href="/css/hover-min.css" />
<title>Digibit.org</title>
<style>
.fade-up {
animation: fade-up 1.2s;
}
.wrap {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.button {
width: 140px;
height: 45px;
font-family: "Roboto", sans-serif;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 2.5px;
font-weight: 500;
color: #000;
background-color: rgba(255, 255, 255, 0.897);
border: none;
border-radius: 45px;
box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease 0s;
cursor: pointer;
outline: none;
}
.button:hover {
background-color: #2ee59d;
box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
color: #fff;
transform: translateY(-7px);
}
html * {
box-sizing: inherit;
}
div {
display: block;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand mx-3" href="/"
><img src="/images/digibit logo.png"
/></a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item font-weight-bold">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item font-weight-bold">
<a class="nav-link" href="/about.html">About</a>
</li>
<li class="nav-item font-weight-bold">
<a class="nav-link" href="/contact.html">Contact Us</a>
</li>
</ul>
<form
method="GET"
action="https://digibit2890.typeform.com/to/VWMlUvv2"
>
<div class="wrap">
<button class="button mx-4" type="submit">Register</button>
</div>
</form>
</div>
</nav>
<div
id="carouselExampleControls"
class="carousel slide"
data-ride="carousel"
>
<div class="carousel-inner">
<div class="carousel-item active">
<img
src="https://source.unsplash.com/1600x900/?technology"
class="d-block w-100"
alt="..."
/>
</div>
<div class="carousel-item">
<img
src="https://source.unsplash.com/1600x900/?Coding"
class="d-block w-100"
alt="..."
/>
</div>
<div class="carousel-item">
<img
src="https://source.unsplash.com/1600x900/?programming"
class="d-block w-100"
alt="..."
/>
</div>
</div>
<a
class="carousel-control-prev"
href="#carouselExampleControls"
role="button"
data-slide="prev"
>
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a
class="carousel-control-next"
href="#carouselExampleControls"
role="button"
data-slide="next"
>
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="row justify-content-center">
<div class="col-lg-12 card-wrapper ct-example">
<div class="card">
<div class="card-header text-center">
<h2 class="display-3">Our Team</h2>
</div>
<div class="col-lg-12 justify-content-between about-us">
<div class="row mt-5 justify-content-center">
<div class="col-lg-4">
<div class="card-body text-center pb-3">
<div class="container">
<div class="card card-profile shadow">
<div class="px-3">
<div class="row justify-content-center">
<div class="col-lg-3 order-lg-2">
<div class="card-profile-image">
<a href="https://www.linkedin.com/in/">
<img src="" class="rounded-circle" />
</a>
</div>
</div>
</div>
<div class="text-center mt-5 pb-3">
<h3 style="font-size: 28px;">
<strong>Ritwik</strong>
</h3>
<div class="h5 font-weight-400">Mentor</div>
<small style="font-size: 17px;"
>Ritwik is a full stack developer and has worked
with many organisation. <br />
member of Indian startup ecosystem with a deep
interest in entrepreneurship.
</small>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card-body text-center pb-3">
<div class="container">
<div class="card card-profile shadow">
<div class="px-3">
<div class="row justify-content-center">
<div class="col-lg-3 order-lg-2">
<div class="card-profile-image">
<a href="https://www.linkedin.com/in/">
<img src="" class="rounded-circle" />
</a>
</div>
</div>
</div>
<div class="text-center mt-5 pb-3">
<h3 style="font-size: 28px;">
<strong>Rishab</strong>
</h3>
<div class="h5 font-weight-400">Mentor</div>
<small style="font-size: 17px;"
>Rishab is a Technology lover and Start-Up
enthusiast. He aims to provide innovative and
sustainable tech solutions to complex problems.
</small>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card-body text-center pb-3">
<div class="container">
<div class="card card-profile shadow">
<div class="px-4">
<div class="row justify-content-center">
<div class="col-lg-3 order-lg-2">
<div class="card-profile-image">
<a href="https://www.linkedin.com/in/">
<img src="" class="rounded-circle" />
</a>
</div>
</div>
</div>
<div class="text-center mt-5 pb-3">
<h3 style="font-size: 28px;">
<strong>Devansh</strong>
</h3>
<div class="h5 font-weight-400">Mentor</div>
<small class="mt-0 pt-0" style="font-size: 17px;"
>Devansh fascination towards technology led him to
launch DigiBit for young engineers.He believes that
the even of largest of problems can be solved.
</small>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card-body text-center">
<div class="container">
<div class="card card-profile shadow">
<div class="px-4">
<div class="row justify-content-center">
<div class="col-lg-3 order-lg-2">
<div class="card-profile-image">
<a href="https://www.linkedin.com/in/">
<img src="" class="rounded-circle" />
</a>
</div>
</div>
</div>
<div class="text-center mt-5 pb-3">
<h3 style="font-size: 28px;">
<strong>Rahul</strong>
</h3>
<div class="h5 font-weight-400">Mentor</div>
<div>
<small style="font-size: 17px;"
>Rahul has about 2 years of experience in Digital
Marketing.He was earlier associated with BW
Businessworld Media Pvt. Ltd. And has worked
closely in the startup ecosystem.</small
>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card-body text-center pb-3">
<div class="container">
<div class="card card-profile shadow">
<div class="px-3">
<div class="row justify-content-center">
<div class="col-lg-3 order-lg-2">
<div class="card-profile-image">
<a href="https://www.linkedin.com/in/">
<img src="" class="rounded-circle" />
</a>
</div>
</div>
</div>
<div class="text-center mt-5 pb-3">
<h3 style="font-size: 28px;">
<strong>Shashank</strong>
</h3>
<div class="h5 font-weight-400">Mentor</div>
<small style="font-size: 17px;"
>Shashank is visual artist and a web designer. He
has worked in-house and remotely on many project.
User Experience and problem solving are central
everything he do.
</small>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card-body text-center pb-3">
<div class="container">
<div class="card card-profile shadow">
<div class="px-3">
<div class="row justify-content-center">
<div class="col-lg-3 order-lg-2">
<div class="card-profile-image">
<a href="https://www.linkedin.com/in/">
<img src="" class="rounded-circle" />
</a>
</div>
</div>
</div>
<div class="text-center mt-5 pb-3">
<h3 style="font-size: 28px;">
<strong>Aman</strong>
</h3>
<div class="h5 font-weight-400">Mentor</div>
<small style="font-size: 17px;"
>Aman is a Community person and also holds
Bachelor's degree in Computer Science. With
extensive experience in Data Science, Cloud and
Analytics he belive in producing good ROI for the
business.
</small>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card-body text-center">
<div class="container">
<div class="card card-profile shadow h-100">
<div class="px-5">
<div class="row justify-content-center">
<div class="col-lg-3 order-lg-2">
<div class="card-profile-image">
<a href="https://www.linkedin.com/in/">
<img src="" class="rounded-circle" />
</a>
</div>
</div>
</div>
<div class="text-center mt-5 pb-3">
<h3 style="font-size: 28px;">
<strong>Ankit</strong>
</h3>
<div class="h5 font-weight-400">Mentor</div>
<div>
<small style="font-size: 17px;"
>Ankit is a graphic designer, caricature and
sketch artist. She is proficient in Graphic
design, interactive design & illustration.She
has successfully managed and coordinated graphic
design projects.</small
>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="container-fluid bg-dark my-0 py-3 text-light">
<p class="mb-0 text-center">© 2020-2021 digibit.xyz</p>
<p class="mb-0 text-center">
<a href="#">Back to top |</a>
<a href="#">Privacy |</a>
<a href="#">Terms</a>
</p>
</footer>
<!-- Optional JavaScript -->
<!-- Popper.js first, then Bootstrap JS -->
<script
src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js"
integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/"
crossorigin="anonymous"
></script>
</body>
</html>