-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathothers.html
380 lines (343 loc) · 17.8 KB
/
others.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
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8" />
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Events | Eclub IITP </title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5" />
<!--<link href='https://fonts.googleapis.com/css?family=Roboto:100,300,400,700|Titillium+Web:400,600' rel='stylesheet' type='text/css'>-->
<link href="css/reset.css" rel="stylesheet">
<link href="css/foundation.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/isotope.css" rel="stylesheet">
<link href="css/jquery.fancybox-1.3.4.css" rel="stylesheet">
<link href="css/validationEngine.jquery.css" rel="stylesheet">
<link href="css/archtek-init.css" rel="stylesheet">
<!--[if IE 8]>
<link href="css/foundation-ie8.css" rel="stylesheet">
<link href="css/archtek-ie8.css" rel="stylesheet">
<![endif]-->
<script src="js/custom.modernizr.js"></script>
<!-- Replace favicon.ico & apple-touch-icon.png in the root of your domain and delete these references -->
<link rel="shortcut icon" href="images/favicon.ico" />
<link rel="apple-touch-icon" href="images/apple-touch-icon.png" />
</head>
<body>
<div id="header-container" class="content-width">
<!-- Logo -->
<div id="logo-wrapper">
<div id="logo">
<a href="index.html"><img src="images/logo.png" alt="E-Club IIT Patna" /></a>
<!--<p>
tagline
</p>-->
</div>
</div>
<!-- Menu -->
<div id="menu-wrapper">
<ul id="root-menu" class="sf-menu">
<li>
<a href="index.html" >Home</a>
</li>
<li>
<a href="about-us.html">About Us</a>
</li>
<li>
<a href="#" class="active">Events</a><!--goto the list page of all events-->
<ul>
<li>
<a href="ead.html">EAD</a>
</li>
<li>
<a href="celesta.html">Celesta</a>
</li>
<li>
<a href="anwesha.html">Anwesha</a>
</li>
<li>
<a href="others.html">Entrepreneurs Week</a>
</li>
</ul>
</li>
<li>
<a href="icenter.html">Innovation Center</a>
</li>
<li>
<a href="gallery.html">Gallery</a>
</li>
<li>
<a href="contact-us.html">Contact</a>
</li>
<li>
<a href="http://eclubiitp.blogspot.in">Blog</a>
</li>
<li>
<a href="media.html">Media</a>
</li>
</ul>
<nav id="mobile-menu" class="top-bar">
<ul class="title-area">
<!-- Do not remove this list item -->
<li class="name"></li>
<!-- Menu toggle button -->
<li class="toggle-topbar menu-icon">
<a href="#"><span>Menu</span></a>
</li>
</ul>
<!-- Mobile menu's container -->
<section class="top-bar-section"></section>
</nav>
</div>
<!-- Search -->
<div id="header-search">
<a id="header-search-button" href="javascript:;"><i class="icon-search"></i></a>
</div>
<div id="header-search-input-wrapper">
<form method="get">
<input id="header-search-input" type="text" placeholder="Type and hit enter to search ..." />
</form>
</div>
</div> <!-- End id="header-container" -->
<!-- Header Image -->
<div id="header-image-container">
<div id="header-image">
<img src="images/img/banner7.jpg" alt="" class="stretch-image" />
</div>
</div>
<div id="content-container" class="content-width">
<!-- Breadcrumbs -->
<div class="row">
<div id="breadcrumbs-wrapper" class="large-12 columns for-nested">
<span>You are here:</span>
<ul class="breadcrumbs">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="#">Events</a>
</li>
<li>
<a href="#">E-Week</a>
</li>
</ul>
</div>
</div>
<!-- Page Intro -->
<div id="intro" class="not-homepage row">
<div class="large-9 large-centered columns">
<h2><strong>Entrepreneurs Week</strong></h2>
</div>
</div>
<!-- Blog Info -->
<div class="grey-bg row">
<div class="large-9 columns for-nested">
<div class="blog-item single row">
<div class="large-12 columns no-padding">
<img src="images/events/eweek1.jpg" alt="" />
</div>
<div class="large-12 columns height-255">
<!--<div class="blog-meta">
<span class="date">May 30, 2013</span>
</div>
<hr />-->
<h1 class="blog-title">Celebrating the spirit of Entrepreneurship</h1>
<hr/>
<div class="row">
<br/>
<h2 class="has-line"> Events</h2>
<p>
Entrepreneurship Club, IIT Patna organized its first "Entrepreneur's Week" over March 2-7, 2014 at the IIT Patna campus. The week-long event included guest lectures, workshops and panel discussions featuring eminent personalities from industry as well as academia. They elucidated the various stages of innovation and nuances involved in starting a business. The event was organised with an aim to ignite the spirit of entrepreneurship amongst the students by spreading awareness on the risks and opportunities involved in starting one's own company.
<div class="row">
<ul>
<li>Day 1 (March 2, 2014)<br/>
Inaugural Guest Lecture by <strong>Padma Shri Dr. Anil K Gupta</strong>, Executive Vice Chair, National Innovation Foundation</li>
<li>Day 2 (March 3, 2014)<br/>
Workshop on <strong>"Building Your First Prototype"</strong> by <strong>Mr. Anandghan Waghmare</strong>, IIT Patna alumni and creator of a Braille-based phone for the blind. </li>
<li>Day 3(March 4, 2014)<br/>
Workshop titled <strong>"Introduction to Bitcoin - the new face of entrepreneurship"</strong> by Mr. Vikram Nikkam, Co-founder, Unocoin.</li>
<li>Day 4 (March 5, 2014)<br/>
Late Night Lecture and Interaction Session with <strong>Mr. Arjun Malhotra</strong>, Co-founder, HCL and Co-founder, TechSpan.</li>
<li>Day 5 (March 6, 2014)<br/>
Panel Discussion on "How to Bolster the Entrepreneurship Ecosystem in India?" and Website Launch<br/>
Panel Members:
<ul>
<li>Mr. Arjun Malhotra (Co-founder, HCL and Co-founder, TechSpan)</li>
<li>Ms Padmaja Ruparel (Founder President, Indian Angel Network)</li>
<li>Mr. Anjan Raichaudhuri (Professor, IIM Calcutta)</li>
<li>Dr. Prashant Jha (Consultant, AIIMS, New Delhi and Fellow, Stanfrd BioDesign Lab)</li>
</ul>
<li>Day 6 (March 7, 2014)
Workshop on Career Planning on topic "Working in Unconventional Sectors after college" by Ms. Sneha Rao, Member, IIT Mentors.</li>
</ul>
</div>
</p>
</div>
<div class="row">
<img src="images/events/eweek2.jpg" />
</div>
<br/><hr/>
<div id="tags-wrapper" class="blog-section">
<h4 class="blog-section-title">Tags</h4>
<ul class="tags">
<li>
<a href="#">Entrepreneurship</a>
</li>
<li>
<a href="#">FnF</a>
</li>
<li>
<a href="#">Samman</a>
</li>
<li>
<a href="#">Innovation</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="sidebar-wrapper" class="large-3 columns for-nested">
<div class="widget-item row">
<div class="large-12 columns">
<div class="search-widget">
<h4>Search</h4>
<form method="get">
<input type="text" placeholder="Type and hit enter ...">
</form>
</div>
</div>
</div>
<div class="widget-item row">
<div class="large-12 columns">
<div class="category-widget">
<h4>Events : </h4>
<ul>
<li>
<a href="celesta.html">Celesta</a>
</li>
<li>
<a href="anwesha.html">Anwesha</a>
</li>
<li>
<a href="eweek.html">Entrepreneur's Week</a>
</li>
<li>
<a href="#">Others</a>
</li>
</ul>
</div>
</div>
</div>
<!--<div class="widget-item row">
<div class="large-12 columns">
<div class="flickr-widget">
<h4>Flickr Gallery</h4>
<script type="text/javascript" src="http://www.flickr.com/badge_code_v2.gne?show_name=1&count=6&display=random&size=s&layout=x&source=user&user=52617155@N08"></script>
</div>
</div>
</div>
<div class="widget-item row">
<div class="large-12 columns">
<div class="custom-text-widget">
<h4>Custom Text</h4>
<p>
Ut enim ad minim veniam consectetur adipisicing elit. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam consectetur adipisicing elit, sed do eiusmod
</p>
</div>
</div>
</div>-->
</div>
</div>
</div>
<!-- End id="content-container" -->
<!-- Footer Content -->
<div id="footer-content-container">
<div id="footer-content-inner-wrapper" class="content-width">
<div id="footer-content" class="row top-margin">
<div class="large-4 columns less-padding">
<img id="footer-logo" src="images/iitplogo.png" width="150" height="150" alt="E-club IIT Patna" />
<p>
</p>
</div>
<div class="large-4 columns less-padding">
<h5>Contact Us</h5>
<p>
Indian Institute of Technology,<br/>
Patliputra Colony,<br/>
Patna - 800013<br/>
Bihar.
</p>
<ul>
<li>
Mobile: +91-8603251503
</li>
<li>
Email: <a href="#">[email protected]</a>
</li>
</ul>
</div>
<div class="large-4 columns less-padding">
<h5>Join Us.</h5>
<p>
"The value of an idea lies in the using of it."<br/><br/>
If you share the same zeal and are passionate about achieving your vision
join us in our efforts to help others achieve the same.
</p>
<a href="https://www.facebook.com/iitp.entrepreneurship" target="_blank" class="flat button">Join our Facebook page</a>
</div>
</div>
</div>
</div> <!-- End id="footer-content-container" -->
<!-- Footer Bar -->
<div id="footer-bar-container" class="row">
<div id="footer-bar-inner-wrapper" class="content-width">
<div class="large-6 columns less-padding">
2013 © E-club IIT Patna
</div>
<div class="large-6 columns less-padding">
<div id="footer-social">
<span>Connect with us:</span>
<ul class="bar-social">
<li>
<a href="https://www.facebook.com/iitp.entrepreneurship" target="_blank"><img src="images/social/facebook-bw.png" alt="" title="" /><img class="hover" src="images/social/facebook.png" alt="Facebook" title="Facebook" /></a>
</li>
<li>
<a href="https://twitter.com/iitp_eclub" target="_blank"><img src="images/social/twitter-bw.png" alt="" title="" /><img class="hover" src="images/social/twitter.png" alt="Twitter" title="Twitter" /></a>
</li>
<li>
<a href="https://plus.google.com/u/0/communities/116727158895303706628" target="_blank"><img src="images/social/googleplus-bw.png" alt="" title="" /><img class="hover" src="images/social/googleplus.png" alt="Google+" title="Google+" /></a>
</li>
<!--<li>
<a href="#" target="_blank"><img src="images/social/linkedin-bw.png" alt="" title="" /><img class="hover" src="images/social/linkedin.png" alt="LinkedIn" title="LinkedIn" /></a>
</li>-->
<li>
<a href="https://www.youtube.com/channel/UCeQ7Tz0Zfn5ziGLQtXEIx4g" target="_blank"><img src="images/social/youtube-bw.png" alt="" title="" /><img class="hover" src="images/social/youtube.png" alt="YouTube" title="YouTube" /></a>
</li>
</ul>
</div>
</div>
</div>
</div> <!-- End id="footer-bar-container" -->
<script src="js/jquery-1.9.1.min.js"></script>
<script src="js/jquery-ui-1.10.2.custom.min.js"></script>
<script src="js/foundation.min.js"></script>
<script src="js/jquery.backstretch.min.js"></script>
<script src="js/superfish.js"></script>
<script src="js/supersubs.js"></script>
<script src="js/jquery.hoverIntent.minified.js"></script>
<script src="js/jquery.fancybox-1.3.4.js"></script>
<script src="js/jquery.transit.min.js"></script>
<script src="js/jquery.touchSwipe.min.js"></script>
<script src="js/jquery.carouFredSel-6.1.0-packed.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/jquery.hoverdir.js"></script>
<script src="js/jquery.validationEngine-en.js"></script>
<script src="js/jquery.validationEngine.js"></script>
<script src="js/jquery.scrollUp.min.js"></script>
<script src="js/archtek.js"></script>
</body>
</html>