Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

template.html #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
59 changes: 59 additions & 0 deletions template.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Resume Template</title>
</head>
<body>
<div class="container">
<header>
<h1>Your Name</h1>
<p>Job Title</p>
<p>Address · City, State, ZIP · Phone: (123) 456-7890 · Email: [email protected]</p>
</header>

<section class="summary">
<h2>Summary</h2>
<p>A brief summary of your professional background, skills, and career goals.</p>
</section>

<section class="education">
<h2>Education</h2>
<p><strong>Degree:</strong> University Name</p>
<p><strong>Major:</strong> Your Major</p>
<p><strong>Graduation:</strong> Month Year</p>
</section>

<section class="experience">
<h2>Work Experience</h2>
<p><strong>Job Title:</strong> Company Name</p>
<p><strong>Location:</strong> City, State</p>
<p><strong>Dates:</strong> Month Year - Month Year</p>
<ul>
<li>Accomplishment or responsibility 1</li>
<li>Accomplishment or responsibility 2</li>
</ul>
</section>

<section class="skills">
<h2>Skills</h2>
<ul>
<li>Skill 1</li>
<li>Skill 2</li>
<li>Skill 3</li>
</ul>
</section>

<section class="contact">
<h2>Contact</h2>
<p>LinkedIn: linkedin.com/in/yourname</p>
<p>GitHub: github.com/yourname</p>
</section>
</div>
</body>
</html>

//template link made by canva
https://app.gemoo.com/share/image-annotation/577513630063472640?codeId=Ml2gzbzjGzOXb&origin=imageurlgenerator