-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (80 loc) · 3.62 KB
/
index.html
File metadata and controls
80 lines (80 loc) · 3.62 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
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display+SC" rel="stylesheet">
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="container">
<div class="one">
<p id="email">Kaifawn127@gmail.com</p>
</div>
<div class="one">
<p id="phone">1(415)640-9441</p>
</div>
<div class="name"><h1>KAILIN KE</h1></div>
<div class="two">
<h2>ACCOMPLISHMENTS</h2>
</div>
<div class="twoSecond">
<p>Achieving a high GPA with challenging coursework, robust extracurricular activities, active volunteering, and professional development activities.</p>
</div>
<div class="two">
<h2>SKILLS & ABILITIES</h2>
</div>
<div class="twoSecond">
<ul>
<li>Speak fluently in English, Mandarin, and Cantonese</li>
<li>Strong calculation and mathematics skills</li>
<li>Skilled with Microsoft Word, Excel, and PowerPoint</li>
</ul>
</div>
<div class="three">
<h2>PROFESSIONAL EXPERIENCE</h2>
</div>
<div class="threeSecond">
<h3>VOLUNTEER, HEART IN MOTION (HIM) (2016 - PRESENT)</h3>
<ul>
<li>Assist organizers with race day logistics including communicating directions and handing
out packages to racers</li>
</ul>
<h3>JOB SHADOW PARTICIPANT, TWITCH (2017)</h3>
<ul>
<li>Attended day long job shadowing of engineering employee to learn about daily responsibilities in the field</li>
<li>Learned about the process of coding</li>
</ul>
<h3>MAYOR’S YOUTH EMPLOYMENT AND EDUCATION PROGRAM (MYEEP)
INTERN, BOYS AND GIRLS CLUB OF SAN FRANCISCO, EXCELSIOR CHAPTER:</h3>
<p>January 2016 – August 2016</p>
<ul>
<li>Helped 15 to 20 children daily on their school work, reading, and social skills</li>
<li>Led by example and provided mentorship to the students</li>
<li>Assisted the supervisor with activities including organizing and decorating</li>
</ul>
<h3>MAYOR’S YOUTH EMPLOYMENT AND EDUCATION PROGRAM (MYEEP),
PARTICIPANT, JOB READINESS/ EDUCATION WORKSHOPS</h3>
<p>October 2015 – January 2016</p>
<ul>
<li>Collaborated with peers to complete group projects and activities</li>
<li>Practiced and improved public speaking skills</li>
<li>Created and presented a PowerPoint showcasing goals to a panel audience</li>
<li>Participated in time management, budgeting, professionalism, and communication workshops</li>
</ul>
</div>
<div class="four">
<h2>EDUCATION</h2>
</div>
<div class="fourSecond">
<h3> BALBOA HIGH SCHOOL —SAN FRANCISCO</h3>
<p id="graduate">Expected Graduation: May 2019</p>
<p id="gpa">GPA: 4.0</p>
<p id="course">Relevant Course Work:</p>
<ul>
<li>Game Design Academy: Learning coding, including Java Script,in year-long class</li>
<li>ScriptEd: Enhancing skills in Java Script, html, and css in after school program</li>
<li>Honors Courses: AP World History, Biology Honor, AP Chinese, AP English Language and Composition, (planned 2019) AP Computer Science</li>
</ul>
</div>
</div>
</body>
</html>