forked from Jaybhade/aciie-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIncubation-centre.html
More file actions
528 lines (506 loc) · 19.3 KB
/
Incubation-centre.html
File metadata and controls
528 lines (506 loc) · 19.3 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
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="ie6"> <![endif]-->
<!--[if IE 7]> <html class="ie7"> <![endif]-->
<!--[if IE 8]> <html class="ie8"> <![endif]-->
<!--[if IE 9]> <html class="ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html class=""><!--<![endif]-->
<head>
<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="" />
<meta name="author" content="" />
<title>Incubation Centre</title>
<meta
name="description"
content="Atal Centre for Innovation, Incubation and Entrepreneurship is an organization aimed to foster, promote and support entrepreneurial spirit among the students."
/>
<!-- Standard Favicon -->
<link rel="icon" type="image/x-icon" href="images//favicon.ico" />
<!-- For iPhone 4 Retina display: -->
<link
rel="apple-touch-icon-precomposed"
sizes="114x114"
href="images//apple-touch-icon-114x114-precomposed.png"
/>
<!-- For iPad: -->
<link
rel="apple-touch-icon-precomposed"
sizes="72x72"
href="images//apple-touch-icon-72x72-precomposed.png"
/>
<!-- For iPhone: -->
<link
rel="apple-touch-icon-precomposed"
href="images//apple-touch-icon-57x57-precomposed.png"
/>
<!-- Library - Bootstrap v3.3.5 -->
<link rel="stylesheet" type="text/css" href="libraries/lib.css" />
<link
rel="stylesheet"
type="text/css"
href="libraries/Stroke-Gap-Icon/stroke-gap-icon.css"
/>
<!-- Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Roboto:400,900,300,300italic,500,700"
rel="stylesheet"
type="text/css"
/>
<link
href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,700"
rel="stylesheet"
type="text/css"
/>
<link
href="https://fonts.googleapis.com/css?family=Niconne"
rel="stylesheet"
type="text/css"
/>
<!-- Custom - Common CSS -->
<link rel="stylesheet" type="text/css" href="css/plugins.css" />
<link rel="stylesheet" type="text/css" href="css/navigation-menu.css" />
<!-- Custom - Theme CSS -->
<link rel="stylesheet" type="text/css" href="events-style.css" />
<link rel="stylesheet" type="text/css" href="css/shortcode.css" />
<!--[if lt IE 9]>
<script src="js/html5/respond.min.js"></script>
<![endif]-->
</head>
<body data-offset="200" data-spy="scroll" data-target=".ow-navigation">
<!-- LOADER -->
<div id="site-loader" class="load-complete">
<div class="loader">
<div class="loader-inner ball-clip-rotate">
<div></div>
</div>
</div>
</div>
<!-- Loader /- -->
<!-- Header -->
<header class="header-main container-fluid no-padding">
<!-- Menu Block -->
<div class="menu-block container-fluid no-padding">
<!-- Container -->
<div class="container">
<div class="row">
<!-- Navigation -->
<nav class="navbar ow-navigation">
<div class="col-md-3">
<div class="navbar-header">
<button
aria-controls="navbar"
aria-expanded="false"
data-target="#navbar"
data-toggle="collapse"
class="navbar-toggle collapsed"
type="button"
>
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a title="Logo" href="index.html" class="navbar-brand"
><img
class="ss-img"
src="images/atalcentrelogo(1).png"
alt="logo"
/></a>
<a href="index.html" class="mobile-logo" title="Logo"
><img
class="ss-logo"
src="images/atalcentrelogo(1).png"
alt="logo"
style="height: 6vh"
/></a>
</div>
</div>
<div class="col-md-9">
<div class="navbar-collapse collapse" id="navbar">
<ul class="nav navbar-nav menubar">
<li class="dropdown">
<a
aria-expanded="false"
aria-haspopup="true"
href="index.html"
role="button"
class="dropdown-toggle"
title="Home"
>Home</a
>
</li>
<li class="dropdown">
<a
aria-expanded="false"
aria-haspopup="true"
role="button"
class="dropdown-toggle"
title="Courses"
href="index.html#about"
>About us</a
>
</li>
<li>
<a title="Mission vision" href="index.html#mission-vision"
>Mission Vision</a
>
</li>
<li>
<a title="events" href="index.html#event-block">Events</a>
</li>
<li class="active">
<a title="Incubation Centre" href="Incubation-centre.html"
>Incubation Centre</a
>
</li>
<li>
<a title="Institute's Innovation Council" href="iic.html"
>IIC</a
>
</li>
<li>
<a
title="E-CELL"
href="https://ecell-ietdavv-2b365.web.app/"
>E-CELL</a
>
</li>
<li>
<a title="Contact" href="index.html#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Navigation /- -->
</div>
</div>
<!-- Container /- -->
</div>
<!-- Menu Block /- -->
</header>
<!-- Header /- -->
<!-- PageBanner -->
<div class="container-fluid no-padding pagebanner">
<div class="container">
<div class="pagebanner-content">
<h3>
<span
style="
background-color: rgba(0, 0, 0, 0.25);
padding: 10px;
border-radius: 10px;
"
>Incubation Centre</span
>
</h3>
</div>
</div>
</div>
<!-- PageBanner /- -->
<div style="justify-content:center;align-items:center;display:flex
">
<h4
style="
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
padding: 30px;
text-align: justify;
line-height:6mm
"
>
We provide hands-on-experience in innovation and entrepreneurship by
mentoring and nurturing start-ups to grow in their early stages.
</h4>
</div>
<!-- Event Section -->
<div class="container event-section">
<div class="section-padding">
<h2 style="text-align: center; font-size: 40px; font-weight: 700">
<span style="color: gold">Start-Up Support</span> and Status
</h2>
<p
style="
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
font-weight: 400;
text-align: center;
color: black;
"
>
The start-ups incubated under ACIIE are:
</p>
</div>
<div class="event-block">
<div class="event-box IC-border">
<div class="row">
<div class="col-md-3 col-sm-4 col-xs-5">
<img
src="images/qoulomb.png"
alt="event1"
width="260"
height="160"
/>
</div>
<div class="col-md-7 col-sm-6 col-xs-7">
<h3>
<a title="Qoulomb">Qoulomb</a>
</h3>
<div class="event-meta">
<span>
<i aria-hidden="true" class="icon icon-Mail"></i>
<a href="mailto:hello@qoulomb.com">hello@qoulomb.com</a>
</span>
</div>
<p style="text-align: justify;">
Founded by Mr. Sourabh Yadav and Vivek Mishra, Qoulomb is a
Content Marketing company that helps businesses to grow in the
Digital Landscape. Qoulomb has helped 100+ brands to
breakthrough digitally with powerful Content Marketing
strategies.
<br />It receives Mentorship and other Incubation Facilities
support under HI.
</p>
</div>
</div>
</div>
<div class="event-box IC-border">
<div class="row">
<div class="col-md-3 col-sm-4 col-xs-5">
<img
src="images/instacar.jpg"
alt="event1"
width="260"
height="160"
/>
</div>
<div class="col-md-7 col-sm-6 col-xs-7">
<h3>
<a href="#" title="Insatcar">Insatcar</a>
</h3>
<div class="event-meta">
<span>
<i aria-hidden="true" class="icon icon-Mail"></i>
<a href="mailto:support@instacar.in"> support@instacar.in</a>
</span>
</div>
<p style="text-align: justify;">
Founded by Miss Priyanshi Choube, Instacar is a Cab Aggregator
start-up. Attempting to fill the gap of hailing outstation
taxis, they are simplifying the process of booking rented
outstation cars by providing a democratic marketplace with key
focus on making each road trip a safe and happy one.
<br />
It receives Mentorship support under HI.
</p>
</div>
</div>
</div>
<div class="event-box IC-border">
<div class="row">
<div class="col-md-3 col-sm-4 col-xs-5">
<img
src="images/tangy-jars.png"
alt="event1"
width="260"
height="160"
/>
</div>
<div class="col-md-7 col-sm-6 col-xs-7">
<h3>
<a href="#" title="Tangy Jars">Tangy Jars</a>
</h3>
<div class="event-meta">
<span>
<i aria-hidden="true" class="icon icon-Mail"></i>
<a href="mailto:tangyjars@gmail.com">tangyjars@gmail.com</a>
</span>
</div>
<p style="text-align: justify;">
Started in 2017 by Mr. Sandesh Khandelwal, Tangy Jars is a
Snacks and Namkeen start-up, which provides amazing quality
INDIAN snacks across the length and breadth of India. Beginning
with 25 odd products, they now have 8+ categories and 100+ SKUs,
most of which are manufactured at their facility in Indore.
<br />
It receives Mentorship support under HI.
</p>
</div>
</div>
</div>
<div class="event-box IC-border">
<div class="row">
<div class="col-md-3 col-sm-4 col-xs-5">
<img
src="images/square.png"
alt="event1"
width="260"
height="160"
/>
</div>
<div class="col-md-7 col-sm-6 col-xs-7">
<h3>
<a href="#" title="Feedbox">Feedbox</a>
</h3>
<div class="event-meta">
<span>
<i aria-hidden="true" class="icon icon-Mail"></i>
<a href="mailto:admin@feedbox.co.in">admin@feedbox.co.in</a>
</span>
</div>
<p style="text-align: justify;">
It was founded by Mr. Yash Kulshrestha, with the vision to
foster digital skills among the college freshmen, but now it is
a registered enterprise with over 50 satisfied clients around
the globe in 4 years. Their sole objective is to promote the
brand's reputation by providing services like Media Marketing
Services, Web development, Digital marketing etc.
<br />
It receives Mentorship support under HI.
</p>
</div>
</div>
</div>
<div class="event-box IC-border">
<div class="row">
<div class="col-md-3 col-sm-4 col-xs-5">
<img
src="images/gammastack.jpg"
alt="event1"
width="260"
height="160"
/>
</div>
<div class="col-md-7 col-sm-6 col-xs-7">
<h3>
<a href="#" title="GAMMASTACK">GAMMASTACK</a>
</h3>
<div class="event-meta">
<span>
<i aria-hidden="true" class="icon icon-Mail"></i>
<a href="mailto:sales@gammastack.com">
sales@gammastack.com</a
>
</span>
</div>
<p style="text-align: justify;">
Mayank Jaimini, Dinesh Atoliya, Gourav Soni started GammaStack
in 2010. It is an end–to–end IT services and solutions provider
which offers plethora of services accompanied with out of the
box approach. They provide iGaming, Fantasy Sports, Custom
Software, and other IT solutions that are unique and effective
as they address the specific needs of the business.
<br />
It receives Mentorship support under HI.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Event Section /- -->
<div
style="
margin-top: 20px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
"
>
<h1
style="
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
font-weight: 700;
font-size: 34px;
"
>
Proposed<span style="color: gold"> Layout Plan</span>
</h1>
<img src="images/incubation-center-map.jpg.png" />
</div>
<!-- Footer Main -->
<footer id="contact" class="footer-main footer2 container-fluid no-padding" style="margin-top: 80px;">
<!-- Container -->
<div class="container">
<div
class="row"
style="display: flex; justify-content: center; align-items: center"
>
<div class="col-md-6 col-sm-6">
<aside class="ftr-widget about_widget">
<a class="footer-logo" href="index.html" title="Logo"
><img
alt="logo"
src="images/atalcentrelogo(1).png"
style="
height: 6vh;
background-color: white;
border-radius: 6vh;
"
/>ACIIE</a
>
<span> Feel free to contact us in case of any queries</span>
<p>
<span class="icon icon-Plaine"></span
><a href="https://goo.gl/maps/TE8BzuAN5RBZpStq9" target="_blank"
>Address : ACIIE, E-104, E-block, IET-DAVV, Indore (M.P.)</a
>
</p>
<p>
<span class="icon icon-Phone2"></span>Phone :
Dr. Shashi Prakash, <a title="+91 99771 86156" href="tel:+91 99771 86156"
>+91 99771 86156</a
>
</p>
<p>
<span class="icon icon-Mail"></span>Email :
<a
title="ecell@ietdavv.edu.in"
href="mailto:ecell@ietdavv.edu.in"
>ecell@ietdavv.edu.in</a
>
</p>
</aside>
</div>
</div>
<!-- Footer Bottom -->
<div
class="footer-bottom col-md-12 col-sm-12 no-padding"
style="display: flex; justify-content: center; align-items: center"
>
<div class="copyright no-padding">
<span> © 2021 IET DAVV. All Rights Reserved. </span>
<div style="color: #242424">Web Developers : <a style="color: #242424" href="https://www.linkedin.com/in/jayeshbhade">Jayesh Bhade</a> & <a style="color: #242424" href="https://www.linkedin.com/in/harsh-agrawal-3229501aa">Harsh Agrawal</a></div>
</div>
</div>
<!-- Footer Bottom /- -->
</div>
<!-- Container /- -->
</footer>
<!-- Footer /- -->
<!-- JQuery v1.11.3 -->
<script src="js/jquery.min.js"></script>
<!--script src="js/jquery.knob.js"></script-->
<!-- Library - Js -->
<script src="libraries/lib.js"></script>
<!-- Bootstrap JS File v3.3.5 -->
<!-- Library - Google Map API -->
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp"></script>
<!-- Library - Theme JS -->
<script src="js/functions.js"></script>
<script>
console.log("This website is developed by :")
console.log('%c Jayesh Bhade', 'font-weight: bold; font-size: 50px; text-shadow: 3px 3px 0 rgb(217,31,38) , 6px 6px 0 rgb(226,91,14) , 9px 9px 0 rgb(245,221,8) , 12px 12px 0 rgb(5,148,68) , 15px 15px 0 rgb(2,135,206) , 18px 18px 0 rgb(4,77,145) , 21px 21px 0 rgb(42,21,113)');
console.log('%c LinkedIn : https://www.linkedin.com/in/jayeshbhade', 'color: blue; background: yellow; font-size: 15px')
console.log('%c Github : https://github.com/Jaybhade', 'color: blue; background: yellow; font-size: 15px')
console.log('%c Mail : jayeshjibhade@gmail.com', 'color: blue; background: yellow; font-size: 15px')
console.log('%c Harsh Agrawal', 'font-weight: bold; font-size: 50px; text-shadow: 3px 3px 0 rgb(217,31,38) , 6px 6px 0 rgb(226,91,14) , 9px 9px 0 rgb(245,221,8) , 12px 12px 0 rgb(5,148,68) , 15px 15px 0 rgb(2,135,206) , 18px 18px 0 rgb(4,77,145) , 21px 21px 0 rgb(42,21,113)');
console.log('%c LinkedIn : https://www.linkedin.com/in/harsh-agrawal-3229501aa', 'color: blue; background: yellow; font-size: 15px')
console.log('%c Github : https://github.com/harshagrawal30', 'color: blue; background: yellow; font-size: 15px')
//console.log('%c Mail : 9584292259.harsh@gmail.com', 'color: blue; background: yellow; font-size: 15px')
console.log('\n \n \n');
console.log("%c Found something unusual? Contact me or Raise an issue here - https://github.com/Jaybhade/aciie-web/", 'font-size: 15px;')
</script>
</body>
</html>