-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (59 loc) · 2.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel = "stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,400;1,700&display=swap" rel="stylesheet">
<title>Andy Phu</title>
</head>
<body>
<script src = "script.js"></script>
<div class = "letter-paper-padding">
<h1>Andy Phu</h1>
<p class="center">andy.jiapao.phu@gmail.com</p>
<h1>Education</h1>
<hr class = "solid">
<h2><a class="blind-link" href="https://www.mnmsa.org//">Math and Science Academy</a></h2>
<p title = "Transcript available upon request">GPA 3.994</p>
<ul>
<li title = "I was the Computer Aided Design lead of Fighting Calculators 2175 for 2021-2023, and the Programming lead for My Favorite Team 17287 for 2019-2022">FRC CAD Lead, FTC Code Lead</li>
<li>Student Council</li>
<li>Social Sciences TA</li>
<li>Distinguished Honor Role</li>
</ul>
<h1>Primary Skills</h1>
<hr class = "solid">
<p>(Sorted by skill level)</p>
<ol>
<li>Python</li>
<li>Unity game development (C#, UX, Blender, Adobe Illustrator, etc.) </li>
<li>Java</li>
<li>Front-end web development (HTML, CSS, JS)</li>
<li>IOS Development (Swift)</li>
<li>AutoHotkey, Espanso, AutoIt </li>
<li><a href = "in-progress.html">see more</a></li> <!--TODO: link to proper page-->
</ol>
<h1>Professional Experience</h1>
<hr class = "solid">
<h2>JR Computer Associates</h2>
<p>Student IT worker @ Math and Science Academy, Woodbury Leadership Academy, Venture Academy</p>
<h4>Duties:</h4>
<ol>
<li>Laptop repair</li>
<li>School records database management</li>
<li>Handled product orders</li>
<li>General tech support</li>
</ol>
<h1>Certifications</h1>
<hr class = "solid">
<ul>
<li>Advanced Python (LinkedIn)</li>
<li>Human Research Stage 1 (CITI Program)</li>
</ul>
</div>
</body>
</html>