-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
177 lines (159 loc) · 6.93 KB
/
Copy pathindex.html
File metadata and controls
177 lines (159 loc) · 6.93 KB
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>ResumeCraft - Resume Builder</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Poppins:wght@600;700;800&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2pdf.js/0.10.1/html2pdf.bundle.min.js"></script>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<div class="logo">Resume<span>Craft</span></div>
<button id="downloadBtn"><i class="fas fa-download"></i> Download Resume</button>
</header>
<main>
<section class="editor">
<h2 class="top-heading">Create Your Resume</h2>
<div class="template-switcher">
<button type="button" class="template-btn active" data-template="modern">
Modern Pro
</button>
<button type="button" class="template-btn" data-template="classic">
Classic
</button>
</div>
<div class="card">
<h3>Personal Information</h3>
<input id="profileImage" type="file" accept="image/*" placeholder="Profile Image" />
<input id="name" placeholder="Full Name" />
<input id="title" placeholder="Professional Title" />
<input id="email" placeholder="Email" />
<input id="phone" placeholder="Phone" />
<input id="location" placeholder="Location" />
<h3>Professional Summary</h3>
<textarea id="summary" placeholder="Write your professional summary"></textarea>
<h3>Experience</h3>
<input id="company" placeholder="Company Name" />
<input id="role" placeholder="Job Role" />
<input id="workYear" placeholder="Year (e.g., 2022-Present)" />
<textarea id="experience" placeholder="Describe your experience"></textarea>
<h3>Education</h3>
<input id="education" placeholder="Degree / Institute" />
<input id="educationYear" placeholder="Year" />
<h3>Skills</h3>
<input id="skills" placeholder="Skill 1 (50), Skill 2 (80), Skill 3 (70)" />
<h3>Certifications & References</h3>
<input id="certification" placeholder="Certification Name" />
<input id="reference" placeholder="Reference Name & Email" />
<h3>Languages</h3>
<input id="languages" placeholder="English, Spanish, French" />
</div>
</section>
<section class="preview">
<h2 class="top-heading">Live Preview</h2>
<div class="preview-container">
<div id="resume" class="resume-template">
<div class="resume-page template-modern" id="resumePage">
<!-- Left Sidebar -->
<aside class="resume-sidebar">
<!-- Profile Section -->
<div class="sidebar-section profile-section">
<div class="profile-image" id="profileImagePreview">
<i class="fas fa-user"></i>
</div>
</div>
<!-- Contact Section -->
<div class="sidebar-section">
<h3 class="sidebar-title"><i class="fas fa-phone"></i> CONTACT ME</h3>
<div class="contact-info">
<p><strong>Email:</strong></p>
<p id="sContact-email">hello@example.com</p>
<p><strong>Phone:</strong></p>
<p id="sContact-phone">+123-456-7890</p>
<p><strong>Location:</strong></p>
<p id="sContact-location">New York City</p>
</div>
</div>
<!-- Education Section -->
<div class="sidebar-section">
<h3 class="sidebar-title"><i class="fas fa-graduation-cap"></i> EDUCATION</h3>
<div class="education-item">
<h4 id="sEducation">Your Education</h4>
<p id="sEducationYear">Year</p>
</div>
</div>
<!-- References Section -->
<div class="sidebar-section">
<h3 class="sidebar-title"><i class="fas fa-star"></i> REFERENCES</h3>
<div class="reference-item">
<p id="sReference">Reference Name & Email</p>
</div>
</div>
</aside>
<!-- Right Content -->
<main class="resume-main">
<!-- Header -->
<header class="resume-header">
<h1 id="rName">BRIAN R. BAXTER</h1>
<h3 id="rTitle">GRAPHIC & WEB DESIGNER</h3>
</header>
<!-- About Section -->
<section class="resume-section">
<h2><span class="accent-dot">●</span> ABOUT ME</h2>
<p id="rSummary">Your professional summary...</p>
</section>
<!-- Experience Section -->
<section class="resume-section">
<h2><span class="accent-dot">●</span> JOB EXPERIENCE</h2>
<div class="resume-item">
<div class="job-header">
<h3 id="rRole">Job Role</h3>
<span id="rWorkYear" class="year-badge">2022-Present</span>
</div>
<p class="company-name" id="rCompany">Company Name</p>
<p id="rExperience">Experience details...</p>
</div>
</section>
<!-- Skills Section with Progress Bars -->
<section class="resume-section">
<h2><span class="accent-dot">●</span> SKILLS</h2>
<div class="skills-container" id="rSkills">
<div class="skill-item">
<div class="skill-header">
<span>HTML5</span>
<span>85%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" style="width: 85%"></div>
</div>
</div>
</div>
</section>
<!-- Certifications Section -->
<section class="resume-section">
<h2><span class="accent-dot">●</span> CERTIFICATIONS</h2>
<p id="rCertification">Your Certification</p>
</section>
<!-- Languages Section -->
<section class="resume-section">
<h2><span class="accent-dot">●</span> LANGUAGES</h2>
<div class="languages-list" id="rLanguages">
<span>English</span>
</div>
</section>
</main>
</div>
</div>
</div>
</section>
</main>
<script src="script.js"></script>
</body>
</html>