-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBlog.html
More file actions
312 lines (268 loc) · 12.2 KB
/
Blog.html
File metadata and controls
312 lines (268 loc) · 12.2 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
<!DOCTYPE HTML>
<html>
<head>
<title>Hank's Website</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" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper" class="fade-in">
<!-- Intro -->
<div id="intro">
<h1>Hank<br/>
Wu</h1>
<p><font color="#90EE90">Maple Precision</font> <font color=#add8e6>Software Engineering Intern</font> </br>
<font color=#ffcccb>Waterloop Linear Induction Motor</font><font color="#FFFF99"> Team Lead
(SpaceX Hyperloop) </font><br>
<font color=#add8e6>UWAFT Autonomous Vehicle Software</font> <font color=#90EE90>Team Member (GM EcoCar)</font></br>
Thanks for stopping by, I hope your having a great day! =)</p>
<ul class="actions">
<li><a href="#header" class="button icon solid solo fa-arrow-down scrolly">Continue</a></li>
</ul>
</div>
<script>
import React, { Component } from 'react';
import SiriWave from 'siriwave';
class App extends Component{
componentDidMount() {
this.wave = new SiriWave({
container: document.getElementById('app'),
width: window.innerWidth,
height: window.innerHeight * 2,
style: 'ios9',
speed: 0.09
});
this.wave.start();
}
}
</script>
<!-- Header -->
<header id="header">
<a href="static\Resume.pdf" class="logo">Resume</a><br />
<i class="fas fa-link" style="font-size:24px;"></i>
<!-- <ul class="icons">
<li><a href="#" class="icon brands fa-link"><span class="label">Link</span></a></li>
</ul>-->
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="index.html#targetMain">Home</a></li>
<li><a href="maplePrecision.html">MaplePrecision</a></li>
<li><a href="waterloop.html">Waterloop SpaceX Hyperloop</a></li>
<li><a href="uwaft.html">UWAFT GM Ecocar 3</a></li>
<li class="active"><a>Blog</a></li>
<li><a href= https://www.youtube.com/channel/UCUWGmc7j02amnUItrbJW6Bw>Drive</a></li>
</ul>
<ul class="icons">
<li><a href="https://www.youtube.com/channel/UCUWGmc7j02amnUItrbJW6Bw" class="icon brands fa-youtube"><span class="label">YouTube</span></a></li>
<li><a href="https://github.com/hank-w" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Featured Post -->
<article class="post featured">
<header class="major">
<span class="date"></span>
<h2>Welcome to<br />
my Website</a></h2>
<script>
import React, { Component } from 'react';
import SiriWave from 'siriwave';
class App extends Component{
componentDidMount() {
this.wave = new SiriWave({
container: document.getElementById('app'),
width: window.innerWidth,
height: window.innerHeight * 2,
style: 'ios9',
speed: 0.09
});
this.wave.start();
}
}
</script>
<p>Hello! Nice to meet you =)<br />
Here you will find pages about my experiences and projects, <br />
along with my personal blog.</p>
</header>
<!-- <a href="#" class="image main"><img src="images3/banff.jfif" alt="" /></a> -->
<!--beginning of carousel-->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<a href="#" class="image main"><img src="images3/banff.jfif" alt="" /></a>
</div>
<!--
<div class="item">
<a href="#" class="image main"><img src="images3/horizon.jpg" alt="" /></a>
</div>
<div class="item">
<a href="#" class="image main"><img src="images3/temple.jpg" alt="" /></a>
</div>
</div>
-->
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!--end of carousel-->
<ul class="actions special">
<li><a href="Blog.html" class="button large">Blog</a></li>
</ul>
</article>
<!-- Posts -->
<section class="posts">
<article>
<header>
<a id = "target"></a>
<h2><a href="#"><i>Reach</i><br />
Internet Access Through SMS <br />Text Messaging</a></h2>
</header>
<a href="#" class="image fit"><img src="images2/connected2.jpg" alt="" /></a>
<!-- <a href="#" class="imp-xxsmall"><img src="images2/text1.png" alt="" /></a>
<a href="#" class="imp-xxsmall"><img src="images2/text2.png" alt="" /></a>
<a href="#" class="imp-xxsmall"><img src="images2/text3.png" width= "3oo" height= "300" alt="" /></a>
-->
<p>Reach is an internet access through SMS text messaging service I made that allows users to access many important features of the internet without the need for Wireless Connection (WiFi or Data). Features include: Directions, Weather, News, Wikipedia Articles, Unit and Currency Conversion, and more. <br /><br />I built the program using Node.js for my backend, Google Firebase to host my cloud servers, Twilio to send and receive SMS, and Google news and maps, Wikipedia, and Fixer APIs for each feature. If you would like to see a video demonstration and read more about my project, please click on view project! =) </p>
<ul class="actions special">
<li><a href="Reach.html" class="button">View Project</a></li>
</ul>
</article>
<article>
<header>
<h2><a href="#"><i>Axel</i><br />
Autonomous Chess <br />Playing Robot</a></h2>
</header>
<a href="#" class="image fit"><img src="images2/chess.jpg" alt="" /></a>
<p>Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis magna etiam.</p>
<ul class="actions special">
<li><a href="#" class="button">View Project</a></li>
</ul>
</article>
<article>
<header>
<h2><a href="#"><i>Train u</i><br />
Machine Learning <br />Sports Trainer</a></h2>
</header>
<a href="#" class="image fit"><img src="images2/trainu1.jpg" alt="" /></a>
<p>Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis magna etiam.</p>
<ul class="actions special">
<li><a href="#" class="button">View Project</a></li>
</ul>
</article>
<article>
<header>
<h2><a href="#"><i>Star Mania</i><br />
Python Browser <br />Arcade Game</a></h2>
</header>
<a href="#" class="image fit"><img src="images2/starMania1.PNG" alt="" /></a>
<p>Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis magna etiam.</p>
<ul class="actions special">
<li><a href="#" class="button">View Project</a></li>
</ul>
</article>
<article>
<header>
<h2><a href="#"><i>Responsum</i><br />
Educational Classroom Software Product</a></h2>
</header>
<a href="#" class="image fit"><img src="images/pic05.jpg" alt="" /></a>
<p>Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis magna etiam.</p>
<ul class="actions special">
<li><a href="#" class="button">View Project</a></li>
</ul>
</article>
<article>
<header>
<h2><a href="#"><i>Syrinx</i><br />
Malignant Cyst Detector<br /> Neural Network</a></h2>
</header>
<a href="#" class="image fit"><img src="images/pic03.jpg" alt="" /></a>
<p>Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis magna etiam.</p>
<ul class="actions special">
<li><a class="button">In Progress</a></li>
</ul>
</article>
</section>
<!-- Footer -->
<footer>
<div class="pagination">
<!--
<a href="#" class="previous">Prev</a>
<a href="index.html#target" class="page active">1</a>
<a href="index2.html#trainμ" class="page active">2</a>
<a href="#" class="page">3</a>
<span class="extra">…</span>
<a href="#" class="page">8</a>
<a href="#" class="page">9</a>
<a href="#" class="page">10</a>
<a href="#" class="next">Next</a>
-->
</div>
</footer>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<!-- Calendly inline widget begin -->
<div class="calendly-inline-widget" data-url="https://calendly.com/hank-w/30min" style="min-width:320px;height:630px;"></div>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js"></script>
<!-- Calendly inline widget end -->
</section>
<section class="split contact">
<section>
<h3>Email</h3>
<p align = "center"><a href="hank.j.wu@gmail.com"><font size = "3">hank.j.wu@gmail.com</font></a></br></p>
</section>
<section>
<h3>Phone</h3>
<ul class="icons alt">
<p>
<li><a href="" ><span class="label"></span></a></li>
<a href="#">+1 (519) 721-9529</a></p>
</ul>
</section>
<section>
<h3>Social</h3>
<ul class="icons alt">
<li><a href="https://www.youtube.com/channel/UCUWGmc7j02amnUItrbJW6Bw" class="icon brands fa-youtube"><span class="label">YouTube/span></a></li>
<li><a href="https://github.com/hank-w" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
</section>
</section>
</footer>
<div id="emptyFooter">
<ul><li>© Untitled</li><li>Space <a href="#"></a></li></ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.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>