-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
391 lines (343 loc) · 17.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume Builder</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="css/about.css">
<link rel="stylesheet" href="css/builder.css">
<link rel="stylesheet" href="css/contact-effect.css">
<link rel="stylesheet" href="css/contact.css">
<link rel="stylesheet" href="css/faq.css">
<link rel="stylesheet" href="css/footer.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/temp.css">
</head>
<body>
<div class="wrapper">
<div class="navbar">
<div class="container">
<div class="logo-container" id="home">
<img src="home img/images1.png" class="logo">
<div class="logo-text">esume Builder</div>
</div>
<div class="nav-items">
<div><a href="#home">Home</a></div>
<div><a href="#templates">Templates</a></div>
<div><a href="#about">About Us</a></div>
<div><a href="#faq">FAQ/Help</a></div>
<div><a href="#contact">Contact</a></div>
</div>
</div>
</div>
<div id="carouselExampleCaptions" class="carousel slide carousel-fade" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleCaptions" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="1"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="home img/img3.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<div class="intro">
<h4 class="car-heading">Welcome to Resume Builder</h4>
<div class="line"></div>
<button class="btn btn-danger"><a href="#templates">Get Started</a></button>
</div>
</div>
</div>
<div class="carousel-item">
<img src="home img/img2.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<div class="intro">
<h2 class="car-heading">The Best Resume Builder</h2>
<p class="car-para">Trending , modern and standard Resume Templates</p>
<div class="line"></div>
<button class="btn btn-success"><a href="#templates">Browse Templates</a></button>
</div>
</div>
</div>
<div class="carousel-item">
<img src="home img/img1.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block intro">
<div class="intro">
<h2 class="car-heading">Achieve Your Career Goals</h2>
<p class="car-para">Let us help you get closer to your dream job. Create a standout resume
and increase your chances of success.</p>
<div class="line"></div>
<button class="btn btn-primary"><a href="#templates">Start Building</a></button>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleCaptions" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleCaptions" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="templates container">
<div class="temp-header" id="templates">
<h1>Start With Your Template</h1>
<div class="header-line"></div>
</div>
<div class="temp-card">
<div class="left-temp-card">
<div class="left-heading">
<h2>Data Analyst Resume</h2>
<div></div>
</div>
<p>Explore our Data Analyst resume templates tailored to your field. Craft a professional resume that showcases your skills in data analysis, data modeling, and statistical expertise.</p>
<div class="click">
<a href="temp/data analyst/index.html">
<div class="btn-pink" id="btn">Select Template</div>
</a>
</div>
</div>
<div class="right-temp-card">
<div class="temp-image">
<img src="temp/img/data.analytics.img.png" alt="basic template" loading="lazy">
</div>
</div>
</div>
<div class="temp-card">
<div class="left-temp-card">
<div class="left-heading">
<h2>Web Developer Resume</h2>
<div></div>
</div>
<p> Craft an impressive web developer resume with this template. Showcase your skills and experience in web design, development, and programming to land your dream job in the digital world.</p>
<div class="click">
<a href="temp/WebD/index.html">
<div class="btn-pink" id="btn">Select Template</div>
</a>
</div>
</div>
<div class="right-temp-card">
<div class="temp-image">
<img src="temp/img/WebD.PNG" alt="basic template" loading="lazy">
</div>
</div>
</div>
<div class="temp-card">
<div class="left-temp-card">
<div class="left-heading">
<h2>Software Developer Resume</h2>
<div></div>
</div>
<p>Create a standout software developer resume with this template. Highlight your coding prowess, problem-solving abilities, and software development expertise to secure your ideal tech position.</p>
<div class="click">
<a href="temp/Software Dev/index.html">
<div class="btn-pink" id="btn">Select Template</div>
</a>
</div>
</div>
<div class="right-temp-card">
<div class="temp-image">
<img src="temp/img/sw.temp.png" alt="basic template" loading="lazy">
</div>
</div>
</div>
</div>
<div class="About-us-section">
<div class="about-container">
<div class="about-header" id="about">
<h1>About Us</h1>
<div class="about-header-line"></div>
</div>
<div class="about-intro">
<div class="overview">
<p>Our minor project aims to create a user-friendly online resume builder platform designed to
assist individuals in crafting professional resumes effortlessly. In a competitive job
market, a well-structured resume can make all the difference. Our platform simplifies the
resume creation process by providing a range of customizable templates and intuitive tools.
</p>
</div>
<div class="over-feature">
<div class="over-header">
<h2>Features</h2>
<div></div>
</div>
<div class="feature-list">
<ul>
<li>An easy-to-use interface for entering personal and professional information.</li>
<li>Diverse templates catering to various industries and styles.</li>
<li>Real-time preview functionality to visualize the final resume.</li>
<li>Download option in PDF format.</li>
<li>User-friendly design for seamless navigation.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="contactus-section">
<div class="container">
<div class="contact-header" id="contact">
<h1>Contact Us</h1>
<div class="contact-line"></div>
</div>
<h3 class="contactus-sub-heading">
Questions, thoughts, or just want to say hello?
</h3>
<div class="contactus-form-container">
<form class="form" action="">
<div class="formfield-container">
<input class="formfield" type="text" name="name" id="" placeholder="Enter your name" />
<input class="formfield" type="email" name="email" id=""
placeholder="Enter your email address" />
<input class="formfield" type="text" name="subject" id=""
placeholder="Enter your subject" />
<textarea name="message" id="" cols="30" rows="10" class="formfield formfield-textarea"
placeholder="Enter your message"></textarea>
</div>
<div>
<button type="submit" class="btn-pink" id="submit-btn">
Send Message<i class="submit-icon fa-solid fa-paper-plane"></i>
</button>
</div>
</form>
</div>
</div>
<ul class="circles">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
<div class="Faq-section">
<div class="faq-container">
<div class="faq-header" id="faq">
<h1>Frequently Asked Questions</h1>
<div class="faq-line"></div>
</div>
<div class="faq-questions">
<div class="faq-item">
<div class="faq-q"><span class="faq-toggle">+</span>What is a resume builder?</div>
<div class="faq-a">A resume builder is an online tool that helps you create professional resumes
quickly and easily. It provides templates, formatting options, and guidance to showcase your
qualifications effectively.</div>
</div>
<div class="faq-item">
<div class="faq-q"><span class="faq-toggle">+</span>Is your resume builder free to use?</div>
<div class="faq-a">Yes, our resume builder offers a free service that allows you to create and
download your resume.</div>
</div>
<div class="faq-item">
<div class="faq-q"><span class="faq-toggle">+</span>Can I customize the resume templates?</div>
<div class="faq-a">Absolutely! Our resume builder allows you to customize templates by adding or
removing sections, changing fonts, colors, and more. Make your resume uniquely yours.</div>
</div>
<div class="faq-item">
<div class="faq-q"><span class="faq-toggle">+</span>Is my data safe and secure?</div>
<div class="faq-a">We take data security seriously. Your information is encrypted and stored
securely. We do not share your data with third parties. You can review our privacy policy
for more details.</div>
</div>
<div class="faq-item">
<div class="faq-q"><span class="faq-toggle">+</span>How can I download my resume?</div>
<div class="faq-a">To download your resume, simply complete the resume-building process and
click the "Download" button. You can choose to download it in a PDF format.</div>
</div>
<div class="faq-item">
<div class="faq-q"><span class="faq-toggle">+</span>Do you offer customer support?</div>
<div class="faq-a">Yes, we provide customer support to assist you with any questions or issues.
You can reach out to our support team through the "Contact Us" section on our website.</div>
</div>
<div class="faq-item">
<div class="faq-q"><span class="faq-toggle">+</span>Can I edit my resume after downloading it?
</div>
<div class="faq-a">Yes, you can edit your downloaded resume using compatible software (e.g.,
Microsoft Word). Make any necessary updates and save the changes as needed.</div>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="footer-wrapper">
<div class="footer-faded-text"><b>TEAM</b><br>Tech is True</div>
<div class="link-wrapper">
<div>
<a href="#home">Home</a>
</div>
<div>
<a href="#about">About Us</a>
</div>
<div>
<a href="#templates">Templates</a>
</div>
<div>
<a href="#faq">FAQs</a>
</div>
<div>
<a href="#contact">Contact Us</a>
</div>
</div>
<div class="icon-wrapper">
<a href="#" target="_blank"><i class="fa-brands fa-linkedin icon"></i></a>
<a href="#" target="_blank"><i class="fa-brands fa-github icon"></i></a>
<a href="#" target="_blank"><i class="fa-brands fa-twitter icon"></i></a>
<a href="#" target="_blank"><i class="fa-brands fa-instagram icon"></i></a>
<a href="mailto: jainakshat0100@gmail.com" target="_blank"><i
class="fa-regular fa-envelope icon"></i></a>
</div>
</div>
</div>
</footer>
</div>
<script src="https://kit.fontawesome.com/58a810656e.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<script>
//Javascript for making navbar response to scrolling bahaviour
// const navbar = document.querySelector('.navbar');
// function checkScrollDirection() {
// const windowY = window.scrollY;
// if (windowY > scrollPos) {
// navbar.style.display = 'none';
// } else {
// navbar.style.display = 'flex';
// }
// scrollPos = windowY;
// }
// let scrollPos = 0;
// window.addEventListener('scroll', checkScrollDirection);
// JavaScript for expanding and collapsing FAQ answers
const faqItems = document.querySelectorAll('.faq-item');
faqItems.forEach(item => {
const toggle = item.querySelector('.faq-toggle');
const answer = item.querySelector('.faq-a');
toggle.addEventListener('click', () => {
if (answer.style.display === 'block') {
answer.style.display = 'none';
toggle.textContent = '+';
} else {
answer.style.display = 'block';
toggle.textContent = '-';
}
});
});
</script>
</body>
</html>