-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
576 lines (510 loc) · 30.9 KB
/
index.html
File metadata and controls
576 lines (510 loc) · 30.9 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
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-136324919-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-136324919-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="refresh" content="0; URL=https://ufsec.notion.site/ufsec/UF-Software-Engineering-Club-8e7ec7c7088845129e35f0171f1a06fe" />
<title>UF SEC Home</title>
<!-- CSS -->
<link rel="stylesheet" href="css/home.css">
<link rel="stylesheet" type="text/css" href="css/animate.css">
<!--Bootstrap-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.8.1/baguetteBox.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<!-- Social Media Icons -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- Footer Social Media Icons -->
<link rel="stylesheet" href="https://cdn.lineicons.com/1.0.0/LineIcons.min.css">
<!-- Icon -->
<link rel="stylesheet" type="text/css" href="css/line-icons.css">
</head>
<body>
<!-- H E A D E R -->
<header id="header-wrap">
<!-- N A V B A R -->
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html"><img src="img/logo/sec_green.png" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar1" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span><i class="fas fa-bars"></i></span>
<span><i class="menu-hide fas fa-times"></i></span>
</button>
<div class="collapse navbar-collapse" id="navbar1">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="index.html#about-us"> About Us </a></li>
<!-- <li class="nav-item"><a class="nav-link" href="events.html"> Events </a></li> -->
<li class="nav-item"><a class="nav-link" href="projects.html"> Projects </a></li>
<li class="nav-item"><a class="nav-link" href="tutorials.html"> Tutorials </a></li>
<li class="nav-item"><a class="nav-link" href="index.html#sponsors"> Sponsors </a></li>
<li class="nav-item"><a class="nav-link" href="index.html#connect"> Join </a></li>
</ul>
</div>
</div>
</nav>
<!-- B A N N E R -->
<div id="banner">
<!-- <center> -->
<div class="text wow fadeInUp">
<h2 class="head-title"> UF Software Engineering Club</h2>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum gravida in mi ac egestas. Nullam dapibus pulvinar metus, in congue nunc tempor posuere.</p> -->
</div>
<div class="banner-img wow fadeInUp" data-wow-delay="0.6s">
<img src="img/banner/home-banner.png">
</div>
<!-- </center> -->
</div>
<!-- <div id="banner" class="welcome d-flex justify-content-center flex-column">
<div class="inner-wrapper mt-auto">
<h2 class="head-title wow fadeInUp"> UF Software Engineering Club</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum gravida in mi ac egestas. Nullam dapibus pulvinar metus, in congue nunc tempor posuere.</p>
</div>
<div class="banner-img img-thumb text-center wow fadeInUp" data-wow-delay="0.6s">
<img src="img/banner/home-banner.png" alt="Shard" class="shard">
</div>
</div> -->
</header>
<!--
<section id="upcoming-events" class="wow fadeInUp">
<div class="container">
<h3 class="section-title">Upcoming Events</h3>
<div class="card-deck">
<div class="card text-center">
<div class="card-header bg-custom-1">
<h5 class="card-date">September 3rd</h5>
<h5 class="card-date">7 PM | 114 LIT</h5>
</div>
<div class="card-body">
<h5 class="card-title">Code Collab</h5>
<p>Test sample card thing</p>
</div>
</div>
<div class="card text-center">
<div class="card-header">
<h5 class="card-date">September 8th</h5>
<h5 class="card-date"><a href="https://ufl.zoom.us/j/97536976650">7 PM | Zoom</a></h5>
</div>
<div class="card-body">
<h5 class="card-title">General Body Meeting #2</h5>
<p>Hello everyone! We are excited to invite you all to our second GBM on Thursday October 8th!
Come out to meet our new officers and hear about progress on Clubfinity! We will be going over how we track sprint progress and delegate tasks for the app. This is a great opportunity to gain insight into Agile planning and what development is like in an industry setting!
We are excited to see everyone and announce our upcoming events for the semester!</p>
<p>Zoom Link: <a href="https://ufl.zoom.us/j/97536976650">https://ufl.zoom.us/j/97536976650</a> </p>
<p>Facebook Link: <a href="https://www.facebook.com/events/3684185941606080">https://www.facebook.com/events/3684185941606080</a></p>
</div>
</div>
<div class="card text-center">
<div class="card-header bg-custom-2">
<h5 class="card-date">September 17th</h5>
<h5 class="card-date">6:30 PM | 241 CSE</h5>
</div>
<div class="card-body">
<h5 class="card-title">Clubfinity</h5>
<p>Test sample card thing</p>
</div>
</div>
</div>
</div>
</section>
-->
<section id="about-us" class="wow fadeInUp">
<h3 class="section-title">About Us</h3>
<div class="container">
<div class="col-lg-12 mx-auto">
<p class="text-center">The Software Engineering Club strives to expose beginner Computer Science students to practical software development technologies and concepts they will not learn or be exposed to in their first or second year. These are technologies and
skills that are heavily used in the industry and the real world, but not taught in classes. This can benefit the student to get involved with other clubs, hackathons, get a part time internship doing development work, enable them to
succeed in interviews, secure summer internships and full time roles, and expand their breadth of knowledge as a developer. We also connect students with software companies through networking events and workshops/tutorials put on by
companies. Feel free to contact any of the officers below for any questions or concerns.
</p>
</div>
</div>
<div class="connection container">
<ul class="socialIcons text-center">
<li class="facebook"><a href="https://www.facebook.com/groups/ufsec/"><i class="fa fa-fw fa-facebook"></i>Facebook</a></li>
<li class="instagram"><a href="https://www.instagram.com/ufsec/"><i class="fa fa-fw fa-instagram"></i>Instagram</a></li>
<li class="slack"><a href="https://join.slack.com/t/ufsec/shared_invite/zt-5jn2yqlh-w5fXg_ouyhN41RMWycXasA"><i class="fab fa-fw fa-slack-hash"></i>Slack</a></li>
</ul>
<div class="info action-links slide-in text-center">
<a class="btn btn-primary btn-pill align-self-center join-btn" href="#connect">Join Now</a>
</div>
</div>
</section>
<section id="what-we-do">
<div class="container">
<div class="wow fadeInRight">
<!-- <img src="https://previews.123rf.com/images/jemastock/jemastock1706/jemastock170618668/81065248-color-scene-background-with-web-developer-group-men-in-desk-programming-language-vector-illustration.jpg" alt=""> -->
<img src="img/others/what_we_do.png" alt="">
<!-- <img src="img/home/what_we_do.png" alt=""> -->
</div>
<div class="description wow fadeInLeft">
<div class="col-lg-12 col-md-12 col-sm-12 item">
<div>
<h4>What Do We Do?</h4>
</div>
<p>We expose a diverse body of Computer Science students to emerging technologies and concepts employed by the software development industry, encouraging the development of skills through a highly collaborative, project-based approach.
This jump-starts our members’ careers by reinforcing their preparedness for technical interviews, internships, jobs, hackathons, and personal projects.
</p>
</div>
<div class="col-lg-12 col-md-12 col-sm-12 item">
<div>
<h4>Our Impact</h4>
</div>
<p>The University of Florida (UF) community recognizes our impact. With 2,254 Facebook group members, 181 active members on Slack and 119 students in attendance of this year’s first general body meeting, we have documented expansive reach
among the range of Computer Science students at the UF.</p>
</div>
</div>
</div>
</section>
<!-- B O A R D -->
<section class="officers text-center bg-light">
<div class="container">
<h3 class="section-title wow fadeInUp">Officers</h3>
<div class="row wow fadeInUp">
<div class="col-lg-4">
<div class="officer-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="img/officers/LucasLiseth.jpeg" alt="">
<h5>Lucas Liseth</h5>
<p class="font-weight-light mb-0">President</p>
<div id="social-links">
<a href="https://www.linkedin.com/in/lucas-liseth/"><i class="fab fa-linkedin-in"></i></a>
<a href="https://github.com/soberpeach"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="officer-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="img/officers/LiaPassaglia.JPG" alt="">
<h5>Lia Passaglia</h5>
<p class="font-weight-light mb-0">Vice President</p>
<div id="social-links">
<a href="https://www.linkedin.com/in/maria-lia-passaglia/"><i class="fab fa-linkedin-in"></i></a>
<a href="https://liapassaglia.github.io/"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="officer-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="img/officers/PhillipVanderlaat.jpeg" alt="">
<h5>Phillip Vanderlaat</h5>
<p class="font-weight-light mb-0">Head of Development</p>
<div id="social-links">
<a href="https://www.linkedin.com/in/pvanderlaat/"><i class="fab fa-linkedin-in"></i></a>
<a href="https://github.com/pvanderlaat"><i class="fab fa-github"></i></a>
<a href="http://pvanderlaat.com/"><i class="fas fa-globe"></i></a>
</div>
</div>
</div>
</div>
<div class="row wow fadeInUp">
<div class="col-lg-4">
<div class="officer-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="img/officers/EmilyKelsey.jpg" alt="">
<h5>Emily Kelsey</h5>
<p class="font-weight-light mb-0">Head of Operations</p>
<div id="social-links">
<a href="https://www.linkedin.com/in/emily-kelsey/"><i class="fab fa-linkedin-in"></i></a>
<a href="https://github.com/emkelsey32/"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="officer-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="img/officers/NormanBukingolts.JPG" alt="">
<h5>Norman Bukingolts</h5>
<p class="font-weight-light mb-0">Head of Product</p>
<div id="social-links">
<a href="https://www.linkedin.com/in/normanb17/"><i class="fab fa-linkedin-in"></i></a>
<a href="https://github.com/Normanb17"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="officer-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="img/officers/EkinAtay.jpg" alt="">
<h5>Ekin Atay</h5>
<p class="font-weight-light mb-0">Head of Outreach</p>
<div id="social-links">
<a href="https://www.linkedin.com/in/ekinatay/"><i class="fab fa-linkedin-in"></i></a>
<a href=""><i class="fab fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="row wow fadeInUp">
<div class="col-lg-4">
<div class="officer-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="img/officers/CaijunQin.jpg" alt="">
<h5>Caijun Qin</h5>
<p class="font-weight-light mb-0">Webmaster</p>
<div id="social-links">
<a href="https://www.linkedin.com/in/cq-profile/"><i class="fab fa-linkedin-in"></i></a>
<a href="https://github.com/Fennec2000GH"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="officer-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="img/officers/EvanRupert.jpg" alt="">
<h5>Evan Rupert</h5>
<p class="font-weight-light mb-0">Technical Officer</p>
<div id="social-links">
<a href="https://www.linkedin.com/in/evan-rupert/"><i class="fab fa-linkedin-in"></i></a>
<a href="https://github.com/evanrupert"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="officer-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="img/officers/LiaPassaglia.JPG" alt="">
<h5>Lia Passaglia</h5>
<p class="font-weight-light mb-0">Technical Officer</p>
<div id="social-links">
<a href="https://www.linkedin.com/in/maria-lia-passaglia//"><i class="fab fa-linkedin-in"></i></a>
<a href="https://github.com/liapassaglia"><i class="fab fa-github"></i></a>
<a href="https://liapassaglia.github.io"><i class="fas fa-globe"></i></a>
</div>
</div>
</div>
</div>
<div class="row wow fadeInUp">
<div class="col-lg-4">
<div class="officer-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="img/officers/MasenBeliveau.jpg" alt="">
<h5>Masen Beliveau</h5>
<p class="font-weight-light mb-0">Technical Officer</p>
<div id="social-links">
<a href="https://www.linkedin.com/in/masen-beliveau/"><i class="fab fa-linkedin-in"></i></a>
<a href="https://github.com/masenrb"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="officer-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="img/officers/PranayRaman.jpg" alt="">
<h5>Pranay Raman</h5>
<p class="font-weight-light mb-0">Technical Officer</p>
<div id="social-links">
<a href="https://www.linkedin.com/in/pranay-raman/"><i class="fab fa-linkedin-in"></i></a>
<a href="https://github.com/PranayRaman"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="officer-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="img/officers/TrevorRichardson.jpg" alt="">
<h5>Trevor Richardson</h5>
<p class="font-weight-light mb-0">Technical Officer</p>
<div id="social-links">
<a href="https://www.linkedin.com/in/trevorarichardson"><i class="fab fa-linkedin-in"></i></a>
<a href="https://github.com/TrevorRichardson0480"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="row wow fadeInUp">
<div class="col-lg-4">
<div class="officer-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="img/officers/JoonhoJun.jpg" alt="">
<h5>Joonho Jun</h5>
<p class="font-weight-light mb-0">Technical Officer</p>
<div id="social-links">
<a href="https://www.linkedin.com/in/joonho-jun-47065a178/"><i class="fab fa-linkedin-in"></i></a>
<a href="https://github.com/friendlytraveler616"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="officer-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="img/officers/BenjiLabonte.jpg" alt="">
<h5>Benji Labonte</h5>
<p class="font-weight-light mb-0">Technical Officer</p>
<div id="social-links">
<a href="https://www.linkedin.com/in/benji-labonte-59899316b/"><i class="fab fa-linkedin-in"></i></a>
<a href="https://github.com/superbenji711"><i class="fab fa-github"></i></a>
<a href="https://github.com/superbenji711/Benji-app"><i class="fas fa-globe"></i></a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="officer-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="img/officers/SriramSelvakumar.jpeg" alt="">
<h5>Sriram Selvakumar</h5>
<p class="font-weight-light mb-0">Technical Officer</p>
<div id="social-links">
<a href="https://www.linkedin.com/in/sriram-selvakumar-09a614123/"><i class="fab fa-linkedin-in"></i></a>
<a href="https://github.com/sriramselvakumar"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="row wow fadeInUp">
<div class="col-lg-4">
<div class="officer-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="img/officers/JoelRios.jpg" alt="">
<h5>Joel Rios</h5>
<p class="font-weight-light mb-0">Technical Officer | UX Lead</p>
<div id="social-links">
<a href="https://www.linkedin.com/in/imjoelrios/"><i class="fab fa-linkedin-in"></i></a>
<a href="https://github.com/imjoelrios"><i class="fab fa-github"></i></a>
<a href="https://joelrios.com/"><i class="fas fa-globe"></i></a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="officer-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="img/officers/JacobBleser.jpg" alt="">
<h5>Jacob Bleser</h5>
<p class="font-weight-light mb-0">UX Lead</p>
<div id="social-links">
<a href="https://www.linkedin.com/in/jacobbleser/"><i class="fab fa-linkedin-in"></i></a>
<a href="https://github.com/megaboy101"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
</div>
<!-- <div class="row wow fadeInUp">
<div class="col-lg-4">
Spacer
</div>
</div> -->
<!-- <div class="row wow fadeInUp">
<div class="col-lg-4">
<div class="officer-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="img/officers/EricNavar.jpg" alt="">
<h5>Eric Navar</h5>
<p class="font-weight-light mb-0">Technical Officer</p>
<div id="social-links">
<a href="https://www.linkedin.com/in/ericnavar/"><i class="fab fa-linkedin-in"></i></a>
<a href="https://github.com/EricNavar"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
</div> -->
</div>
</section>
<!-- How To Connect With US -->
<section id="connect">
<div class="container">
<div class="container">
<h3 class="section-title wow fadeInUp">How to Join the Software Engineering Club at UF</h3>
<p class="wow fadeInUp subtitle" data-wow-delay="0.3s">Joining is simple! Use the links below to join us on Facebook, GatorConnect, and subscribe to our mailing list. UF SEC requires very little commitment, you can show up to whatever meetings, tutorials, events you find interesting.</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-xs-12">
<div class="table wow fadeInLeft" data-wow-delay="1s">
<div class="title">
<h3>Facebook</h3>
</div>
<div class="connect-header">
<img src="img/icons/facebook-logo.png" />
<p class="price-value">Join Our Facebook Page</p>
<p>Facebook is one of the primary ways we get information out to our members. Join now to receive event invites, and have access to our news feed!</p>
</div>
<a href="https://www.facebook.com/groups/ufsec/"><button type="button" class="btn btn-outline-primary">Join</button></a>
</div>
</div>
<div class="slack col-lg-4 col-md-6 col-xs-12 active">
<div class="table wow fadeInUp" id="active-tb" data-wow-delay="1s">
<div class="title">
<h3>Slack</h3>
</div>
<div class="connect-header">
<img src="img/icons/slack-logo.png" />
<p class="price-value">Join us on Slack</p>
<p>Slack is the best way to stay in touch with the club. Join our chanel now to receive updates on everything that is happening!</p>
</div>
<a href="https://join.slack.com/t/ufsec/shared_invite/zt-5jn2yqlh-w5fXg_ouyhN41RMWycXasA"><button type="button" class="btn btn-outline-primary">Join</button></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12">
<div class="table wow fadeInRight" data-wow-delay="1s">
<div class="title">
<h3>Mailing List</h3>
</div>
<div class="connect-header">
<img src="img/icons/email-logo.png" />
<p class="price-value">Sign Up for Our Mailing List</p>
<p>Joining our mailing list is a great way to stay up to date with club events without having to put in any effort! We'll send you an email whenever we have any updates on upcomming events, meetings, etc. To join our mailing list,
send an email to "listserv@lists.ufl.edu" with the line "subscribe uf-sec-l (your first name) (your last name)".</p>
</div>
<a href="mailto:listserv@lists.ufl.edu" target="_top"><button type="button" class="btn btn-outline-primary">Join</button></a>
</div>
</div>
</div>
</div>
</section>
<section id="sponsors">
<h3 class="section-title wow fadeInUp">Sponsors</h3>
<div class="logo">
<a href="https://www.stickermule.com/supports/UFSEC"><img class="wow fadeInUp" src="img/sponsors/sticker-mule-inline-light.png" alt=""></a>
</div>
</section>
<!-- Footer -->
<footer class="page-footer font-small blue pt-4">
<div class="container text-center text-md-left">
<div class="row">
<div class="col-md-6 mt-md-0 mt-3">
<h5 class="text-uppercase">Software Engineering Club</h5>
<!-- <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p> -->
<div class="social-icon">
<a href="https://www.facebook.com/groups/ufsec/"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.instagram.com/ufsec/"><i class="fab fa-instagram"></i></a>
<a href="https://join.slack.com/t/ufsec/shared_invite/enQtNDM0NTc1Mzg2OTE3LTNhOTNiZTc4YzJlNzRmYzBlYTliZGQyZDRmZjdiODc5ZjA1MjU0OTg2MGY0MTc5YmU1OWU0YzA3OGI4N2UwNWI"><i class="fab fa-slack"></i></a>
</div>
</div>
<hr class="clearfix w-100 d-md-none pb-3">
<div class="col-md-3 mb-md-0 mb-3">
<h5 class="text-uppercase">MENU</h5>
<ul class="list-unstyled">
<li><a href="#about-us">About Us</a></li>
<!-- <li><a href="events.html">Events</a></li> -->
<!-- <li><a href="projects.html">Projects</a></li> -->
<li><a href="tutorials.html">Tutorials</a></li>
</ul>
</div>
<div class="col-md-3 mb-md-0 mb-3">
<h5 class="text-uppercase">CONNECT</h5>
<ul class="list-unstyled">
<li><a href="#connect">Join</a></li>
<!-- <li><a href="#!">Contact Us</a></li> -->
</ul>
</div>
</div>
</div>
<!-- Copyright -->
<div class="footer-copyright text-center py-3">© 2019 Copyright:
<a href="http://ufsec.com/"> ufsec.com</a> All rights reserved.
</div>
</footer>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-min.js"></script>
<script src="js/wow.js"></script>
<script src="js/jquery.nav.js"></script>
<script src="js/jquery.slicknav.js"></script>
<script src="js/main.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/slick.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.8.1/baguetteBox.min.js"></script>
<script>
baguetteBox.run('.tz-gallery');
</script>
</body>
</html>