-
-
Notifications
You must be signed in to change notification settings - Fork 266
/
RateMyResume.html
395 lines (365 loc) · 13.9 KB
/
RateMyResume.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
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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Build Resume</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="RateMyResume.css">
</head>
<body>
<!-- header section starts -->
<header>
<a href="index.html" class="logo">Resum Resume<span>.</span></a>
<nav class="navbar">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="resume.html">Build Resume</a>
<a href="RateMyResume.html">RateMyResume</a>
<a href="signup.html">Sign Up</a>
<a href="login.html">Login</a>
</nav>
<div class="icons">
<a href="about.html"><i class="fas fa-info-circle"></i></a>
<a href="#" ><i class="fas fa-envelope"></i></a>
<a href="login.html" id="loginIcon"><i class="fas fa-user"></i></a>
<i class="fa-solid fa-coins"></i> <p id="SkillCoins"></p></div>
</header>
<style>
body{
padding: 0;
}
.logo{
font-size: 2.3rem;
}
header{
height: 8rem;
position: relative;
padding-left: 3rem;
padding-right: 3rem;
display: flex;
justify-content: space-around;
align-items: center;
}
footer{
margin-top: 5rem;
}
.navbar{
width: 60%;
}
.navbar a{
font-weight: 400;
}
.icons{
display: flex;
align-items: center;
width: 16%;
}
.icons a{
font-size: 2rem;
display: inline;
color: white;
margin-left: 1rem;
line-height: 2.3rem;
}
.icons p{
display: inline;
color: white;
font-size: 2.3rem;
margin-left: 1rem;
line-height: 2.3rem;
}
.fa-coins i{
font-size: 2rem;
color: rgb(246, 180, 0);
}
</style>
<!-- header section ends -->
<!-- header section ends -->
<!-- hero section start -->
<div class="hero-section">
<div class="hero-content">
<h1>Welcome to RateMyResume!</h1>
<p>Share your resume to get constructive feedback and ratings, or help others improve by rating their resumes. Earn SkillCoins (in-app currency) as you rate others, and unlock premium features to enhance your own resume.</p>
<ul class="features-list">
<li>📄 Upload Your Resume for Feedback</li>
<li>⭐ Rate Other Resumes on a 5-Star Scale</li>
<li>💰 Earn Currency with Each Rating</li>
<li>🔑 Access Premium Templates and Keyword Suggestions</li>
</ul>
<p><strong><i class="fa-solid fa-coins"></i> SkillCoins:</strong> Rate others' resumes to earn SkillCoins, and use them to unlock premium features like advanced templates and personalized keyword suggestions!</p>
</div>
</div>
<!-- hero section ends -->
<!-- panel 1 start -->
<div class="panel1">
<div class="ratingBox">
<div class="ratingHead">
<div class="myrating">
<h1>My Rating</h1>
</div>
<div class="ratingboardhead">
<h1>Rating Board</h1>
</div>
</div>
<div class="rating">
<div class="mycards">
</div>
<form id="resumeForm">
<h2>Upload Your Resume</h2>
<div class="form-group">
<label for="username">Username:</label>
<input type="text" id="username" name="username" required>
</div>
<div class="form-group">
<label for="jobRole">Job Role:</label>
<input type="text" id="jobRole" name="jobRole" required>
</div>
<div class="form-group">
<label for="resume">Resume (PDF):</label>
<input type="file" id="resume" name="resume" accept="application/pdf" required>
</div>
<button type="submit">Submit</button>
</form>
</div>
<div class="ratingboard">
<div class="card card1">
<img src="images/sample-resume1.jpg" alt="">
<div class="personinfo">
<h2>Olivia Wilson</h2>
<h3>Graphic Designer</h3>
</div>
<a href="path/to/your-resume.pdf" download="My_Resume.pdf" class="download-button">Download & View</a>
<div class="star-rating">
<div class="star" data-rating="1"><i class="fa-regular fa-star"></i></div>
<div class="star" data-rating="2"><i class="fa-regular fa-star"></i></div>
<div class="star" data-rating="3"><i class="fa-regular fa-star"></i></div>
<div class="star" data-rating="4"><i class="fa-regular fa-star"></i></div>
<div class="star" data-rating="5"><i class="fa-regular fa-star"></i></div>
</div>
<div class="submitbtn">
Submit
</div>
</div>
<div class="card card2">
<img src="images/sample-resume2.jpg" alt="">
<div class="personinfo">
<h2>Richard Sanchez</h2>
<h3>Marketing Manager</h3>
</div>
<a href="path/to/your-resume.pdf" download="My_Resume.pdf" class="download-button">Download & View</a>
<div class="star-rating">
<div class="star" data-rating="1"><i class="fa-regular fa-star"></i></div>
<div class="star" data-rating="2"><i class="fa-regular fa-star"></i></div>
<div class="star" data-rating="3"><i class="fa-regular fa-star"></i></div>
<div class="star" data-rating="4"><i class="fa-regular fa-star"></i></div>
<div class="star" data-rating="5"><i class="fa-regular fa-star"></i></div>
</div>
<div class="submitbtn">
Submit
</div>
</div>
<div class="card card3">
<img src="images/sample-resume6.jpg" alt="">
<div class="personinfo">
<h2>Raj Patel</h2>
<h3>Software Engineer</h3>
</div>
<a href="path/to/your-resume.pdf" download="My_Resume.pdf" class="download-button">Download & View</a>
<div class="star-rating">
<div class="star" data-rating="1"><i class="fa-regular fa-star"></i></div>
<div class="star" data-rating="2"><i class="fa-regular fa-star"></i></div>
<div class="star" data-rating="3"><i class="fa-regular fa-star"></i></div>
<div class="star" data-rating="4"><i class="fa-regular fa-star"></i></div>
<div class="star" data-rating="5"><i class="fa-regular fa-star"></i></div>
</div>
<div class="submitbtn">
Submit
</div>
</div>
</div>
</div>
</div>
<!-- panel 1 ends -->
<!-- panel 2 start -->
<div class="panel2">
<div class="keywordbox">
<div class="boxcontent">
<h2>Relevant Keywords for Your Resume</h2>
<p>Enhance your resume with targeted keywords for your chosen job role! Access keywords for each role for just 5 SkillCoins. Use SkillCoins to make your resume stand out to recruiters and boost your chances of success.</p>
<p id="p2">Tip: Earn SkillCoins by rating other users' resumes on the platform!</p>
</div>
<div class="mainbox">
<div class="keyleft">
<div class="jobrole">
<label for="job-role">Choose Job Role:</label>
<select id="job-role">
<option value="">Select Job Role</option>
<option value="Software Developer">Software Developer</option>
<option value="Data Analyst">Data Analyst</option>
<option value="Graphic Designer">Graphic Designer</option>
</select>
</div>
<button onclick="showKeywords()">Find Relevant Keywords</button>
</div>
<div class="keyright">
<div id="keyword-suggestions" class="keyword-display"></div>
</div>
</div>
</div>
</div>
<!-- panel 2 ends -->
<!-- footer section start -->
<footer class="footer">
<div class="footer-content">
<div class="footer-section">
<h3>About Us</h3>
<ul>
<li><a href="#">Our Story</a></li>
<li><a href="#">Team</a></li>
<li><a href="#">Careers</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Services</h3>
<ul>
<li><a href="#">Resume Builder</a></li>
<li><a href="cv.html">CV Templates</a></li>
<li><a href="#">Career Advice</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Support</h3>
<ul>
<li><a href="Faqs.html">FAQ</a></li>
<li><a href="comment.html">Contact Us</a></li>
<li><a href="privacy-policy.html">Privacy Policy</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Connect With Us</h3>
<div class="social-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 Resume Builder. All rights reserved.</p>
</div>
</footer>
<style>
/* Footer */
.footer {
background-color: #003d4d;
color: #ffffff;
padding: 40px 20px;
margin-top: 20px;
}
.footer-content {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 1200px;
margin: 0 auto;
}
.footer-section {
flex: 1;
min-width: 200px;
margin-bottom: 20px;
}
.footer-section h3 {
font-size: 1.3rem;
margin-bottom: 15px;
}
.footer .footer-section h3{
border-bottom: 0;
}
.footer-section ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.footer-section ul li {
margin-bottom: 10px;
}
.footer-section ul li a {
color: #ffffff;
text-decoration: none;
transition: color 0.3s;
font-size: 1.5rem;
}
.footer-section ul li a:hover {
color: #b2dfdb;
}
.social-icons {
display: flex;
gap: 1.2rem;
}
.social-icons a {
color: #ffffff;
font-size: 1.8rem;
transition: color 0.3s;
}
.social-icons a:hover {
color: #b2dfdb;
}
.footer-bottom {
text-align: center;
padding-top: 20px;
font-size: 0.9rem;
border-top: 1px solid rgba(255, 255, 255, 0.1);
margin-top: 20px;
color: #e0f2f1;
}
/* Responsive Footer Styles */
@media (max-width: 768px) {
.footer-content {
flex-direction: column;
align-items: center;
}
.footer-section {
width: 100%;
text-align: center;
margin-bottom: 30px;
}
.footer-section h3 {
font-size: 1.2rem;
}
}
</style>
<!-- jQuery library -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<!-- jQuery UI library -->
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2pdf.js/0.9.3/html2pdf.bundle.min.js"></script>
<script src="RateMyResume.js"></script>
<script>
window.gtranslateSettings = {
default_language: "en",
detect_browser_language: true,
wrapper_selector: ".gtranslate_wrapper",
};
</script>
<script
src="https://cdn.gtranslate.net/widgets/latest/float.js"
defer
></script>
<div class="gtranslate_wrapper"></div>
<script>
window.gtranslateSettings = {
default_language: "en",
detect_browser_language: true,
wrapper_selector: ".gtranslate_wrapper",
};
</script>
<script
src="https://cdn.gtranslate.net/widgets/latest/float.js"
defer
></script>
</body>
</html>