-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
138 lines (135 loc) · 6.68 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html>
<head>
<title>
</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<nav class="navbar">
<h1 class="logo">
<a href="index.html">Otoniel Valencia</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>
<li><a href="https://github.com/leinotoo"><img src="assets/github1.png" alt="GitHub logo" width="20px"/></a></li>
<li><a href="https://www.linkedin.com/in/otoniel-valencia-558695282/"><img src="assets/linkedin1.png" alt="LinkedIn logo" width="20px"/></a></li>
</ul>
</nav>
<main>
<h1 class="page-title">
Resume
</h1>
<a href="Resume.pdf" download>Download Resume</a>
<div class="resume">
<section class="section">
<h2 class="section-title">
Education
</h2>
<div class="entry">
<h4 class="entry-title">
California Polytechnic State University, San Luis Obispo
</h4>
<p class="entry-info">
Fall 2023 - May 2027
<br>
<br>
Currently pursuing a Bachelor of Science degree in Computer Engineering at California
Polytechnic State University, San Luis Obispo. Coursework includes in-depth study of computer
architecture, software engineering principles, digital design, and mathematics. Actively engaged
in hands-on projects and extracurricular activities to enhance practical skills and deepen
understanding of key concepts in computer engineering.
</p>
</div>
</section>
<section class="section">
<h2 class="section-title">
Experience
</h2>
<div class="entry">
<h4 class="entry-title">
AutoZone, Ontario CA - Sales Associate
</h4>
<p class="entry-info">
July 2022 - July 2023
</p>
<p class="entry-description">
<ul class ="AutoZone Experience">
<li>Installed automotive components into customers' vehicles with meticulous attention to
detail and adherence to manufacturer specification</li>
<li>Provided expert assistance to customers in identifying and selecting the correct parts
to resolve their automotive issues, ensuring optimal performance and customer
satisfaction</li>
</ul>
</p>
<div class="entry">
<h4 class="entry-title">
Ontario High School, Ontario CA - Link Crew Mentor
</h4>
<p class="entry-info">
August 2022 - May 2023
</p>
<p class="entry-description">
<ul class ="High School Volunteer Experience">
<li>Mentored and guided high school freshmen as part of the Link Crew program,
facilitating their transition into high school life</li>
<li>Demonstrated leadership skills in mediating conflicts, resolving issues, and promoting
a positive and inclusive environment for mentees</li>
<li>Provided academic and emotional support to mentees, conducting regular check-ins to
ensure their well-being and adjustment to high school</li>
<li>Collaborated with fellow mentors and program coordinators to develop and implement
strategies for the successful integration and development of mentees</li>
</ul>
</p>
</div>
</section>
<section class="section">
<h2 class="section-title">
Projects
</h2>
<div class="entry">
<h3 class="entry-title">Personal Website</h3>
<p class="entry-info">Designed and built a personal website using HTML, CSS, and Javascript</p>
<p class="entry-description">-Implemented multiple pages using HTML, CSS, and Javascript
<br>
-Focused on semantic HTML design
<br>
-Used best practices for Git and GitHub
</p>
</div>
</section>
<section class="section">
<h2 class="section-title">
Coursework
</h2>
<ul class="course-list">
<li>Hack4Impact HTML, CSS, & Git Starter Pack</li>
<li>Intro To Computer Science</li>
<li>Data Structures and Alogrithms</li>
<li>Digital Design</li>
</ul>
</section>
<section class="section">
<h2 class="section-title">
Skills
</h2>
<ul class="skill-list">
<li>Python</li>
<li>JavaScript</li>
<li>Semantic HTML5</li>
<li>CSS 3</li>
<li>Git</li>
<li>GitHub</li>
</ul>
</section>
</div>
</main>
<footer class="footer">
© 2023 Honest | All Rights Reserved"
</footer>
</body>
</html>