Skip to content

Commit cb74206

Browse files
Add files via upload
Signed-off-by: FrankQuintero <[email protected]>
1 parent 1627472 commit cb74206

File tree

7 files changed

+406
-0
lines changed

7 files changed

+406
-0
lines changed

Images/headShotProfile.jpg

15.8 MB
Loading

index.html

Lines changed: 150 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Frank Resume</title>
7+
<link rel="stylesheet" href="style.css" />
8+
</head>
9+
10+
<body style="background-color: #080808">
11+
<div class="container">
12+
<div class="profile">
13+
<div class="profile_container">
14+
<img
15+
class="profile_profileImg"
16+
src="./Images/headShotProfile.jpg"
17+
alt="Profile HeadShot of Frank"
18+
/>
19+
<div>
20+
<h1 class="profile_name">
21+
<span class="profile_name_firstName">Frank</span>
22+
<span class="profile_name_lastName">Quintero Pacheco</span>
23+
</h1>
24+
<p class="profile_title">Resume</p>
25+
<p class="description">
26+
I am a motivated Computer Science student at San Jose State
27+
University with strong technical skills in Java, data structures,
28+
and software development. In addition to my academic background, I
29+
gain practical experience through creative projects, demonstrate
30+
leadership in the Braven Accelerator, and actively contribute to
31+
my community as a volunteer guitarist.
32+
</p>
33+
<a
34+
class="downloadButton"
35+
href="./pdf/Frank_Quintero_Pacheco_Resume_.pdf"
36+
download="Frank_Quintero_Pacheco_Resume_.pdf"
37+
>
38+
Download Resume
39+
</a>
40+
</div>
41+
</div>
42+
</div>
43+
<div class="group-1">
44+
<div class="skills">
45+
<h3 class="title">Skills</h3>
46+
<ul class="skill_list description">
47+
<li>
48+
Java
49+
<ul style="list-style-type: circle; padding-left: 20px">
50+
<li style="list-style-position: inside">
51+
Object-Oriented Programming
52+
</li>
53+
<li style="list-style-position: inside">Algorithms</li>
54+
<li style="list-style-position: inside">Data Structures</li>
55+
</ul>
56+
</li>
57+
<li>
58+
HTML CSS
59+
<ul style="list-style-type: circle; padding-left: 20px">
60+
<li style="list-style-position: inside">Basic</li>
61+
</ul>
62+
</li>
63+
</ul>
64+
</div>
65+
<div class="education">
66+
<h3 class="title">Education</h3>
67+
<div class="education_item">
68+
<p class="pretitle_date">2023 - present</p>
69+
<h3 class="school_name_abr" style="font-size: 15px">
70+
Computer Science in SJSU
71+
</h3>
72+
<p class="school_full_name" style="font-size: 15px">
73+
San Jose State University
74+
</p>
75+
</div>
76+
</div>
77+
<div class="interest">
78+
<h3 class="title">Interest</h3>
79+
<ul class="skill_list description" style="font-size: 12px">
80+
<li>Web Development</li>
81+
<li>Programming</li>
82+
<li>Physical Exercise</li>
83+
<li>Guitar</li>
84+
<li>Photography</li>
85+
<li>Poetry</li>
86+
</ul>
87+
</div>
88+
</div>
89+
<div class="group-2">
90+
<div class="exp">
91+
<h3 class="title">Experience</h3>
92+
<div class="exp_item">
93+
<p class="pretitle_date">Apr 2021 - present</p>
94+
<h4 class="item_title" style="font-size: 12px">
95+
Volunteer Guitarist
96+
</h4>
97+
<p class="location">The First Apostolic Church of San Jose</p>
98+
<p style="color: #727171; font-size: 12px">
99+
Performed live music to accommodate during church services,
100+
special events such as Thanksgiving, and community gatherings.
101+
Collaborated with the worship team, which included the musicians
102+
and the singers to create a positive and uplifting environment for
103+
over 150 people on Sundays. Led and gave critical feedback in
104+
one-a-week practice sessions to ensure a well-planned service.
105+
</p>
106+
<p class="pretitle_date" style="margin-top: 10px">
107+
Aug 2024 - Dec 2024
108+
</p>
109+
<h4 class="item_title" style="font-size: 12px">
110+
Braven Fellow | Career and Leadership Accelerator
111+
</h4>
112+
<p style="color: #727171; font-size: 12px">
113+
Developed leadership, communication, and problem-solving skills
114+
through a 14-week Braven professional development course, creating
115+
a career roadmap, engaging in self-assessment, and enhancing
116+
teamwork and networking abilities.
117+
</p>
118+
</div>
119+
</div>
120+
</div>
121+
<div class="group-3">
122+
<h4 class="contacts">Contact :</h4>
123+
<div class="logos">
124+
<div class="linkedIn">
125+
<a
126+
href="https://www.linkedin.com/in/frank-quintero-pacheco/"
127+
target="_blank"
128+
><img
129+
src="logos/linkedin-logo-linkedin-icon-transparent-free-png.webp"
130+
alt="linkedIn"
131+
/></a>
132+
</div>
133+
<div class="gmail">
134+
<a href="mailto:[email protected]">
135+
<img src="logos/gmail.png" alt="gmail" />
136+
</a>
137+
</div>
138+
<div class="instagram">
139+
<a
140+
href="https://www.instagram.com/realfrankquintero/"
141+
target="_blank"
142+
>
143+
<img src="logos/instagram.png" />
144+
</a>
145+
</div>
146+
</div>
147+
</div>
148+
</div>
149+
</body>
150+
</html>

logos/gmail.png

32.9 KB
Loading

logos/instagram.png

180 KB
Loading
12.6 KB
Loading
75.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)