-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
441 lines (384 loc) · 17.5 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
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Incubator</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Facebook and Twitter integration -->
<meta property="og:title" content=""/>
<meta property="og:image" content=""/>
<meta property="og:url" content=""/>
<meta property="og:site_name" content=""/>
<meta property="og:description" content=""/>
<meta name="twitter:title" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" />
<link href="https://fonts.googleapis.com/css?family=Raleway:100,300,400,700" rel="stylesheet">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Themify Icons-->
<link rel="stylesheet" href="css/themify-icons.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Magnific Popup -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="css/style.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="gtco-loader"></div>
<div id="page">
<nav class="gtco-nav" role="navigation">
<div class="gtco-container">
<div class="row">
<div class="col-sm-2 col-xs-12">
<div id="gtco-logo"><a href="index.html"><img src="logo.png" alt="Logo"></a></div>
</div>
<div class="col-xs-10 text-right menu-1">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#whoweare">About</a></li>
<li class="has-dropdown">
<a href="#">Register</a>
<ul class="dropdown">
<li><a href="mentorreg.php">As Mentor</a></li>
<li><a href="startupreg.php">As Startup</a></li>
</ul>
</li>
<li class="has-dropdown">
<a href="services.html">Login</a>
<ul class="dropdown">
<li><a href="adminlogin.php">Admin</a></li>
<li><a href="mentorlogin.php">Mentor</a></li>
<li><a href="startuplogin.php">Startup</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</nav>
<header id="gtco-header" class="gtco-cover" role="banner">
<div class="gtco-container">
<div class="row">
<div class="col-md-12 col-md-offset-0 text-left">
<div class="display-t">
<div class="display-tc">
<div class="row">
<div class="col-md-5 text-center header-img">
<img src="images/2.jpg" alt="Image" height="250px">
</div>
<div class="col-md-7 copy">
<h1>We provide high quality and cost effective incubation</h1>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!--==========================-->
<div class="gtco-services gtco-section">
<div class="gtco-container">
<div class="row row-pb-sm" id="whoweare">
<div class="col-md-8 col-md-offset-2 gtco-heading text-center">
<h2>Who We Are</h2>
<p>The first and the most important thing, also the hardest, on the path towards launching your own start-up,
is to come up with an idea that works. Any start-up which aspires to get their ideas into reality or existing
business to scale with access to ace mentoring and a plethora of services, this is what 36Inc is. We as a business
incubator and accelerator help start-ups and already existing companies to develop by providing services such as
fund support, management, mentorship, co-working space, technological assistance or everything that is required
for a business to grow.</p>
<p><a href="https://vimeo.com/channels/staffpicks/93951774" class="btn btn-special popup-vimeo">Watch The Video</a></p>
</div>
</div>
<div class="row row-pb-md">
<div class="col-md-4 col-sm-4 service-wrap">
<h1></h1>
<div class="service">
<h3><i class="ti-pie-chart"></i> Co-Working Space</h3>
<p>Ideate while competing, Learn with other startups, Get a swanky office for your team, An address to flaunt</p>
</div>
</div>
<div class="col-md-4 col-sm-4 service-wrap">
<div class="service animate-change">
<h3><i class="ti-ruler-pencil">Mentorship</i></h3>
<p>Support by domain and startup experts, Refinement of Value Proposition, Assistance in preparing classy.</p>
</div>
</div>
<div class="col-md-4 col-sm-4 service-wrap">
<div class="service">
<h3><i class="ti-settings"></i>Funding</h3>
<p>We know that what water is to a plant, money is to startups! We have funding options for all stages of startups</p>
</div>
</div>
<div class="clearfix visible-md-block visible-sm-block"></div>
</div>
</div>
</div>
<!-- END .gtco-services -->
<div class="gtco-section gtco-products">
<div class="gtco-container">
<div class="row row-pb-sm">
<div class="col-md-8 col-md-offset-2 gtco-heading text-center">
<h2>Our Mentors</h2>
<p></p>
</div>
</div>
<div class="row row-pb-md">
<div class="col-md-4 col-sm-4">
<a href="#" class="gtco-item two-row bg-img animate-box" style="background-image: url(images/img_1.jpg)">
<div class="overlay">
<i class="ti-arrow-top-right"></i>
<div class="copy">
<h3>Mr. XYZ</h3>
<p>IT Expert</p>
</div>
</div>
<img src="images/img_1.jpg" class="hidden" alt="Free HTML5 Website Template by GetTemplates.co">
</a>
</div>
<div class="col-md-4 col-sm-4">
<a href="#" class="gtco-item two-row bg-img animate-box" style="background-image: url(images/img_md_1.jpg)">
<div class="overlay">
<i class="ti-arrow-top-right"></i>
<div class="copy">
<h3>Mr. pqr</h3>
<p>Financial Expert</p>
</div>
</div>
<img src="images/img_md_1.jpg" class="hidden" alt="Free HTML5 Website Template by GetTemplates.co">
</a>
</div>
<div class="col-md-4 col-sm-4">
<a href="#" class="gtco-item two-row bg-img animate-box" style="background-image: url(images/img_3.jpg)">
<div class="overlay">
<i class="ti-arrow-top-right"></i>
<div class="copy">
<h3>Mr. ASD</h3>
<p>IT Expert</p>
</div>
</div>
<img src="images/img_3.jpg" class="hidden" alt="Free HTML5 Website Template by GetTemplates.co">
</a>
</div>
</div>
</div>
</div>
<!-- END .gtco-products -->
<!--
<div class="gtco-section gtco-testimonial gtco-gray">
<div class="gtco-container">
<div class="row row-pb-sm">
<div class="col-md-8 col-md-offset-2 gtco-heading text-center">
<h2>People Love Us</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus placerat enim et urna sagittis, rhoncus euismod erat tincidunt. Donec tincidunt volutpat erat.</p>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-6 animate-box">
<div class="gtco-testimony gtco-left">
<div><img src="images/person_1.jpg" alt="Free Website template by GetTemplates.co"></div>
<blockquote>
<p>“Design must be functional and functionality must be translated into visual aesthetics, without any reliance on gimmicks that have to be explained.” <cite class="author">— Ferdinand A. Porsche</cite></p>
</blockquote>
</div>
</div>
<div class="col-md-6 col-sm-6 animate-box">
<div class="gtco-testimony gtco-left">
<div><img src="images/person_2.jpg" alt="Free Website template by GetTemplates.co"></div>
<blockquote>
<p>“Creativity is just connecting things. When you ask creative people how they did something, they feel a little guilty because they didn’t really do it, they just saw something. It seemed obvious to them after a while.” <cite class="author">— Steve Jobs</cite></p>
</blockquote>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-6 animate-box">
<div class="gtco-testimony gtco-left">
<div><img src="images/person_3.jpg" alt="Free Website template by GetTemplates.co"></div>
<blockquote>
<p>“I think design would be better if designers were much more skeptical about its applications. If you believe in the potency of your craft, where you choose to dole it out is not something to take lightly.” <cite class="author">— Frank Chimero</cite></p>
</blockquote>
</div>
</div>
<div class="col-md-6 col-sm-6 animate-box">
<div class="gtco-testimony gtco-left">
<div><img src="images/person_1.jpg" alt="Free Website template by GetTemplates.co"></div>
<blockquote>
<p>“Design must be functional and functionality must be translated into visual aesthetics, without any reliance on gimmicks that have to be explained.” <cite class="author">— Ferdinand A. Porsche</cite></p>
</blockquote>
</div>
</div>
</div>
</div>
</div>
-->
<div class="container">
<h2>Rules</h2>
<!-- Trigger the modal with a button -->
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#myModal">Rules for Startup</button>
<!-- Modal -->
<div class="modal fade" id="myModal" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Requirements To Be Fulfilled By A Startup:</h4>
</div>
<div class="modal-body">
<p>
<ul>
<!-- <li>Startup will have to provide a COMPLETE application form along with all relevant documents to the Incubator – failing which applications will not be considered by the Incubator</li> -->
<li>Startup will agree to personally visit or interact with the Incubator as per the requirements stipulated by Incubator</li>
<li>Startup will agree to sign the Undertakings that are given to it by the Incubator and the need of such Undertakings will be explained adequately by the Incubator to the Startups</li>
</ul>
<h3>List of documents to be furnished along with Application Form:</h3>
<ul>
<li>Copy of incorporation certificate issued by ROC or registered partnership deed as applicable</li>
<li>A self attested copy of audited account statements from the date of inception
</li>
<li>A self attested copy of Income Tax Returns filed from date of inception
</li>
<li>Undertaking duly signed by Founder(s) / Promoter(s) of Startup on letter head
</li>
</ul>
<h3>Sample Undertaking To Be Taken From A Startup</h3>
<p>I / WE have read the above guidelines as well as the appended Gazette 180(E) and Startup India FAQ’s.
I / WE hereby declare that all the information provided by me / us is true and correct. I / WE have not hidden any information that could impact the decision of ___________(name of Incubator) to give this recommendation letter.
I/We hereby declare that our startup has not been blacklisted/debarred by any agency/state government/central government authority for any issues related with the directors/company.
I / WE understand that in case our Startup is recommended, it is based on the information furnished by me / us and in case there is any significant deviation in core offering and other changes in the venture, I / WE would keep the Incubator / DIPP informed.
I/WE recognize that the Recommendation given by the Incubator will be used solely for the purpose of uploading on the Startup India portal and not used for any other purpose.</p>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#myModal1">Rules for Incubators</button>
<!-- Modal -->
<div class="modal fade" id="myModal1" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Review By Incubators</h4>
</div>
<div class="modal-body">
<p>As per the Startup India Action Plan, the Incubators need to consider the following before issue of recommendation to a startup:
<br><br><br>
An incubator is required to validate if the entity under review is working towards innovation, development, deployment or commercialization of new products, processes or services driven by technology or intellectual property if it aims to develop and commercialize: a) A new product or service or process; OR b) A significantly improved existing product or service or process that will create or add value for customers or workflow.
The following activities are not considered as a valid case for issuing a recommendation/ support/ endorsement letter: a) Products or services or processes which do not have potential for commercialization; OR b) Undifferentiated products or services or processes; OR c) Products or services or processes with no or limited incremental value for customers or workflow.</p>
</div>
<ul>
<h3>Suggested Steps To Be Taken Up By Incubators</h3>
<li>Incubators can decide the Sectors and States in which they would receive startup applications – a Statewise / Sectorwise list will be provided shortly to enable startups to approach Incubators</li>
<li>Incubators may also if necessary publish a “negative list” or types of startup ventures that they would not consider – a suggested list could include Perpetual Motion Equipment, Basic Research activities, basic web services, routine products / services already in market etc…)
</li>
<li>Incubators shall have the right to accept an application for processing. Incubators would complete the process within a period of THREE weeks after receiving complete application forms. A further extension of the time may be added by the Incubator on a case to case basis. The judgement of the Incubator will be considered final and not disputable. To the extent possible Incubators would give justifications for a “NOT RECOMMENDED” case.
</li>
<li>Incubators are free to decide whether they wish to recommend startups that are not Incubated by them.
</li>
<li>Incubators should include a “Disclaimer” in the recommendation letter.
</li>
</ul>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<footer id="gtco-footer" class="gtco-section" role="contentinfo">
<div class="gtco-container">
<div class="row row-pb-md">
<div class="col-md-8 col-md-offset-2 gtco-cta text-center">
<p><a href="#" class="btn btn-white btn-outline">Contact Us</a></p>
</div>
</div>
<div class="row row-pb-md">
<div class="col-md-4 gtco-widget gtco-footer-paragraph">
<h3>Incubator</h3>
<p>We provide high quality and cost effective incubation</p>
</div>
<div class="col-md-4 gtco-footer-link">
<div class="row">
<div class="col-md-6">
<ul class="gtco-list-link">
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
</ul>
</div>
<div class="col-md-6">
<p>
<a href="tel://1234567890">+1 234 4565 2342</a> <br>
<a href="#">[email protected]</a>
</p>
</div>
</div>
</div>
<div class="col-md-4 gtco-footer-subscribe">
<form class="form-inline">
<div class="form-group">
<label class="sr-only" for="exampleInputEmail3">Email address</label>
<input type="email" class="form-control" id="" placeholder="Email">
</div>
<button type="submit" class="btn btn-primary">Send</button>
</form>
</div>
</div>
</div>
<div class="gtco-copyright">
<div class="gtco-container">
<div class="row">
<!--<div class="col-md-6 text-left">
<p><small>© 2016 Free HTML5. All Rights Reserved. </small></p>
</div>
<div class="col-md-6 text-right">
<p><small>Designed by <a href="http://gettemplates.co/" target="_blank">GetTemplates.co</a> Demo Images: <a href="http://pixeden.com/" target="_blank">Pixeden</a> & <a href="http://unsplash.com" target="_blank">Unsplash</a></small> </p>
</div> -->
</div>
</div>
</div>
</footer>
</div>
<div class="gototop js-top">
<a href="#" class="js-gotop"><i class="icon-arrow-up"></i></a>
</div>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<!-- Main -->
<script src="js/main.js"></script>
</body>
</html>