-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (99 loc) · 3.8 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Yannan Tuo</title>
<link rel="stylesheet" href="indexstyle.css">
</head>
<body>
<div class = "main">
<div class = "intro">
<img class = "resize" src = "profilepic.jpg" align = "middle"/>
<p><em>"When nothing goes right... go left"</em></p>
<p></p>
<p></p>
<p>Hi, I'm Yannan and I like trains. I hope you enjoy your time on this remarkably enlightening page about my rudimentary accomplishments.</p>
</div>
<div class = "header">
<h1><p><span title = "is really cool">Yannan Tuo</span></p></h1>
<p style = "text-align: center">[email protected]</p>
<p style = "text-align: center">(408)455-4802</p>
</div>
<table border = "0px">
<tr>
<td bgcolor = "#c0dfd9"><h3><em>Education:</em></h3></td>
<td><h5><ul>
<span title = "Go BEARS!"><li>UC Berkeley, Electrical Engineering and Computer Science major (2016-2020)</li></span>
<span title = "Go CATS!"><li>Los Gatos High School (2012-2016)</li></span>
</ul></h5></td>
</tr>
<tr>
<td bgcolor = "#c0dfd9"><h3><em>Research Experience:</em></h3></td>
<td><h5><ul>
<li>Stanford Institutes of Medicine Research Program - Bioinformatics Institute (2015)</li>
<li>ASR research on solar cells and fluorescent dyes (2013-2014)</li>
<li>UCSD COSMOS, EE and CS Cluster (2014)</li>
</ul></h5></td>
</tr>
<tr>
<td bgcolor = "#c0dfd9"><h3><em>Technical Experience:</em></h3></td>
<td><h5><ul>
<li>Java</li>
<li>R</li>
<li>Python</li>
<li>C</li>
<li>Basic HTML</li>
<li>Arduino Fundamentals</li>
</ul></h5></td>
</tr>
<tr>
<td bgcolor = "#c0dfd9"><h3><em>Honors and Awards:</em></h3></td>
<td><h5><ul>
<li>California FBLA State Leadership Conference, Personal Finance: 5th Place, Nationals Qualifier (2016)</li>
<li>National Merit Scholarship Finalist (2016)</li>
<li>California FBLA State Leadership Conference, Business Procedures: 6th Place (2015)</li>
<li>Enterprise Leadership Conference, 2nd place business plan presentation (2015)</li>
<li>AATG German Test Level 4 Gold Award, 96 Percentile (2015)</li>
<li>USA Biology Olympiad Semifinalist (2014)</li>
<li>SAMPE Honorable Mention at Synopsys Science Fair (2014)</li>
<li>National AP Scholar (2015)</li>
</ul></h5></td>
</tr>
<tr>
<td bgcolor = "#c0dfd9"><h3><em>Languages:</em></h3></td>
<td><h5><ul>
<li>Bilingual proficiency: English, Chinese</li>
<li>Limited working proficiency: German, Spanish</li>
</ul></h5></td>
</tr>
<tr>
<td bgcolor = "#c0dfd9"><h3><em>Activities/Interests:</em></h3></td>
<td><h5><ul>
<li>Future Business Leaders of America, President (2013-2016)</li>
<li>A Garden for Ghana, President (2013-2016)</li>
<li>History Bowl, President (2014-2016)</li>
<li>National Spanish Honors Society, Treasurer (2014-2016)</li>
</ul></h5></td>
</tr>
<tr>
<td bgcolor = "#c0dfd9"><h3><em>Volunteer Experience:</em></h3></td>
<td><h5><ul>
<li>FHL Chinese School Summer Camp TA (2014-2015)</li>
<li>Santa Clara Valley Water Youth Commission (2013-2014)</li>
<li>LGS Recreation Summer School TA (2012-2013)</li>
<li>Enlighten Chinese Summer School TA (2013)</li>
<li>Music Service performances at Senior Centers (2012-2015)</li>
</ul></h5></td>
</tr>
<tr>
<td bgcolor = "#c0dfd9"><h3><em>Misc:</em></h3></td>
<td><h5><ul>
<li>Eats everything</li>
<li>Can sing most of <em>Let it Go</em> in French</li>
<li>Can project without a microphone</li>
</ul></h5></td>
</tr>
</table>
</div>
</body>
</html>