-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtimeLine.html
396 lines (316 loc) · 18.5 KB
/
timeLine.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
<!DOCTYPE html>
<html>
<head>
<title>USFCA Entrepreneur Club</title>
<meta charset="utf-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="robots" content="index, follow" >
<meta name="keywords" content="USFCA Entrepreneur Club" >
<meta name="description" content="USFCA Entrepreneur Club" >
<meta name="author" content="Adrian">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="theme-color" content="#2a2b2f">
<!-- FAVICONS -->
<link rel="shortcut icon" href="images/assets_in_use/new-logo.svg">
<link rel="apple-touch-icon" href="images/assets_in_use/new-logo.svg">
<link rel="apple-touch-icon" sizes="72x72" href="images/assets_in_use/new-logo.svg">
<link rel="apple-touch-icon" sizes="114x114" href="images/assets_in_use/new-logo.svg">
<link rel="icon" sizes="192x192" href="images/assets_in_use/new-logo.svg">
<!-- CSS -->
<!-- GOOGLE FONT -->
<link href="https://fonts.googleapis.com/css?family=Poppins:500,600,300%7COpen+Sans:400,300,700" rel="stylesheet" type="text/css">
<!-- REVOSLIDER CSS SETTINGS -->
<!-- REVOLUTION STYLE SHEETS -->
<link href="revo-slider/css/settings-custom.css" rel="stylesheet" type="text/css">
<!-- BOOTSTRAP -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- ICONS ELEGANT FONT & FONT AWESOME & LINEA ICONS -->
<link rel="stylesheet" href="css/icons-fonts.css" >
<!-- CSS THEME -->
<link rel="stylesheet" href="css/style.css" >
<!-- ANIMATE -->
<link rel="stylesheet" href="css/animate.min.css">
<!-- User created styles-->
<link rel="stylesheet" href="css/global.css">
<!-- IE Warning CSS -->
<!--[if lte IE 8]><link rel="stylesheet" type="text/css" href="css/ie-warning.css" ><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" type="text/css" href="css/ie8-fix.css" ><![endif]-->
<!-- Magnific popup, Owl Carousel Assets in style.css -->
<!-- CSS end -->
<!-- JS begin some js files in bottom of file-->
<!-- HTML5 Shim and Respond.js 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="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header id="nav-stick" class="header header-1 header-side-menu header-white">
<div class="header-wrapper">
<div class="container-m-30 clearfix">
<div class="logo-row">
<!-- LOGO -->
<div class="logo-container-2 fs-logo">
<div class="logo-2">
<a href="index.html" class="clearfix">
<img src="images/assets_in_use/new-logo.svg" class="logo-img" alt="Logo">
</a>
</div>
</div>
</div>
</div>
<!-- BUTTON -->
<div class="menu-btn-respons-container2">
<a class="fs-primary-nav-trigger" href="#"><span class="fs-menu-icon"></span></a>
</div>
</div> <!-- END header-wrapper -->
</header>
<!-- MENU FONT -->
<nav>
<div class="fs-primary-nav fs-nav-black ">
<ul class="block-center-xy">
<li><a class="a-white" href="index.html">Home</a></li>
<!-- <li><a class="a-white" href="events.html">Events</a></li> -->
<li><a class="a-white" href="podcast.html">Podcast</a></li>
<li><a class="a-white" href="calendar.html">Calendar</a></li>
<li><a class="a-white " href="timeline.html">Timeline</a></li>
<li class="fs-label">Connect with us</li>
<li>
<div class="footer2-soc-a mt-20">
<a class="a-white" href="https://www.facebook.com/UsfCAEClub/" title="Facebook" target="_blank"><i class="fa fa-facebook"></i></a>
<a class="a-white" href="https://usfcaeclub.slack.com" title="Slack" target="_blank"><i class="fa fa-slack"></i></a>
<a class="a-white" href="mailto:[email protected]" title="Email" target="_blank"><i class="fa fa-envelope"></i></a>
<a class="a-white" href="https://www.instagram.com/usfcaeclub/" title="Instagram" target="_blank"><i class="fa fa-instagram"></i></a>
</div>
</li>
</ul>
</div>
</nav> <!-- End Nav -->
<!-- PAGE TITLE LARGE 5 ABSOLUTE GRAY -->
<div class="page-title-large5-cont events-header">
<div class="container relative">
<div class="page-title-large5-text-cont">
<div>
<h1 class="page-title5">Timeline</h1>
</div>
</div>
</div>
</div>
<div id="timeline">
<div class="container">
<center><h1>Timeline</h1></center>
<div class="divider divider-center" style="color: red;">
<i class="fa fa-circle" ></i>
</div>
</div>
<!-- Timeline section start -->
<section id="cd-timeline" class="cd-container mb-100">
<!-- First timeline block -->
<!-- 1: Saw a need -->
<div class="cd-timeline-start">
<div class="cd-timeline-start-caption">Students saw a need create the connection between the USF campus and San Francisco entrepreneurs.</div>
<div class="cd-timeline-start-date">August 2015</div>
</div>
<!-- 2: Founded Club -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<span aria-hidden="true" class="icon_house_alt"></span>
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Entrepreneur's Club Founded</h2>
<div>Abey Panigan and Alec Taylor took action and created Entrepreneur's Club to bridge the gap between the University of San Francisco and entrepreneurs in the San Francisco Bay Area.</div>
<span class="cd-date"><span class="cd-date-year">FALL 2015</span></span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<!-- 3: First Meeting -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<span aria-hidden="true" class="icon_gift_alt"></span>
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>First Meeting & 20 Members</h2>
<p>Abey and Alec lead the club's first general meeting and welcome the first 20 members.</p>
<span class="cd-date"><span class="cd-date-year">FALL 2015</span><span class="cd-date-month">September 8</span></span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<!-- 4: Start of Weekly Networking Meetings -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<span aria-hidden="true" class="icon_cloud_alt"></span>
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Start of Weekly Meetings</h2>
<p>In order to connect like-minded entrepreneurs, the Entrepreneur's Club started holding weekly networking meetings.</p>
<span class="cd-date"><span class="cd-date-year">FALL 2015</span></span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<!-- 5: E-club Board created -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<span aria-hidden="true" class="icon_heart_alt"></span>
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Board of Executives Elected</h2>
<p>With the growing numbers of individual joining our club, it was seen as necessary to create a board of six members to organize events and fundraising.</p>
<span class="cd-date"><span class="cd-date-year">FALL 2015</span></span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<!-- 6: Company Visits-->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<span aria-hidden="true" class="icon_gift_alt"></span>
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>E-club Hits 40 Members & Begins to Tour Startups</h2>
<p>With the growing popularity and presence of Entrepreneur's Club on campus, we decide to use our connections to visit Twitter and Spray Networks.</p>
<span class="cd-date"><span class="cd-date-year">SPRING 2016</span><span class="cd-date-month">OCT 15</span></span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<!-- 7: Eclub goes to SXSW, google and CalHacks 4.0 -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<span aria-hidden="true" class="icon_gift_alt"></span>
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>E-club Hits 65 Members</h2>
<p>E-club goes to South by Southwest for the first time, as well as organizing company visits to Google and Calhacks.</p>
<span class="cd-date"><span class="cd-date-year">FALL 2017</span></span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<!-- 8: E-club Innovation Hub and Newsletter Created -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<span aria-hidden="true" class="icon_archive_alt"></span>
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Newsletter and Innovation Center Created</h2>
<p>To make sure E-club keeps members involved and in the know about events, E-club started a newsletter. In addition to the newsletter, we created an innovation center to help foster ideas within the club. </p>
<span class="cd-date"><span class="cd-date-year">FALL 2017</span></span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<!-- 9: E-club Innovation Hub and Newsletter Created -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<span aria-hidden="true" class="icon_archive_alt"></span>
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Newsletter and Innovation Center Created</h2>
<p>To make sure E-club keeps members involved and in the know about events, E-club started a newsletter. In addition to the newsletter, we created an innovation center to help foster ideas within the club. </p>
<span class="cd-date"><span class="cd-date-year">SPRING 2018</span></span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<!-- 10: E-club Intern Program Created -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<span aria-hidden="true" class="icon_gift_alt"></span>
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>E-club Intern Program Starts</h2>
<p>To ensure longevity, E-club takes in its first 10 interns. After one semester, the interns become part of the board. </p>
<span class="cd-date"><span class="cd-date-year">FALL 2018</span></span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<!-- 11: E-club Hits 100 Members and Hosts Fall Events -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<span aria-hidden="true" class="icon_gift_alt"></span>
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>E-club Hits 100 Members and Hosts Fall Events</h2>
<p>With the new interns on board, productivity has increased
and E-club was able to host a Summer Internship Panel, Fireside Chats with
Andrea Barrica and Bevis Cheng.</p>
<span class="cd-date"><span class="cd-date-year">FALL 2018</span></span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<!-- 12: Podcast and Instagram Account Created -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<span aria-hidden="true" class="icon_mic_alt"></span>
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Podcast and Instagram Created</h2>
<p>With the new interns on board, productivity has increased
and E-club was able to host a Summer Internship Panel, Fireside Chats with
Andrea Barrica and Bevis Cheng.</p>
<span class="cd-date"><span class="cd-date-year">FALL 2018</span></span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<!-- 13: Previous Interns Promoted, New Interns onboarded -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<span aria-hidden="true" class="icon_cloud_alt"></span>
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Previous Interns Promoted, New Interns Onboarded</h2>
<p>With the great success of the first intern cohort, E-club brings on some new interns.
The first cohort of interns are promoted to executive members and choose their own project to lead.</p>
<span class="cd-date"><span class="cd-date-year">SPRING 2019</span></span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<!-- 14: Nikhil Vimal Becomes E-Club President -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<span aria-hidden="true" class="icon_heart_alt"></span>
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Nikhil Vimal Becomes President of E-club</h2>
<p>After demonstrating such great value and commitment to the betterment of USF and E-club, Vice President Nikhil Vimal is promoted to the position of president of E-club. </p>
<span class="cd-date"><span class="cd-date-year">SPRING 2019</span></span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<!-- 15: E-club visits Autodesk and Stanford School of Design -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<span aria-hidden="true" class="icon_cloud_alt"></span>
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>E-Club Visits Autodesk and Stanford School of Design</h2>
<p>As part of E-Club's continous effort to learn more about entrepreneurship and innovation, executive members organize trips to Stanford School of Design and Autodesk.</p>
<span class="cd-date"><span class="cd-date-year">SPRING 2019</span></span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-start cd-final">
<div class="cd-timeline-start-caption">"<span style="color: red; font-weight: 600;">When</span> something is important enough, <span style="color: red; font-weight: 600;">you do it</span> even if <span style="color: red; font-weight: 600;">the odds are</span> not <span style="color: red; font-weight: 600;">in your favor.</span>"</div>
<div class="subtitle">- Elon Musk</div>
</div>
</section>
</div>
<br />
<!-- FOOTER 1 only social links -->
<footer class="footer text-center" style="position: relative; bottom: 10vh;" >
<div class="container">
<!-- Social Links -->
<div class="footer-soc-a">
<h3>Connect with us</h3>
<a href="https://www.facebook.com/UsfCAEClub/" title="Facebook" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://usfcaeclub.slack.com" title="Slack" target="_blank"><i class="fa fa-slack"></i></a>
<a href="mailto:[email protected]" title="Email" target="_blank"><i class="fa fa-envelope"></i></a>
<a href="https://www.instagram.com/usfcaeclub/" title="Instagram" target="_blank"><i class="fa fa-instagram"></i></a>
</div>
</div>
</footer> <!--End Section-->
<!-- BACK TO TOP -->
<p id="back-top">
<a href="#top" title="Back to Top"><span class="icon icon-arrows-up"></span></a>
</p>
</div>
</div> <!-- End content -->
<!-- JS begin -->
<!-- jQuery -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<!-- PORTFOLIO SCRIPTS -->
<script type="text/javascript" src="js/isotope.pkgd.min.js"></script>
<script type="text/javascript" src="js/imagesloaded.pkgd.min.js"></script>
<script type="text/javascript" src="js/masonry.pkgd.min.js"></script>
<!-- APPEAR -->
<script type="text/javascript" src="js/jquery.appear.js"></script>
<!-- MAIN SCRIPT -->
<script src="js/main.js"></script>
<!-- FULL SCREEN MENU -->
<script src="js/fs-menu.js"></script>
</body>
</html>