-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
145 lines (131 loc) · 4.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home | Michael Le</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="images/avi3circle.png" alt="Michael's profile picture" height="250" width="250"></td>
<td>
<h1>Michael Le</h1>
<p><em>Electrical Engineering Graduate from the <strong>University of Calgary</strong>.</em></p>
<p>Hi!<br><br>
I am a 2017 Electrical Engineering Graduate from the University of Calgary. Since graduating, I have worked as an Engineering Intern for an aerial data acquisition and geospatial data processing company and as a Project Assistant for a Management System consulting company. During the COVID-19 pandemic, I have renewed my passion for learning new skills and adding more tools to my toolbox after taking Barbara Oakley's "Mindshift" course on Coursera. This course has taught me to realize the value in adopting a learning lifestyle, to broaden my passions, and to embrace the idea that personal traits I have previously seen as bad for learning can actually be beneficial traits.<br><br>
After completing "Mindshift", this experience has pushed me to keep my mind active and to stay busy. I am currently taking Angela Yu's Web Developement Bootcamp to build skills in HTML, CSS, and Javascript. Eventually, I would like to build simple projects that would tie into my passions, namely Hockey and Mixed Martial Arts. I am always looking at completed projects in these areas for inspiration in the future.<br><br>
In my <a href="hobbies.html">spare time</a>, I am an avid watcher of sitcoms and reality TV, and also love Poker, video games, Photoshop, finding new music, biking, long walks, food, and board games.<br><br>
I didn't necessarily start learning programming with the singular goal of becoming a full-fledged Programmer, but if there are opportunities where I could potentially apply the bits of knowledge I have gained thus far or if you want to learn more about me and my background, feel free to <a href="contact_info.html">contact</a> me!
</p>
</td>
</tr>
</table>
<hr size="3" noshade>
<h3>Education</h3>
<ul>
<li>Schulich School of Engineering, University of Calgary
<br>Highlights:
<ul><li>Bachelor of Science in Electrical Engineering</li></ul>
</li>
<li>Crescent Heights High School
<br>Highlights:
<ul><li>Three Year Honour Society</li></ul>
</li>
</ul>
<hr size="3" noshade>
<h3>Work Experience</h3>
<table cellspacing="10">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
</tbody>
<tfoot>
</tfoot>
<tr>
<td>Jul 2019 - Present</td>
<td>Project Assistant (Contract) at Applied4Sight</td>
</tr>
<tr>
<td>Aug 2018 - Oct 2018</td>
<td>Project Assistant (Contract) at Applied4Sight</td>
</tr>
<tr>
<td>May 2017 - Aug 2017</td>
<td>R&D Engineer Intern at SkyTech Solutions Ltd.</td>
</tr>
</table>
<hr size="3" noshade>
<h3>Skills</h3>
<table>
<tr>
<td>
<table cellspacing="5">
<tr>
<td>Python</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Microsoft Office</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table cellspacing="5">
<tr>
<td>HTML</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>CSS</td>
<td>⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<!--
<table cellspacing="5">
<tr>
<td>Python</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Microsoft Office</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>HTML</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>CSS</td>
<td>⭐</td>
</tr>
</table>
-->
<!--
<h3>Hobbies</h3>
<ol type="1">
<li>Hockey</li>
<li>Mixed Martial Arts</li>
<li>Sitcoms</li>
<li>Reality TV</li>
<li>Poker</li>
<li>Video games</li>
<li>Board games</li>
<li>Photoshop</li>
<li>Listening to music</li>
<li>Biking</li>
<li>Long walks and exploring</li>
<li>Food</li>
</ol>
-->
<hr size="3" noshade>
</body>
</html>