-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
396 lines (375 loc) · 14.7 KB
/
Copy pathindex.html
File metadata and controls
396 lines (375 loc) · 14.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Michael Leon</title>
<meta charset="UTF-8">
<meta name="description" content="Civic - CV Resume">
<meta name="keywords" content="resume, civic, onepage, creative, html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link href="img/favicon.ico" rel="shortcut icon"/>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans:400,400i,600,600i,700" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/flaticon.css"/>
<link rel="stylesheet" href="css/owl.carousel.css"/>
<link rel="stylesheet" href="css/magnific-popup.css"/>
<link rel="stylesheet" href="css/style.css"/>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Header section start -->
<header class="header-section">
<div class="container-fluid">
<div class="row">
<div class="col-md-4">
<div class="site-logo">
<h2><a href="#">Email</a></h2>
<p>mal7@illinois.edu</p>
</div>
</div>
<div class="col-md-8 text-md-right header-buttons">
<a href="resume.pdf" class="site-btn">Download Resume</a>
<!-- <a href="#" class="site-btn">Discover me</a> -->
</div>
</div>
</div>
</header>
<!-- Header section end -->
<!-- Hero section start -->
<section class="hero-section spad home-1 parallax one-page-section" style="background-position: 50% 0px;">
<div id="particles-js"></div>
<div class="container-fluid">
<div class="row">
<div class="col-xl-10 offset-xl-1">
<div class="row">
<div class="col-lg-6">
<div class="hero-text">
<h2>Michael Leon</h2>
<p>I’m a computer programmer who loves drawing, reading and constantly challenging the way I look at the world.</p>
</div>
<!-- <div class="hero-info">
<h2>General Info</h2>
<ul>
<li><span>Date of Birth</span>Aug 3, 1999</li>
<li><span>Address</span>58 E Healey St.</li>
<li><span>E-mail</span>mal7@illinois.edu</li>
<li><span>Phone </span>847-313-8536</li>
</ul>
</div> -->
</div>
<div class="col-lg-6">
<figure class="hero-image">
<img src="img/hero.jpg" alt="5" id="profilepic">
</figure>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Hero section end -->
<!-- Social links section start -->
<div class="social-section">
<div class="container-fluid">
<div class="row">
<div class="col-xl-10 offset-xl-1">
<div class="social-link-warp">
<div class="social-links">
<a href="https://www.linkedin.com/in/michael-l-7a4637109/"><i class="fa fa-linkedin"></i></a>
<a href="https://www.instagram.com/a_bit_off_10111111/"><i class="fa fa-instagram"></i></a>
<a href="https://www.facebook.com/michael.leon.395454"><i class="fa fa-facebook"></i></a>
<a href="https://stackoverflow.com/users/4967929/michael"><i class="fa fa-stack-overflow"></i></a>
<a href="https://github.com/micleo2/"><i class="fa fa-github"></i></a>
</div>
<h2 class="hidden-md hidden-sm">My Social Profiles</h2>
</div>
</div>
</div>
</div>
</div>
<!-- Social links section end -->
<!-- Resume section start -->
<!-- ●
Carried out a year-long research project involving AI & predictive analytics with an
application to the futures market (competed in IJAS won best in category for state of
Illinois.)
April 2016
●
Completed another research project focused on creating decentralized algorithms to
guide autonomous self-driving vehicles through traffic intersections.
April 2017 -->
<section class="resume-section spad">
<div class="container-fluid">
<div class="row">
<div class="col-xl-7 offset-xl-2">
<div class="section-title">
<h2>Projects/Experience</h2>
</div>
<ul class="resume-list">
<li>
<h2>May-August 2018</h2>
<h3>Capital One</h3>
<h4>Software Engineer Intern</h4>
<p>Worked according to AGILE methodology to create an internal tool for directors or above to manage their resources. Built the application out in a web interface using MVC development with Ruby on Rails,
PostgreSQL for the data backend, and AWS for deploying.</p>
</li>
<li>
<h2>2016-2017</h2>
<h3>IJAS Science Fair</h3>
<h4>Participant</h4>
<p>Completed a year-long research project focused on creating decentralized algorithms to
guide autonomous self-driving vehicles through traffic intersections.</p>
</li>
<li>
<h2>2015-2016</h2>
<h3>IJAS Science Fair</h3>
<h4>Participant</h4>
<p>Carried out another year-long research project involving AI & predictive analytics with an
application to the futures market (competed in IJAS won best in category for state of
Illinois.)</p>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Resume section end -->
<!-- Resume section start -->
<section class="resume-section with-bg spad">
<div class="container-fluid">
<div class="row">
<div class="col-xl-7 offset-xl-2">
<div class="section-title">
<h2>Education</h2>
</div>
<ul class="resume-list">
<li>
<h2>2017-2021</h2>
<h3>B.S. in Computer Science (Engineering)</h3>
<h4>University of Illinois at Urbana-Champaign</h4>
<p>Relevant coursework: Discrete Structures, Programming Studio, (fundamental principles and techniques of
software development; design, documentation, testing, and debugging software, with a
significant emphasis on code review) Data Structures, Computer Architecture.</p>
</li>
<li>
<h2>2013-2017</h2>
<h3>Highschool Diploma</h3>
<h4>Niles West High School, Skokie IL</h4>
<p>Sole programmer for robotics team competing in VEX robotics; qualified for Nationals
and State levels 2015-2017.App Development Club founding member and subsequent president. We worked on
outreach to the student body to get people interested in coding; offered hands-on work
with various technologies such as the Raspberry Pi and Processing.js 2014-2017. WYSE academic competition in Computer Science category; third overall for region two
consecutive years, 2016 and 2015; 4th in state in 2017</p>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Resume section end -->
<!-- Review section start -->
<!-- <section class="review-section spad pb-0">
<div class="container-fluid">
<div class="row">
<div class="col-xl-7 offset-xl-2">
<div class="section-title">
<h2>References</h2>
</div>
<div class="review-slider owl-carousel">
<div class="single-review">
<div class="qut">“</div>
<p>Sit amet, consectetur adipiscing elit. Sed porttitor orci ut sapien scelerisque viverra. Sed trist ique justo nec mauris efficitur, ut lacinia elit dapibus. In egestas elit in dap ibus laoreet. Duis magna libero, fermentum ut facilisis id, pulvinar eget tortor. Vestibulum pelle ntesque tincidunt lorem, vitae euismod felis porttitor sed. </p>
<h3>Robert G. Smith</h3>
<h4>Manager, Company</h4>
</div>
<div class="single-review">
<div class="qut">“</div>
<p>Sit amet, consectetur adipiscing elit. Sed porttitor orci ut sapien scelerisque viverra. Sed trist ique justo nec mauris efficitur, ut lacinia elit dapibus. In egestas elit in dap ibus laoreet. Duis magna libero, fermentum ut facilisis id, pulvinar eget tortor. Vestibulum pelle ntesque tincidunt lorem, vitae euismod felis porttitor sed. </p>
<h3>Robert G. Smith</h3>
<h4>Manager, Company</h4>
</div>
<div class="single-review">
<div class="qut">“</div>
<p>Sit amet, consectetur adipiscing elit. Sed porttitor orci ut sapien scelerisque viverra. Sed trist ique justo nec mauris efficitur, ut lacinia elit dapibus. In egestas elit in dap ibus laoreet. Duis magna libero, fermentum ut facilisis id, pulvinar eget tortor. Vestibulum pelle ntesque tincidunt lorem, vitae euismod felis porttitor sed. </p>
<h3>Robert G. Smith</h3>
<h4>Manager, Company</h4>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- Review section end -->
<!-- Portfolio section start -->
<section class="portfolio-section spad pb-0">
<div class="container-fluid">
<div class="row">
<div class="col-xl-4 col-md-8 offset-xl-2 ">
<div class="section-title">
<h2>Portfolio</h2>
</div>
</div>
<!-- <div class="col-md-4 text-md-right">
<a href="#" class="site-btn mb-5">See All Portfolio</a>
</div> -->
</div>
<div class="portfolio-warp">
<div class="row">
<div class="col-xl-3 col-lg-6 col-md-6">
<div class="portfolio-item">
<a href="http://asteroids-io.herokuapp.com" class="set-bg port-pic" data-setbg="img/portfolio/1.png"></a>
<h2>Online Multiplayer Shooter!</h2>
<p>Programmed in 2016; made this game to pass the time with my friends in the more mundane classes in highschool. Had some great fun learning about node.js and socket.io!</p>
</div>
</div>
<div class="col-xl-3 col-lg-6 col-md-6">
<div class="portfolio-item">
<a href="https://drive.google.com/open?id=0B9fK-G6uiOglb3plU2NySzNndkU" class="set-bg port-pic" data-setbg="img/portfolio/2.png"></a>
<h2>The Bubble Game</h2>
<p>2 simple rules define this game: avoid bigger circles than you and eat smaller ones! This is a game I programmed in 2015 (before agar.io got popular!) and it helped me with my Java skills along with the JFrame API!</p>
</div>
</div>
<div class="col-xl-3 col-lg-6 col-md-6">
<div class="portfolio-item">
<a href="https://drive.google.com/open?id=0B9fK-G6uiOgldS10ZWZtRkZQM0k" class="set-bg port-pic" data-setbg="img/portfolio/3.png"></a>
<h2>Applying Genetic Algorithms</h2>
<p>I made this program in 2014 as a way of really helping me visualize the work that a genetic algorithm does to its starting gene pool. Species' DNA is colored coded so you can watch evolution work its magic!</p>
</div>
</div>
<div class="col-xl-3 col-lg-6 col-md-6">
<div class="portfolio-item">
<a href="paper.pdf" class="set-bg port-pic" data-setbg="img/portfolio/4.png"></a>
<h2>Autonomous Vehicles</h2>
<p>I worked on this project 2016-2017 for the IJAS science fair. The goal was to create decentralized algorithms for self driving cars at intersections! You can read more at the paper linked.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Portfolio section end -->
<!-- Extra section start -->
<!-- <section class="extra-section spad pb-0">
<div class="container-fluid">
<div class="row">
<div class="col-xl-8 offset-xl-2">
<div class="section-title">
<h2>Extra Skills</h2>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 pt-5">
<div class="fact-box trans">
<div class="fact-content">
<div class="circle-progress">
<div id="progress1" class="prog-circle"></div>
<div class="progress-info">
<h2>75%</h2>
</div>
<div class="prog-title">
<h3>Inspiration</h3>
<p>Etiam nec odio vestibulum est.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 pt-5">
<div class="fact-box trans">
<div class="fact-content">
<div class="circle-progress">
<div id="progress2" class="prog-circle"></div>
<div class="progress-info">
<h2>83%</h2>
</div>
<div class="prog-title">
<h3>Inspiration</h3>
<p>Etiam nec odio vestibulum est.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="fact-box">
<div class="fact-content">
<img src="img/icon/1-w.png" alt="">
<h2>7</h2>
<p>Years of Experience</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="fact-box">
<div class="fact-content">
<img src="img/icon/2-w.png" alt="">
<h2>9</h2>
<p>Awards Won</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- Extra section end -->
<!-- Contact section start -->
<section class="contact-section spad">
<div class="container-fluid">
<div class="row">
<div class="col-xl-8 offset-xl-2">
<div class="section-title">
<h2>Contact Me</h2>
</div>
<form class="contact-form">
<div class="row">
<div class="col-md-6">
<input type="text" placeholder="Name">
</div>
<div class="col-md-6">
<input type="text" placeholder="E-mail">
</div>
<div class="col-md-12">
<input type="text" placeholder="Subject">
<textarea placeholder="Message"></textarea>
</div>
</div>
<div class="text-md-right">
<button class="site-btn">Send message</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Contact section end -->
<!-- Footer section start -->
<footer class="footer-section">
<div class="container text-center">
<div class="copyright"><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</div>
</div>
</footer>
<!-- Footer section end -->
<!--====== Javascripts & Jquery ======-->
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/magnific-popup.min.js"></script>
<script src="js/circle-progress.min.js"></script>
<script src="js/particles.js"></script>
<script src="js/main.js"></script>
</body>
</html>