-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
198 lines (181 loc) · 7.76 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
<!DOCTYPE HTML>
<!--
Landed by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>MingWei's Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/.css" />
<link rel="stylesheet" href="assets/css/scrollbar.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="shortcut icon" href="images\icons\mu_icon.ico" />
</head>
<body class="is-preload landing">
<div id="page-wrapper">
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<h2>I'm MingWei.</h2>
<p style = "font-weight: 500">Electrical Engineering @ UCSD 2025'<br />
Designer by Day. Dreamer by Night.</p>
</header>
<span class="image"><img style = "margin-top: -50px" src="images/Senior Portrait.jpg" alt="" /></span>
</div>
<a href="#negone" class="goto-next scrolly">Next</a>
</section>
<!-- Neg One -->
<section id="negone" class="spotlight style1 right">
<span class="image main"> <img src="images/ESP32 Caliper.jpg"> </span>
<div class="content">
<header>
<h2>ESP32 Caliper</h2>
<p>Custom built circuit that enables direct injection of measurements by emulating a Bluetooth keyboard.</p>
</header>
<ul class="actions">
<li><a href="esp32caliper.html" class="button">Learn More ></a></li>
</ul>
</div>
<a href="#zero" class="goto-next scrolly">Next</a>
</section>
<!-- Zero -->
<section id="zero" class="spotlight style1 left">
<span class="image fit main"> <img src="images/L0ckcr4ck3r.png"> </span>
<div class="content">
<header>
<h2>Project l0ckcr4ck3r</h2>
<p>A Fully Autonomous Lock Cracking Robot. Featured by <a href = "https://hackaday.com/2022/09/18/robot-opens-master-combination-locks-in-less-than-a-minute/" target = "_blank" style = "color: white"> Hackaday</a> and <a href = "https://www.instagram.com/p/CitLEMquoD5/?igshid=MDlmYmQ2NmI%3D" target = "_blank" style = "color: white"> Arduino</a>.</p>
</header>
<ul class="actions">
<li><a href="lockcracker.html" class="button">Learn More ></a></li>
</ul>
</div>
<a href="#one" class="goto-next scrolly">Next</a>
</section>
<!-- One -->
<section id="one" class="spotlight style1 right">
<span class="image fit main"> <img src="images/μ.png"> </span>
<div class="content">
<header>
<h2>Project Mu 2.0</h2>
<p>A custom built Nerf Ball Shooting Robot. Designed and Coded from the ground up.</p>
</header>
<ul class="actions">
<li><a href="Project-Mu.html" class="button">Learn More ></a></li>
</ul>
</div>
<a href="#two" class="goto-next scrolly">Next</a>
</section>
<!-- Two -->
<section id="two" class="spotlight style1 left">
<span class="image fit main"> <img src="images/SCARA Arm.png"> </span>
<div class="content">
<header>
<h2>SCARA Arm</h2>
<p>A Four Axis robot arm with BLDC motors running Field Oriented Control.</p>
</header>
<ul class="actions">
<li><a href="SCARA-Arm.html" class="button">Learn More ></a></li>
</ul>
</div>
<a href="#three" class="goto-next scrolly">Next</a>
</section>
<!-- Three -->
<section id="three" class="spotlight style2 right">
<span class="image main"> <img src="images/OneWheel Assembly.png"> </span>
<div class="content">
<header>
<h2>VESC Onewheel</h2>
<p>A Onewheel is a self balancing electric vehicle. My Onewheel has a custom engineered battery, motor controller, structural upgrades, and led lighting. 2300 miles and counting.</p>
</header>
<!-- <ul class="actions">
<li><a href="esp32caliper.html" class="button">Learn More ></a></li>
</ul> -->
</div>
<a href="#four" class="goto-next scrolly">Next</a>
</section>
<!-- Four -->
<section id="four" class="spotlight style3 left">
<span class="image fit main right"><img src="images/SE3 Catapult.png"/></span>
<div class="content">
<header>
<h2>SE3 Catapult</h2>
<p>A Ratchet-Pawl catapult designed to hit a range of targets for Structural Engineering 3.</p>
</header>
<ul class="actions">
<li> <a href="https://cad.onshape.com/documents/2ec01018e88ed2ec3c5d9e92/w/27d20c7bbe6bd73e0612fd36/e/404e7804df28b8b947a308a0?renderMode=0&uiState=63437b46a616b45907339127" target = "_blank" class="button"> OnShape ></a></li>
</ul>
</div>
<a href="#five" class="goto-next scrolly">Next</a>
</section>
<!-- Five -->
<section id="five" class="spotlight style4 right">
<span class="image main"><img src="images/PrusaLEDs.jpg"/></span>
<div class="content">
<header>
<h2>Reactive 3D Printer Lights</h2>
<p>LEDs capable of custom animations based on the state of the printer.</p>
</header>
<ul class="actions">
<li><a href="https://www.youtube.com/watch?v=KOV3yoo7QTE&ab_channel=Mw" class="button" target = "_blank">Video ></a></li>
</ul>
</div>
<a href="#six" class="goto-next scrolly">Next</a>
</section>
<!-- Six -->
<section id="six" class="spotlight style1 left">
<span class="image fit main right"><img src="images/cutawaylock.jpg"/></span>
<div class="content">
<header>
<h2>CNC Milled Locks</h2>
<p>Cutaway Locks made with HSMWorks toolpathing.</p>
</header>
<ul class="actions">
<li><a href="https://cad.onshape.com/documents/39cfadff4fc5a16e2c67849e/w/80fa2c1219868f75c6e15361/e/87eefe2584bc64c41c58464e?renderMode=0&uiState=6343831e074e143018c02da9" class="button" target = "_blank">OnShape ></a></li>
</ul>
</div>
<a href="#seven" class="goto-next scrolly">Next</a>
</section>
<!-- Seven -->
<section id="seven" class="spotlight style2 right">
<span class="image fit main right"><img src="images/CreationCollage.png"/></span>
<div class="content" style = "width: 22%">
<header>
<h2>Other creations</h2>
</header>
</div>
<a href="#footer" class="goto-next scrolly">Next</a>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.linkedin.com/in/mingwei-yeoh-78216119a/" target = "_blank" class="icon brands alt fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
<li><a href="https://www.instagram.com/the.real.mingwei/" target = "_blank" class="icon brands alt fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/Mew463" target = "_blank" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
<li><a href="mailto:[email protected]" target = "_blank" class="icon solid alt fa-envelope"><span class="label">Email</span></a></li>
</ul>
<div> MingWei Yeoh </div>
<div> [email protected] </div>
<div> 760-607-6622 </div>
<div> La Jolla, California</div>
<ul class="copyright">
<li>© All rights reserved.</li><li>Designed with: <a href="https://html5up.net/landed" target = "_blank">HTML5 UP</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>