-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (68 loc) · 2.25 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
<!DOCTYPE html>
<html lang="en">
<script src = "script.js"> </script>
<head>
<link rel = "stylesheet" href = "styles.css"/>
<title>Resume: Ian Bush</title>
</head>
<header>
<h1>Ian Bush</h1>
</header>
<body>
<button class = "tab"><h2>Education</h2></button>
<div class = "panel">
<h3>Saint John's University: Collegeville, MN</h3>
<h4>September 2016-May 2020</h4>
<ul>
<li>Bachelor of Arts in Computer Science</li>
<li>Studied abroad in Japan for one semester</li>
</ul>
</div>
</div>
<button class = "tab"><h2>Professional Skills</h2></button>
<div class = "panel">
<ul>
<li>Proficient in Java Development (4 Years Experience)</li>
<li>Experience with Python, HTML, Microsoft Office, Visual Basic, JavaScript, and Flutter development</li>
<li>Experience with Git</li>
<li>Experience with App Development</li>
<li>Works well under pressure</li>
<li>Strong verbal and written communication skills</li>
</ul>
</div>
</div>
<button class = "tab"><h2>Experience</h2></button>
<div class = "panel">
<h3>Assistant Flutter App Developer (Contract)</h3>
<h4>December 2020-January 2021</h4>
<ul>
<li>Flutter app development</li>
<li>Revising code for more scalable implementation</li>
</ul>
<h3>Computer Science Teaching Assistant</h3>
<h4>September 2017-May 2020</h4>
<ul>
<li>Shared responsibility with instructor for 15-18 students</li>
<li>Checking completion and grading assigned labs</li>
<li>Providing academic support for students inside and outside of class sessions</li>
<li>CS150 (entry-level Computer Programming course, focusing on Microsoft Excel, VBA, and Python) </li>
<li>CS160 (introductory Java course)</li>
</ul>
<h3>Research Assistant</h3>
<h4>July-August 2019</h4>
<ul>
<li>Performed research in rural China, nearby Chongqing and Jinan</li>
<li>Recording for folklore preservation and research</li>
<li>Organized data and research findings</li>
</ul>
</div>
</div>
<script src = "script.js"></script>
</body>
<footer>
<h6> 15430 Skyview Circle W, Minnetonka, MN, 55345<br>
(952) 261-7970<br>
[email protected]<br><a href = "https://github.com/XGalilei">GitHub profile</a>
</h6>
</footer>
</html>