-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html
81 lines (64 loc) · 3.96 KB
/
cv.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Me - Henry Wu</title>
<style>
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
margin: 20px;
color: #333;
}
h1, h2, h3 {
color: #007BFF;
}
a {
color: #007BFF;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#content {
max-width: 800px;
margin: auto;
}
#intro {
text-align: justify;
}
</style>
</head>
<body>
<div id="content">
<h1>About Me</h1>
<div id="intro">
<p>Hello there! 👋 I'm Henry Wu, a passionate and dedicated 2A Electrical Engineering student at the University of Waterloo.</p>
<p>I thrive in the world of technology, with a diverse skill set that encompasses software development, electrical engineering, and innovative problem-solving.</p>
<h2>Technical Proficiency</h2>
<ul>
<li><strong>Languages:</strong> Proficient in C++, Python, and JAVA, I've applied my skills in various hands-on projects, mastering object-oriented programming (OOP) and showcasing competence in project design, algorithms, and data structures.</li>
<li><strong>Engineering Expertise:</strong> With exposure to version control tools, a familiarity with the Linux operating system, and a keen understanding of processor microarchitecture and assembly language, I delve into the intricacies of technology with enthusiasm.</li>
</ul>
<h2>Engineering Enthusiast</h2>
<ul>
<li><strong>Automation Maven:</strong> As an Electrical Engineer, I've programmed and optimized PLC programs, integrated Arduino UNO into conveyor systems, and even developed a SCADA system for real-time monitoring. My work at Martinrea International Inc. significantly improved production efficiency through automation.</li>
<li><strong>AI and Machine Learning:</strong> My intrigue with AI and Machine Learning has led me to experiment with tools like ChatGPT and Stable Diffusion, enhancing my understanding of cutting-edge technologies.</li>
</ul>
<h2>Web and Software Development</h2>
<ul>
<li><strong>Project Collaborator:</strong> I've collaborated on projects like the Idling Monitor, where I developed a prototype device with gas sensors and microcontrollers. My involvement in the C++ Transaction History Application showcased my ability to design and implement efficient algorithms.</li>
<li><strong>GitHub Maven:</strong> I've contributed to JAVA projects on GitHub, creating Minesweeper and School System programs. My commitment to optimizing user experience is evident in the intuitive interfaces I crafted for these projects.</li>
</ul>
<h2>Hands-On Experience</h2>
<ul>
<li><strong>DIY Enthusiast:</strong> From soldering PCBs for a keyboard and a radio to assembling a personal computer, I bring a hands-on approach to my projects. These experiences have honed my attention to detail and problem diagnosis skills.</li>
</ul>
<h2>Continuous Learner</h2>
<p>I am currently pursuing an Honours Electrical Engineering degree at the University of Waterloo, building on my foundation as a President's Scholarship of Distinction recipient.</p>
<p>Let's connect! Feel free to explore my GitHub (<a href="https://github.com/Tann90grin" target="_blank">GitHub</a>) and connect with me on LinkedIn (<a href="https://www.linkedin.com/in/henry-wu-759697256/" target="_blank">LinkedIn</a>). If you have exciting projects or opportunities, I'd love to hear from you!</p>
</div>
</div>
</body>
</html>