forked from TubbyTiger/Leaders_in_IT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
318 lines (296 loc) · 13.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="description" content="MSU Leaders in IT">
<meta name="keywords" content="MSU,Leaders,IT,Information,Technology">
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
<title>MSU Leaders in IT</title><!-- Bootstrap CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" rel="stylesheet">
<link href="./css/style.css" rel="stylesheet">
<link href="./css/eventstyle.css" rel="stylesheet">
<link href="path/to/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="./css/avengers.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-108074226-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-108074226-1');
</script>
</head>
<body>
<!-- Nav Bar -->
<nav class="navbar navbar-expand-md navbar-light navbar-fixed-top">
<a class="navbar-brand" href="#">Leaders in IT</a> <button aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation" class="navbar-toggler" data-target="#navbarSupportedContent" data-toggle="collapse" type="button"><span class="navbar-toggler-icon" style="color:white;"></span></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a data-scroll="" class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a data-scroll="" class="nav-link" href="#events">Events</a>
</li>
<li class="nav-item">
<a data-scroll="" class="nav-link" href="#board">E-Board</a>
</li>
<li class="nav-item">
<a data-scroll="" class="nav-link" href="#contact">Contact Us</a>
</li>
</ul>
</div>
</nav>
<!-- Home -->
<section class="home">
<div id="particles-js"></div>
<div class="overlay">
<h1 style="padding-top: 110px; color:white;">Welcome to MSU Leaders in IT</h1>
<h3 style="color:limegreen">Become a leader today</h3>
<a class="button" style="color:white;" href="#about">Learn More!</a>
</div>
</section>
<!-- Begin About Section -->
<section id="about" class="about">
<div class="container text-center">
<div class="row">
<div class="col-lg-12 text-center">
<h1>ABOUT US</h1>
</div>
</div>
<div class="row">
<div class="[ col-md-4 ]">
<span class="fa-stack fa-4x"><i class="fa fa-circle fa-stack-2x text-success"></i> <i class="fa fa-sitemap fa-stack-1x fa-inverse"></i></span>
<h4 class="about_header">Network</h4>
<p class="text-muted">Learn about companies hiring in IT and engage with recruiters to learn more about internship and full time opportunities. Click here to view our resume book.</p>
</div>
<div class="[ col-md-4 ]">
<span class="fa-stack fa-4x"><i class="fa fa-circle fa-stack-2x text-success"></i> <i class="fa fa-users fa-stack-1x fa-inverse"></i></span>
<h4 class="about_header">Connect</h4>
<p class="text-muted">Connect with other students interested in IT and share experiences regarding work opportunities and course work. Check out our e-board for familiar faces.</p>
</div>
<div class="[ col-md-4 ]">
<span class="fa-stack fa-4x"><i class="fa fa-circle fa-stack-2x text-success"></i> <i class="fa fa-laptop fa-stack-1x fa-inverse"></i></span>
<h4 class="about_header">Learn</h4>
<p class="text-muted">Continue to develop your IT skills through interactive workshops hosted by MSU faculty. Our goal is to create well rounded IT professionals. See our events section for upcoming workshops.</p>
</div>
</div>
</div>
</section>
<!-- Events Section -->
<section id="events" class="events">
<center>
<h1>EVENTS</h1>
</center>
<table style="width:100%">
<tr>
<td width="80%">
<div class="container">
<div class="row">
<div class="[ col-xs-12 col-sm-12 ]">
<ul class="event-list">
<li>
<time><span class="day">01</span> <span class="month">Nov.</span> <span class="year">2017</span> <span class="time">1000</span></time> <img alt="" src="https://farm4.staticflickr.com/3100/2693171833_3545fb852c_q.jpg">
<div class="info">
<h2 class="title">AF Group</h2>
<p class="desc">...</p>
<ul></ul>
</div>
<div class="social">
<ul>
<li class="facebook" style="width:33%;">
<a href=""><span class="fa fa-facebook"></span></a>
</li>
<li class="twitter" style="width:34%;">
<a href="#twitter"><span class="fa fa-twitter"></span></a>
</li>
</ul>
</div>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="[ col-xs-12 col-sm-12 ]">
<ul class="event-list">
<li>
<time><span class="day">15</span> <span class="month">Nov</span> <span class="year">2017</span> <span class="time">1000</span></time> <img alt="" src="https://farm4.staticflickr.com/3100/2693171833_3545fb852c_q.jpg">
<div class="info">
<h2 class="title">Quicken Loans</h2>
<p class="desc">...</p>
<ul></ul>
</div>
<div class="social">
<ul>
<li class="facebook" style="width:33%;">
<a href=#><span class="fa fa-facebook"></span></a>
</li>
<li class="twitter" style="width:34%;">
<a href="#twitter"><span class="fa fa-twitter"></span></a>
</li>
</ul>
</div>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="[ col-xs-12 col-sm-12 ]">
<ul class="event-list">
<li>
<time><span class="day">18</span> <span class="month">Nov.</span> <span class="year">2017</span> <span class="time">1000</span></time> <img alt="" src="https://farm4.staticflickr.com/3100/2693171833_3545fb852c_q.jpg">
<div class="info">
<h2 class="title">Auto Owners</h2>
<p class="desc">...</p>
<ul></ul>
</div>
<div class="social">
<ul>
<li class="facebook" style="width:33%;">
<a href=""><span class="fa fa-facebook"></span></a>
</li>
<li class="twitter" style="width:34%;">
<a href="#twitter"><span class="fa fa-twitter"></span></a>
</li>
</ul>
</div>
</li>
</ul>
</div>
</div>
</div>
</td>
</tr>
</table>
</section><!-- End event section -->
<section id="board" class="board">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h1>Executive Board</h1>
</div>
</div>
<div class="row">
<div class="member">
<img src="img/chris.png">
<h4>Internal President</h4>
<h5>Chris Lukas</h5>
</div>
<div class="member">
<img src="img/connor.PNG">
<h4>External President</h4>
<h5>Connor Edmonds</h5>
</div>
<div class="member">
<img src="https://cdn.discordapp.com/attachments/275170977791606786/370799076360585216/unknown.png">
<h4>Graduate Advisor</h4>
<h5>Ethan keenan</h5>
</div>
<div class="member">
<img src="img/adarsh.png">
<h4>Vice President</h4>
<h5>Adarsh Punjabi</h5>
</div>
<div class="member">
<img src="https://media.licdn.com/media/AAEAAQAAAAAAAAp9AAAAJDVkYjNiYTJkLTBhY2EtNGI2Yy04MmI1LWNiZTZmOWJmYzU2MQ.jpg">
<h4>Director of Technology</h4>
<h5>Brandon Azer</h5>
</div>
<div class="member">
<img src="img/kevin.PNG">
<h4>Webmaster</h4>
<h5>Kevin Kye</h5>
</div>
<div class="member">
<img src="img/person.png">
<h4>Technical Specialist</h4>
<h5>Becky Henning</h5>
</div>
<div class="member">
<img src="img/person.png">
<h4>Technical Specialist</h4>
<h5>Justin Mondal</h5>
</div>
<div class="member">
<img src="img/person.png">
<h4>Technical Specialist</h4>
<h5>Ana Quenonan</h5>
</div>
<div class="member">
<img src="https://media.discordapp.net/attachments/370787498642767882/370787728528506880/image.png?width=553&height=554">
<h4>Director of Marketing</h4>
<h5>Ana Lopez</h5>
</div>
<div class="member">
<img src="img/person.png">
<h4>Treasurer</h4>
<h5>Maia Rose</h5>
</div>
</div>
</div>
</section>
<section class="sponsors">
<h1>Sponsors</h1>
<div class="row">
<div class="col-md-12">
<img src="https://www.ellenmacarthurfoundation.org/assets/images/ce100/Dow.jpg">
<img src="http://3.bp.blogspot.com/-4T3RaK_t-3g/T8e_nZb_fEI/AAAAAAAAGDI/2ejJHPHF5Mk/s1600/Kellogg%2527s+logo.png">
</div>
</div>
</section>
<section id="contact" class="footer">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h1>Contact Us</h1>
<h3>Facebook/Twitter/Discord/Email/etc</h3>
<div class="row">
<div class="icon_contact">
<a href="https://www.facebook.com/leadersinit/">
<i class="fa fa-facebook-square" aria-hidden="true"></i></a></div>
<div class="icon_contact">
<a href="https://twitter.com/MSU_LeadersinIT">
<i class="fa fa-twitter-square" aria-hidden="true"></i></a></div>
<div class="discord_icon">
<a href="https://discord.gg/bEsWD8c">
<img src="http://www.multiwiniahub.com/images/discordIcon2.png"></a>
</div>
<div class="icon_contact">
<a href="mailto:[email protected]">
<i class="fa fa-envelope-square" aria-hidden="true"></i> </a>
</div>
</div>
</div>
</div>
</div>
</section>
<div class='mc'>
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/slim-10_7.css" rel="stylesheet" type="text/css">
<div id="mc_embed_signup">
<form action="https://MSULeadersinit.us14.list-manage.com/subscribe/post?u=d6fb8792852e851463b4051b2&id=38f9b54bf4" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate style='padding-left: 140px'>
<div id="mc_embed_signup_scroll">
<label for="mce-EMAIL">Subscribe to our mailing list</label>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_d6fb8792852e851463b4051b2_38f9b54bf4" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button" style='margin-top:-125px; margin-left: 40px;'></div>
</div>
</form>
</div>
</div>
<!--End mc_embed_signup-->
<!-- Scripts -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/particles.min.js"></script>
<script src="./p.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js">
</script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js">
</script>
<script src="zenscroll-min.js"></script>
</body>
</html>