-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
102 lines (102 loc) · 5.92 KB
/
resume.html
File metadata and controls
102 lines (102 loc) · 5.92 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html>
<head>
<title>Resume Page</title>
</head>
<body>
<nav class="navbar">
<h1 class="logo"><a href="index.html">personal website</a></h1>
<ul class="nav-list">
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<main>
<div class="resume"></div>
<section class="section"></section>
<h2 class="section-title">Education</h2>
<div class="entry">
<h3 class="entry-title">B.S in Computer Science - Concentration in Cybersecurity</h3>
<p class="entry-info">
<strong>California Polytechnic State University, San Luis Obispo</strong> |
<em>September 2025 - Present</em>
</p>
</div>
<div class="entry">
<h3 class="entry-title"></h3>
<p> Expected Graduation: June 2029</p>
</div>
<div class="entry">
<h3 class="entry-title">West Campus High School</h3>
<ul class="entry-info">
<li><strong>GPA: 3.78</strong></li>
<li>Completed <strong>50+ hours</strong> of community service in two service clubs.</li>
<li>Multi-sport Athlete in: <strong>Track & Field, Varsity Basketball, and Cross Country</strong></li>
<section class="section"></section>
<h2 class="section-title">Skills</h2>
<ul class="skills-list">
<li><strong>Java Script:</strong> <em>soooooon</em></li>
<li><strong>Python:</strong> <em>soooooon</em></li>
<br>
<li><strong>Soft Skills:</strong></li>
<li>supportive</li>
<li>coachable</li>
<li>reliable</li>
<li>resilient</li>
<li>positive</li>
<li>willing to learn</li>
<li>mentorship</li>
<li>leadership</li>
</ul>
<section class="section"></section>
<h2 class="section-title">Experience</h2>
<div class="entry">
<h3 class="entry-title"><em>Summer@ City Hall</em></h3>
<p class="entry-info"><strong>Summer@ City Hall - Senior Peer Mentor</strong> | June 2023 - July 2025 (<em>Summer</em>) </p>
<p class="entry-description">
<ul>
<li> Facilitated small group discussion</li>
<li>Taught presentation etiquette and assisted with brainstorming project ideas</li>
<li>Presented to city council/mayor to advocate changes in the city</li>
<li>Chaperoned field trips to ensure participants' safety and engagement</li>
<li>Led icebreakers and activities</li>
<li>Managed storage of 40+ chromebooks every single day, breakfast and lunches, and 90+ keycards</li>
<li>Provided teacher support with supplies and in-class learning objectives</li>
<li>Reinforced a safe community between high school students and safe activities</li>
</ul>
</p>
</div>
<div class="entry">
<h3 class="entry-title"><em>College Track, Sacramento</em></h3>
<p class="entry-info"><strong>College Track, Sacramento - Scholar</strong> | September 2021 - June 2025 </p>
<p class="entry-description">
<ul>
<li>Further developed computer science and writing skills</li>
<li>Improved communication with peers and mentors</li>
<li>Demonstrated clearly defined dream and purpose to everyday life</li>
<li>Strived for experiences and meaningful summer opportunities related to computer science and steam</li>
<li>Golden State Summer Academy, San Francisco - Scholar for Bytes</li>
<li><strong><em>Designed a navigation app to reduce Co2 emission with shorter route times</em></strong></li>
<li>Devoted after school hours to attend weekly workshops every quarter maintaining a 80+% attendance through out the 4 years</li>
<li>Spoke to audience about summer experiences</li>
</ul>
</p>
</div>
<section class="section"></section>
<h2 class="section-title">Coursework</h2>
<ul class="course-list">
<section class="section"></section>
<h2 class="section-title">Projects</h2>
<div class="entry">
<h3 class="entry-title"></h3>
<p class="entry-info"></p>
<p class="entry-description"></p>
</main>
<h1 class="page-title">Resume Page</h1>
<a href="Jordan Lu's H4I resume.pdf" class="button" download >Download Resume</a>
<footer class="footer"> © 2025 Jordan Lu | All Rights Reserved</footer>
</body>
</html>