Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 14 additions & 24 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,47 +84,39 @@ <h1>Reaon Kaufman</h1>
<a href="mailto:tacodude2001@gmail.com"
>tacodude2001@gmail.com</a
>
| Phone: (123) 456-7890 | LinkedIn:
| Phone: (502) 439-7207 | LinkedIn:
<a href="#">linkedin.com/in/yourname</a>
</p>
</section>
<section class="section">
<h2>Summary</h2>
<p>
A brief summary about yourself, your skills, and what you
bring to the table. Keep it concise and impactful.
I'm a 25-year-old aspiring website developer with a passion for creating something that people enjoy using.
</p>
</section>
<section class="section">
<h2>Work Experience</h2>
<div class="item">
<h3>Job Title - Company Name</h3>
<p>Dates of Employment</p>
<h3>Picker - Lear Universal</h3>
<p>Nov 2025 - Present</p>
<p>
Brief description of your responsibilities and
achievements in this role.
Pick truck parts for ford.
</p>
</div>
<div class="item">
<h3>Job Title - Company Name</h3>
<p>Dates of Employment</p>
<h3>Third Shift Lead - Circle K</h3>
<p>June 2022 - September 2023</p>
<p>
Brief description of your responsibilities and
achievements in this role.
Supervise and manage third shift operations, ensuring efficient and safe work environments.
</p>
</div>
</section>
<div class="section">
<h2>Education</h2>
<div class="item">
<h3>Degree - School Name</h3>
<p>Year of Graduation</p>
<h3>High School Diploma</h3> - Waggenr</h3>
<p>2020</p>
</div>
<div class="item">
<h3>Degree - School Name</h3>
<p>Year of Graduation</p>
</div>
</section>
<section class="section">
<h2>Skills</h2>
<div class="skills">
Expand All @@ -140,17 +132,15 @@ <h2>Skills</h2>
<section class="section">
<h2>Projects</h2>
<div class="item">
<h3>Project Name</h3>
<h3>correct-the-html </h3>
<p>
Brief description of the project, the technologies used,
and your role in the project.
Added semantic HTML tags to improve accessibility..
</p>
</div>
<div class="item">
<h3>Project Name</h3>
<h3>Reaon2001.github.io</h3>
<p>
Brief description of the project, the technologies used,
and your role in the project.
Created a personal portfolio website using HTML and CSS.
</p>
</div>
</section>
Expand Down