-
Notifications
You must be signed in to change notification settings - Fork 3
/
events.html
285 lines (233 loc) · 13.1 KB
/
events.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
<!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>
<!-- Start Body -->
<div id="wrap" class="boxed ">
<div class="grey-bg"> <!-- Grey BG -->
<!--[if lte IE 8]>
<div id="ie-container">
<div id="ie-cont-close">
<a href="#" onclick="javascript:this.parentNode.parentNode.style.display="none"; return false;"><img src="images/ie-warn/ie-warning-close.jpg" style="border: none;" alt="Close"></a>
</div>
<div id="ie-cont-content" >
<div id="ie-cont-warning">
<img src="images/ie-warn/ie-warning.jpg" alt="Warning!">
</div>
<div id="ie-cont-text" >
<div id="ie-text-bold">
You are using an outdated browser
</div>
<div id="ie-text">
For a better experience using this site, please upgrade to a modern web browser.
</div>
</div>
<div id="ie-cont-brows" >
<a href="http://www.firefox.com" target="_blank"><img src="images/ie-warn/ie-warning-firefox.jpg" alt="Download Firefox"></a>
<a href="http://www.opera.com/download/" target="_blank"><img src="images/ie-warn/ie-warning-opera.jpg" alt="Download Opera"></a>
<a href="http://www.apple.com/safari/download/" target="_blank"><img src="images/ie-warn/ie-warning-safari.jpg" alt="Download Safari"></a>
<a href="http://www.google.com/chrome" target="_blank"><img src="images/ie-warn/ie-warning-chrome.jpg" alt="Download Google Chrome"></a>
</div>
</div>
</div>
<![endif]-->
<!-- HEADER 2 MIN FULL SCREEN MENU FONT WHITE TRANSPARENT -->
<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:eclub.usfca@gmail.com" 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">Events</h1>
</div>
</div>
</div>
</div> <!-- End Header-->
<!-- Main Section-->
<div class="container p-140-cont pt-xxs-80">
<div class="relative">
<!-- PORTFOLIO FILTER -->
<div>
<ul class="port-filter font-poppins">
<li>
<a href="#" class="filter active" data-filter="*">All Events</a>
</li>
<li>
<a href="#" class="filter" data-filter=".panels">Panels</a>
</li>
<li>
<a href="#" class="filter" data-filter=".workshops">Workshops</a>
</li>
<li>
<a href="#" class="filter" data-filter=".off-campus-events">Off Campus Trips</a>
</li>
</ul>
</div>
<!-- ITEMS GRID -->
<ul class="port-grid port-grid-2 clearfix" id="items-grid" style="position: relative; height: 919.812px;">
<!-- Item 1: Andrea Chat -->
<li class="port-item mix panels" style="position: absolute; left: 360px; top: 0px;">
<a href="./events/andrea.html">
<div class="port-img-overlay-rect">
<img class="port-main-img" src="images/assets_in_use/andrea_group_photo500.jpg" alt="img" height="720px" width="460px">
</div>
<div class="port-overlay-cont">
<div class="port-title-cont2">
<h3>Fireside Chat with Andrea Barrica</h3>
<span>Panel</span>
</div>
</div>
</a>
</li>
<!-- Item 2: Bevis Chat -->
<li class="port-item mix panels" style="position: absolute; left: 0px; top: 230px;">
<a href="./events/bevis.html">
<div class="port-img-overlay-rect">
<img class="port-main-img" src="images/assets_in_use/bevis720x460.png" alt="img" height="720px" width="460px">
</div>
<div class="port-overlay-cont">
<div class="port-title-cont2">
<h3>Q&A with Bevis Cheng</h3>
<span>Panel</span>
</div>
</div>
</a>
</li>
<!-- Item 4 -->
<li class="port-item mix off-campus-events" style="position: absolute; left: 360px; top: 229px;">
<a href="portfolio-single1.html">
<div class="port-img-overlay-rect">
<img class="port-main-img" src="images/portfolio/projects-7-3col.jpg" alt="img">
</div>
<div class="port-overlay-cont">
<div class="port-title-cont2">
<h3>Trip to Google HQ</h3>
<span>Off Campus Event</span>
</div>
</div>
</a>
</li>
</ul>
</div>
</div>
<!-- End Section-->
<!-- FOOTER 1 only social links -->
<footer id="footer1" class="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:eclub.usfca@gmail.com" 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>