-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (88 loc) · 3.89 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Download free LaTex & Word resume templates by Jake.">
<title>Jake's Resume Template - Free Word & LaTeX Templates</title>
<link rel="icon" type="image/x-icon" href="/favicon.png">
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
color: #333;
background-color: #f4f4f4;
}
.container {
max-width: 800px;
margin: auto;
padding: 20px;
background: #fff;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1, h2 {
color: #333;
}
h1 {
margin-bottom: 10px;
}
a {
color: #007bff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
ul {
list-style-type: disc;
margin: 10px 0;
padding: 0 20px;
}
</style>
</head>
<body>
<div class="container">
<h1>Welcome to <strong>Jake's Resume Template</strong></h1>
<p>A free and simple resume template designed to help you create a professional CV quickly and easily. This template is perfect for job seekers looking to showcase their skills and experience in a clear and well-organized format.</p>
<h2>Official Site</h2>
<p>For more information and additional resources, visit the official site: <a href="https://jakesresume.com/" target="_blank">jakesresume.com</a>.</p>
<img src="https://raw.githubusercontent.com/jakesresume/jakesresume.github.io/main/jakes-resume-example.webp" alt="Jake's Resume Example" style="max-width: 100%; height: auto; border-radius: 8px;">
<h2>Features</h2>
<ul>
<li>Clean and minimalist design</li>
<li>Easy to customize with your own information</li>
<li>Available in Word and LaTeX formats</li>
<li>Exportable to PDF for easy sharing</li>
</ul>
<h2>How to Use/Download</h2>
<ol>
<li><strong>Download the template</strong> in your preferred format:
<ul>
<li><a href="https://github.com/jakesresume/jakesresume.github.io/releases/download/template/Jakes-Resume-Word-Files.zip" target="_blank">Word Format</a></li>
<li><a href="https://github.com/jakesresume/jakesresume.github.io/releases/download/latex/Jakes-Resume-LaTeX.zip" target="_blank">LaTeX Format</a></li>
</ul>
</li>
<li><strong>Open the file</strong> in your preferred editor (Microsoft Word, Google Docs, or any LaTeX editor).</li>
<li><strong>Customize the sections</strong> by filling in your personal information, work experience, education, and skills.</li>
<li><strong>Export as PDF</strong> when you're ready to submit your resume.</li>
</ol>
<p>If you need help creating your resume, visit the official <a href="https://www.etsy.com/shop/JakesResume" target="_blank">Etsy store</a> for resume writing services.</p>
<h2>Sections</h2>
<p>This template includes the following sections:</p>
<ul>
<li>Contact Information</li>
<li>Professional Summary</li>
<li>Work Experience</li>
<li>Education</li>
<li>Skills</li>
<li>Certifications</li>
<li>References (optional)</li>
</ul>
<h2>License</h2>
<p>This project is licensed under the MIT License. Feel free to use and modify the template as needed for your personal or professional use.</p>
</div>
</body>
</html>