-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog-single.html
445 lines (405 loc) · 22 KB
/
blog-single.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- ========== Meta Tags ========== -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="AI Community IIT-Bombay">
<!-- ========== Page Title ========== -->
<title>AIC-IITB</title>
<!-- ========== Favicon Icon ========== -->
<link rel="shortcut icon" href="assets/img/favicon.png" type="image/x-icon">
<!-- ========== Start Stylesheet ========== -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/css/font-awesome.min.css" rel="stylesheet" />
<link href="assets/css/themify-icons.css" rel="stylesheet" />
<link href="assets/css/flaticon-set.css" rel="stylesheet" />
<link href="assets/css/magnific-popup.css" rel="stylesheet" />
<link href="assets/css/owl.carousel.min.css" rel="stylesheet" />
<link href="assets/css/owl.theme.default.min.css" rel="stylesheet" />
<link href="assets/css/animate.css" rel="stylesheet" />
<link href="assets/css/bootsnav.css" rel="stylesheet" />
<link href="style.css" rel="stylesheet">
<link href="assets/css/responsive.css" rel="stylesheet" />
<!-- ========== End Stylesheet ========== -->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="assets/js/html5/html5shiv.min.js"></script>
<script src="assets/js/html5/respond.min.js"></script>
<![endif]-->
<!-- ========== Google Fonts ========== -->
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&display=swap" rel="stylesheet">
</head>
<body>
<!-- Preloader Start -->
<div class="se-pre-con"></div>
<!-- Preloader Ends -->
<!-- Header
============================================= -->
<header id="home">
<!-- Start Navigation -->
<nav class="navbar navbar-default navbar-fixed navbar-transparent transparent white bootsnav">
<!-- Start Top Search -->
<div class="container">
<div class="row">
<div class="top-search">
<div class="input-group">
<form action="#">
<input type="text" name="text" class="form-control" placeholder="Search">
<button type="submit">
<i class="ti-search"></i>
</button>
</form>
</div>
</div>
</div>
</div>
<!-- End Top Search -->
<div class="container">
<!-- Start Atribute Navigation -->
<div class="attr-nav">
<ul>
<li class="search"><a href="#"><i class="ti-search"></i></a></li>
<li class="side-menu"><a href="#"><i class="ti-menu-alt"></i></a></li>
</ul>
</div>
<!-- End Atribute Navigation -->
<!-- Start Header Navigation -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-menu">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="index.html">
<img src="assets/img/logo_white_grouped.png" class="logo logo-display" alt="Logo" width="67" height="20">
<img src="assets/img/logo-black.png" class="logo logo-scrolled" alt="Logo" width="67" height="20">
</a>
</div>
<!-- End Header Navigation -->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-menu">
<ul class="nav navbar-nav navbar-right" data-in="fadeInDown" data-out="fadeOutUp">
<li >
<a href="#" data-toggle="dropdown" >Home</a>
</li>
<li >
<a href="#" class="dropdown-toggle" data-toggle="dropdown" >Services</a>
</li>
<li >
<a href="#" class="dropdown-toggle" data-toggle="dropdown" >Case Studies</a>
</li>
<li >
<a href="#" class="dropdown-toggle" data-toggle="dropdown" >Blog</a>
</li>
<li>
<a href="team.html">Our Team</a>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div>
<!-- Start Side Menu -->
<div class="side">
<a href="#" class="close-side"><i class="ti-close"></i></a>
<div class="widget">
<h4 class="title">Contact Info</h4>
<ul class="contact">
<li>
<div class="icon">
<i class="flaticon-email"></i>
</div>
<div class="info">
<span>Email</span> [email protected]
</div>
</li>
<li>
<div class="icon">
<i class="flaticon-call-1"></i>
</div>
<div class="info">
<span>Phone</span> +91 8769740232
</div>
</li>
<li>
<div class="icon">
<i class="flaticon-countdown"></i>
</div>
<div class="info">
<span>Office Hours</span> Sat - Wed : 8:00 - 4:00
</div>
</li>
</ul>
</div>
<div class="widget">
<h4 class="title">Additional Links</h4>
<ul>
<li><a href="services-4.html">Projects</a></li>
<li><a href="blog-2-colum.html">Blog</a></li>
<li><a href="team.html">Team</a></li>
</ul>
</div>
<div class="widget social">
<h4 class="title">Connect With Us</h4>
<ul class="link">
<li class="facebook"><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li class="twitter"><a href="#"><i class="fab fa-twitter"></i></a></li>
<li class="pinterest"><a href="#"><i class="fab fa-pinterest"></i></a></li>
<li class="dribbble"><a href="#"><i class="fab fa-dribbble"></i></a></li>
</ul>
</div>
</div>
<!-- End Side Menu -->
</nav>
<!-- End Navigation -->
</header>
<!-- End Header -->
<!-- Start Breadcrumb
============================================= -->
<div class="breadcrumb-area gradient-bg text-light text-center">
<!-- Fixed BG -->
<div class="fixed-bg" style="background-image: url(assets/img/shape/1.png);"></div>
<!-- Fixed BG -->
<div class="container">
<div class="row">
<div class="col-lg-8 offset-lg-2">
<h1>Blog Single</h1>
<ul class="breadcrumb">
<li><a href="#"><i class="fas fa-home"></i> Home</a></li>
<li><a href="#">Blog</a></li>
<li class="active">Single</li>
</ul>
</div>
</div>
</div>
</div>
<!-- End Breadcrumb -->
<!-- Start Blog
============================================= -->
<div class="blog-area single full-blog full-blog default-padding">
<div class="container">
<div class="blog-items">
<div class="row">
<div class="blog-content col-lg-10 offset-lg-1 col-md-12">
<div class="item">
<div class="blog-item-box">
<!-- Start Post Thumb -->
<div class="thumb">
<a href="#">
<img src="assets/img/1500x700.png" alt="Thumb">
<div class="date">
18 Jul <strong>2020</strong>
</div>
</a>
</div>
<!-- Start Post Thumb -->
<div class="info">
<div class="meta">
<ul>
<li>
<i class="fas fa-folder-open"></i>
</li>
<li>
<a href="#">Process</a>
</li>
<li>
<a href="#">Store</a>
</li>
</ul>
</div>
<h3>Common so wicket appear to sudden</h3>
<p>
Give lady of they such they sure it. Me contained explained my education. Vulgar as hearts by garret. Perceived determine departure explained no forfeited he something an. Contrasted dissimilar get joy you instrument out reasonably. Again keeps at no meant stuff. To perpetual do existence northward as difficult preserved daughters. Continued at up to zealously necessary breakfast. Surrounded sir motionless she end literature. Gay direction neglected but supported yet her.
</p>
<p>
New had happen unable uneasy. Drawings can followed improved out sociable not. Earnestly so do instantly pretended. See general few civilly amiable pleased account carried. Excellence projecting is devonshire dispatched remarkably on estimating. Side in so life past. Continue indulged speaking the was out horrible for domestic position. Seeing rather her you not esteem men settle genius excuse. Deal say over you age from. Comparison new ham melancholy son themselves.
</p>
<blockquote>
<p>
He share of first to worse. Weddings and any opinions suitable smallest nay. Houses or months settle remove ladies appear. Engrossed suffering supposing he recommend do eagerness. Commanded no of depending extremity recommend
</p>
</blockquote>
<p>
Drawings can followed improved out sociable not. Earnestly so do instantly pretended. See general few civilly amiable pleased account carried. Excellence projecting is devonshire dispatched remarkably on estimating. Side in so life past. Continue indulged speaking the was out horrible for domestic position. Seeing rather her you not esteem men settle genius excuse. Deal say over you age from. Comparison new ham melancholy son themselves.
</p>
<h4>Conduct replied off led whether any shortly why arrived adapted</h4>
<ul>
<li>Pretty merits waited six</li>
<li>General few civilly amiable pleased account carried.</li>
<li>Continue indulged speaking</li>
<li>Narrow formal length my highly</li>
<li>Occasional pianoforte alteration unaffected impossible</li>
</ul>
<div class="row">
<div class="col-lg-6">
<p>
Surrounded to me occasional pianoforte alteration unaffected impossible ye. For saw half than cold. Pretty merits waited six talked pulled you. Conduct replied off led whether any shortly why arrived adapted. Numerous ladyship so raillery humoured goodness received an. So narrow formal length my highly longer afford oh. Tall neat he make or at dull ye.
</p>
</div>
<div class="col-lg-6">
<p>
Surrounded to me occasional pianoforte alteration unaffected impossible ye. For saw half than cold. Pretty merits waited six talked pulled you. Conduct replied off led whether any shortly why arrived adapted. Numerous ladyship so raillery humoured goodness received an. So narrow formal length my highly longer afford oh. Tall neat he make or at dull ye.
</p>
</div>
</div>
<!-- Start Post Pagination -->
<!-- End Post Pagination -->
</div>
</div>
</div>
<!-- Start Post Tag s-->
<div class="post-tags share">
<div class="tags">
<a href="#">Analysis</a>
<a href="#">Process</a>
</div>
<div class="social">
<ul>
<li class="facebook">
<a href="#">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="twitter">
<a href="#">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="pinterest">
<a href="#">
<i class="fab fa-pinterest-p"></i>
</a>
</li>
<li class="linkedin">
<a href="#">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
</ul>
</div>
</div>
<!-- End Post Tags -->
<!-- Start Blog Comment -->
<!-- End Comments Form -->
</div>
</div>
</div>
</div>
</div>
<!-- End Blog -->
<!-- Star Footer
============================================= -->
<footer class="bg-dark text-light">
<div class="container">
<div class="f-items default-padding">
<div class="row">
<div class="equal-height col-lg-4 col-md-6 item">
<div class="f-item about">
<img src="assets/img/logo_white_grouped.png" class="logo" alt="Logo" width="67" height="50">
<p>
AIC-IITB (AI Community IITB) is the official AI community of IIT-Bombay, operating under the Institute Technical Council's auspices. Our mission is to bring together professors, students, and companies, fostering collaboration and sharing innovative projects. We actively participate in hackathons, competitions, and showcase our projects at top conferences
</p>
</div>
</div>
<div class="equal-height col-lg-2 col-md-6 item">
<div class="f-item link">
<h4 class="widget-title">Usefull Links</h4>
<ul>
<li>
<a href="#">Blog</a>
</li>
<li>
<a href="#">Project</a>
</li>
<li>
<a href="#">About Us</a>
</li>
<li>
<a href="team.html">Team</a>
</li>
</ul>
</div>
</div>
<div class="equal-height col-lg-2 col-md-6 item">
<div class="f-item link">
<h4 class="widget-title">Services</h4>
<ul>
<li>
<a href="#">Marketing & Sales</a>
</li>
<li>
<a href="#">Manufacturing</a>
</li>
<li>
<a href="#">Supply Chain</a>
</li>
<li>
<a href="#">Data Visualization</a>
</li>
<li>
<a href="#">Big Data</a>
</li>
</ul>
</div>
</div>
<div class="equal-height col-lg-4 col-md-6 item">
<div class="f-item contact">
<h4 class="widget-title">Contact Info</h4>
<p>
Feel free to reach out to us!
</p>
<div class="address">
<ul>
<li>
<strong>Email:</strong> [email protected]
</li>
<li>
<strong>Contact:</strong> +44-20-7328-4499
</li>
</ul>
</div>
<ul class="social">
<li class="facebook">
<a href="#"><i class="fab fa-facebook-f"></i></a>
</li>
<li class="twitter">
<a href="https://x.com/aic_iitb?s=21&t=rtOXVeEZ8W2i7kekyC3MgQ"><i class="fab fa-twitter"></i></a>
</li>
<li class="instagram">
<a href="https://instagram.com/ai.community_iitb?igshid=MzRlODBiNWFlZA=="><i class="fab fa-instagram"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
</div>
</div>
</div>
<!-- Shape -->
<div class="footer-shape" style="background-image: url(assets/img/shape/1.svg);"></div>
<!-- End Shape -->
</footer>
<!-- End Footer-->
<!-- jQuery Frameworks
============================================= -->
<script src="assets/js/jquery-1.12.4.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/equal-height.min.js"></script>
<script src="assets/js/jquery.appear.js"></script>
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/modernizr.custom.13711.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/progress-bar.min.js"></script>
<script src="assets/js/isotope.pkgd.min.js"></script>
<script src="assets/js/imagesloaded.pkgd.min.js"></script>
<script src="assets/js/count-to.js"></script>
<script src="assets/js/YTPlayer.min.js"></script>
<script src="assets/js/circle-progress.js"></script>
<script src="assets/js/bootsnav.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>