-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (60 loc) · 3.87 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
<!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>
<link rel="stylesheet" href="css/styles.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Karla&family=Noto+Sans+JP:wght@700&family=Reem+Kufi&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.svg" alt="cloud-img">
<img class="sun" src="images/sun2.svg" alt="sun-img">
<h1>hi! I'm Michael.</h1>
<h2 class="light-header">an <span class=underline>electrical engineering graduate</span> who loves <span class="underline">learning</span>.</h2>
<img class="bottom-cloud" src="images/cloud.svg" alt="bottom-cloud-img-1">
<img class="bottom-cloud-2" src="images/cloud2.svg" alt="bottom-cloud-img-2">
<img class="bottom-cloud-3" src="images/cloud.svg" alt="bottom-cloud-img-3">
<img class="main-pic" src="images/tree.svg" alt="tree-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-pic" src="images/avi3.png" alt="michael-profile-pic">
<h2><a class="text-link" href="https://youtu.be/h2YTg_6sn3w?t=84" target="_blank">Hi!</a></h2>
<p class="intro">
I am an Electrical Engineering Graduate from the University of Calgary.<br>
In my spare time, 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.
</p>
</div>
<hr>
<div class="skills">
<h2>My Skills</h2>
<div class="skill-row">
<img class="computer-pic" src="images/computer.png" alt="computer-pic">
<h3>Programming</h3>
<p>During the COVID-19 pandemic, I have learned the basics of Python through building a variety of real-world applications. I also am currently taking a Web Development 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. </p>
</div>
<div class="skill-row">
<img class="photoshop-pic" class="photoshop-pic" src="images/photoshop.svg" alt="photoshop-pic">
<h3>Adobe Photoshop</h3>
<p>I am a self-taught learner who started using Photoshop when I was 12 years old to make funny memes - before they were even called memes! Gradually, I have learned to apply my skills to various projects in my Engineering studies and the workplace by creating various graphics, diagrams, and logos.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Let's chat!</h3>
<p class="last-p">Want to learn more about me and my background? Have any questions?<br>Feel free to <a class="text-link" href="mailto:name@mileuc95@gmail.com" target="_blank">contact me</a>!</p>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/milecal" target="_blank"><img class="icon" src="images/linkedin.svg"></a>
<a class="footer-link" href="https://github.com/mileuc" target="_blank"><img class="icon" src="images/github.svg"></a>
<a class="footer-link" href="mailto:name@mileuc95@gmail.com"><img class="icon" src="images/envelope.svg"></a>
<p class="copyright">© 2020 Michael Le</p>
<div class="attribution">Icons made by <a class="att-link" href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a class="att-link" href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
</div>
</body>
</html>