-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
95 lines (80 loc) · 3.57 KB
/
resume.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>I'M YUN</title>
<link rel="stylesheet" type= text/css" href="resume.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Quantico" rel="stylesheet">
</head>
<body>
<div class="">
<div class="top">
<h1 id="title">Hello, I'm Yun</h1>
<p id="subtitle">I am a programmer. <br>I like coding and milktea!</p>
</div>
<div class="">
<marquee id="cloud" scrollamount="10"
direction="left"
behavior="scroll">
<img src="cloud2.png" alt="cloud">
</marquee>
<marquee id="cloud2" scrollamount="10"
direction="right"
behavior="scroll">
<img src="cloud1.png" alt="cloud">
</marquee>
<div class="list">
<h3>Work Experience</h3>
<p><b>Research Assistant</b></p>
<p>Conducted cybersecurity lab experiment, relational database implementation, & data analysis to support academic research
<br>
Provided 20+ one-on-one customer supports on various technical and business needs
<br>
Assisted in carrying out research on blockchain technologies, utilizing Hyperledger Composer, and Hyperledger Fabric</p>
<p><b>Python Tutor</b></p>
<p>Held one-on-one tutoring, assisted students in providing guidelines of programming assignments
</p>
<p><b>MS Access Tutor</b></p>
<p>
Held an hour drop-in tutoring session twice a week, assisted 30+ students in solving database problems
</p>
<p><b>Software Development Intern</b></p>
<p>Provided 5 on-site customer meetings, elicited user requirements by creating flowcharts, and class diagrams
<br>
Enhanced the quality of codes for a logistics mobile application by 5% through debugging, resolved login issues
<br>
Designed and provided a basic python syntax training for 15 employees who are inexperienced in Python
<br>
Created user interface mockups for a logistics website using Photoshop impacting over 1000+ active users
<p><b>Social Media and Marketing Intern</b></p>
<p>Conducted market research for a logistics industry, promoted a new service to over 70 business enterprises
<br>Increased active users by 200+ by updating the company’s website and its social media account based on customer tastes</p>
<br>
<br>
<h3>Project</h3>
<p><b>Top 2 | ITERA (Information and Telecommunications Education and Research Association) National Telecom Competition</b></p>
<p>Designed IT infrastructure for 12 schools by applying network engineering, cabling and other telecommunication skills
<br>
created 12 cost breakdown analyses to estimate financial costs for a school system
<br>
Won the 1st place the campus-wide competition selected as representative for ITERA
competition, made the final round</p>
<p><b>1st Place | JPMorgan Chase Challenge</b></p>
<p>Developed and demoed a code learning game with a team of four in 24 hours by using Unity2D
<br>
Applied C# to develop 3 functions of the game, included choosing game mode, verifying answers, and show error messages
<br>
Awarded as the 1st Place in JPMorgan Chase Challenge, and The Best Hack of Social Good in Technica Hackathon</p>
<p><b>2nd Place | Deloitte Design Challenge</b></p>
<p>Analyzed real-world case, provided a solution plan for a client using prototyping methodology, and made a presentation
<br>Designed 3 mockup user interfaces for a transportation mobile app using illustrator</p>
<br>
<br>
<h3>Volunteer</h3>
<p>Completed 30 hours community service last in 2018!</p>
</div>
<img id="bg" src="BGMountain.png" alt="bgImg">
</body>
</html>