-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
63 lines (63 loc) · 3.15 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
<!DOCTYPE html>
<html>
<head>
<title>Resume</title>
<link rel="stylesheet" href="styles.css"/>
</head>
<body>
<nav class="navbar">
<h1 class="logo">Hack4Impact</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>
<h1 class="page-title">Resume</h1>
<a href="Josh_Queja_Resume.pdf" download>Download Resume</a>
<div class="project">
<div class="resume">
<section class="section"> <h2 class="section-title">Education</h2>
<div class="entry">
<p class="entry-info"><strong>Bachelor of Science in Computer Science</strong></p>
<p class="entry-info">California Polytechnic State University, San Luis Obispo | Expected Graduation June 2025</p>
</div>
</section>
<section class="section"> <h2 class="section-title">Experience</h2>
<div class="entry">
<p class="entry-info"><strong>Systems Developer Intern | Sesloc Credit Union</strong></p>
<p class="entry-info">- Developed and modified programs, applications, and reports for organizational use.</p>
<p class="entry-info">- Utilized Django, HTML, CSS</p>
<p class="entry-info">- Implemented Git and Azxure DevOps for Information Technology Department</p>
</div>
</section>
<section class="section"> <h2 class="section-title">Skills</h2>
<p class="entry-info"> <strong>Technical Skills: </strong></p>
<p class="entry-info"> - Python, Java, AWS, HTML/CSS, Django</p>
</section>
<section class="section"> <h2 class="section-title">Coursework</h2>
<p class="entry-info">CSC 101: Fundamentals of Computer Science</p>
<p class="entry-info">CSC 202: Data Structures</p>
<p class="entry-info">CSC 203: Project Based OOP</p>
<p class="entry-info">CSC 248: Discrete Structures</p>
<p class="entry-info">CSC 349: Design and Analysis of Algorithms</p>
<p class="entry-info">CSC 357: Systems Programming</p>
<p class="entry-info">CSC 307: Intro to SWE</p>
<p class="entry-info">CSC 365: Intro to databases</p>
</section>
<section class="section"> <h2 class="section-title">Activities</h2>
<p class="entry-info">Hack4Impact</p>
<p class="entry-info">Pilipino Cultural Exchange</p>
</section>
</div>
</div>
</main>
<p>Resume Information</p>
<footer class="footer">
<p>© 2023 My Personal Website | All Rights Reserved | Made with love ♥ </p>
</footer>
</body>
</html>