-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.html
299 lines (276 loc) · 12.7 KB
/
build.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="img/VMlogo.png" type="image/x-icon">
<title>Resume Generator</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous" />
<link rel="stylesheet" href="build.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2pdf.js/0.9.2/html2pdf.bundle.min.js"></script>
</head>
<body>
<div class="left-side">
<div id="cv-form">
<div class="header text-center bg-dark text-light">
<h2>Resume Form</h2>
<h4>Your professional story starts with us!</h4>
</div>
<div class="container mt-3 container-form">
<div class="row">
<div class="col-md-6 mt-2">
<h3>Personal Information</h3>
<div class="from-group mt-4">
<label for="imgField">Select your photo *</label>
<input id="imgField" type="file" class="form-control" onchange="updateProfilePicture(this)" />
</div>
<div class="form-group mt-3">
<label for="namefield"> Your Name</label>
<input type="text" id="namefield" class="form-control" placeholder="Enter your name" />
</div>
<div class="form-group mt-4">
<label for="desired-role"> Desired Role </label>
<input type="text" id="desired-role" class="form-control" placeholder="Enter your Desired role ex: Web Devloper">
</div>
<div class="form-group mt-2">
<label for="contactfield"> Your Contact No.</label>
<input type="number" id="contactfield" class="form-control" placeholder="Enter your Contact Number" />
</div>
<div class="form-group mt-3">
<label for="emailfield"> Your Email Id</label>
<input type="email" id="emailfield" class="form-control" placeholder="Enter your email id " />
</div>
<div class="form-group mt-3">
<label for="agefeild">Age:</label>
<input type="number" class="form-control" id="agefeild" name="age" placeholder="Enter Age" min="1"
max="100">
</div>
<div class="form-group mt-3" id="he">
<label for="hobby">Hobbies:</label>
<div id="hobbyContainer">
<div class="Hobbies">
<input type="text" class="form-control hobbyInput" placeholder="ex:cricket,singing,compitative programming" id="hoby">
</div>
<button class="deleteButtonh" onclick="clearworkExperience(this)">delete</button>
<div style="clear: both;"></div>
</div>
<div class="container text-center mt-2" id="addHobbyeButton">
<button onclick="addNewHobby()" class="btn btn-warning btn-sm">
Add another Hobby
</button>
</div>
</div>
<div class="form-group mt-3">
<label for="objective">Objective: </label>
<textarea id="objective" class="form-control" placeholder="ex: Active contributor to open source projects,fostering a passion for collaborative coding and community engagement.."></textarea>
</div>
<h3>Social Link</h3>
<div class="form-group mt-2">
<label for="githubfield">Github Link</label>
<input type="text" id="githubfield" class="form-control" placeholder="Enter your Github Profile link" />
</div>
<div class="form-group mt-3">
<label for="linkedinfield"> LinkedIn Link</label>
<input type="text" id="linkedinfield" class="form-control"
placeholder="Enter your Linkedin Profile link" />
</div>
<div class="form-group mt-3">
<label for="websitefield"> Personal Website Link</label>
<input type="text" id="websitefield" class="form-control" placeholder="Enter your Website link" />
</div>
</div>
<div class="col-md-6 mt-2">
<h3>Professional Information</h3>
<div class="form-group mt-2">
<label for="skills">Technical Skills:</label>
<div class="skill">
<label for="languages">Programming Languages:</label>
<input type="text" class="form-control" placeholder="ex:python,java,c,..." id="language">
<label for="tools">Development Tools:</label>
<input type="text" class="form-control" placeholder="ex:MySQL,Springboot,bootstrap..." id="tool">
<label for="software">Softwares:</label>
<input type="text" class="form-control" placeholder="ex:Microsoft visual studio code,Github..."
id="softwares">
</div>
</div>
<div class="form-group mt-3" id="we">
<label for="workexpi">Work Experience</label>
<div id="workExperienceContainer">
<div class="workExperience">
<input type="text" class="form-control roleInput" placeholder="Role" id="workrole">
<input type="text" class="form-control companyInput" placeholder="company name" id="compname">
<input type="text" class="form-control durationInput" placeholder="Duration ex: 2020-2021 or 1 jan 2020 - 31 dec 2021" id="wd">
</div>
<button class="deleteButton" onclick="clearworkExperience(this)">delete</button>
<div style="clear: both;"></div>
</div>
<div class="container text-center mt-2" id="addExperienceButton">
<button onclick="addNewExp()" class="btn btn-warning btn-sm">
Add another experience
</button>
</div>
</div>
<div class="form-group mt-2" id="Ee">
<label for="eduexpi">Education:</label>
<div id="eduExperienceContainer">
<div class="eduExperience">
<input type="text" class="form-control clgInput" placeholder="School/College" id="clg">
<input type="text" class="form-control degInput" placeholder="Degree/Course" id="course">
<input type="text" class="form-control startYearInput" placeholder="Start Year" id="startYear">
<input type="text" class="form-control endYearInput" placeholder="End Year" id="endYear">
<input type="text" class="form-control percentInput" placeholder="CGPA/Percentage% ex:CGPA:7.2 or Percentage:90%" id="percent">
</div>
<button class="deleteButtons" onclick="clearEduExperience(this)">delete</button>
<div style="clear: both;"></div>
</div>
<div class="container text-center mt-2" id="addEducationButton">
<button onclick="addNewEdu()" class="btn btn-warning btn-sm">
Add Another Education
</button>
</div>
</div>
<div class="form-group mt-3" id="Pe">
<label for="projdetails">Project Details:</label>
<div id="projectDetailsContainer">
<div class="projDetails">
<input type="text" class="form-control titleInput" placeholder="Project Title" id="title">
<textarea class="form-control projdescriptionInput" placeholder="Description"
id="projdescp"></textarea>
</div>
<button class="deleteButtonP" onclick="clearProjDetails(this)">delete</button>
<div style="clear: both;"></div>
</div>
<div class="container text-center mt-2" id="addprojectButton">
<button onclick="addNewProj()" class="btn btn-warning btn-sm">
Add Another Project
</button>
</div>
</div>
</div>
<div class="container text-center my-4">
<button id="generateButton" class="btn btn-warning btn-large">
Generate Resume
</button>
</div>
</div>
</div>
</div>
</div>
<div id="resume-images">
<div class="image-container">
<img src="img/man_relaxing.png" alt="Left Image" class="resume-image">
<p class="image-quote">Every Resume Tells a Story-Unwind With Success,Relax,and Let Your Professional Journey Begin</p>
</div>
<div id="resume-template" class="resume">
<div class="personal-information">
<div class="profile-picture-container">
<img id="profilePicture" src="img/profile.png" alt="Profile Picture" class="profile-picture">
</div>
<h1 id="nameT">Name</h1>
<p id="roleT"><strong>Desired Role</strong></p>
<p id="ageT"><strong>Age:</strong>Your Age</p>
<p id="numberT"><strong>Contact No. :</strong>Contact Number</p>
<p id="EmailT"><strong>Email:</strong> your.email@example.com</p>
<div class="social-links">
<strong>Social Links:</strong> <br>
<i class="bi bi-github"></i> <a id="githubT" href="https://github.com/" class="github-link">Github</a>
<br><i class="bi bi-linkedin"></i> <a id="linkedinT" href="https://linkedin.com/" class="linkedin-link">LinkedIn</a>
<br><i class="bi bi-globe"></i> <a id="portfolioT" href="https://portfolio.com/" class="portfolio-link">Portfolio</a>
</div>
<div class="hobby">
<strong>Hobbies:</strong>
<ul id="Ht">
<li>
<p id="hobbyt">Photography</p>
</li>
</ul>
</div>
<div class="objectives">
<strong>Objective:</strong>
<p id="objtT">Active contributor to open source projects,fostering a passion for collaborative coding and community engagement..</p>
</div>
</div>
<div class="professional-information">
<div class="skills">
<h2>Technical Skills</h2>
<p id="langT"><strong>Programming Lanuages: </strong>Java,python,c,c++</p>
<p id="toolsT"><strong>Devlopment Tools: </strong>Springboot,Flask,Django</p>
<p id="softwareT"><strong>Softwares: </strong>MS visual studio code,MySQL Workbench</p>
</div>
<div class="work-experience">
<h2>Work Experience</h2>
<div class="experience">
<ul id="weT">
<li>
<p><strong id="ExRoleT">Your Role</strong></p>
</li>
<li>
<p id="wdT"> Work Duration</p>
</li>
<li>
<p><strong id="weC">Company Name</strong></p>
</li>
</ul>
</div>
</div>
<div class="education">
<h2>Education</h2>
<div class="edu-experience">
<ul id="edueT">
<li>
<p><strong id="clgT">Your School/College</strong></p>
</li>
<li>
<p id="courseT">Degree/course Name</p>
</li>
<li>
<p id="eduT">Start Year</p>
<p id="eduT2"> End Year</p>
</li>
<li>
<p id="perct">CGPA/Percentage%</p>
</li>
</ul>
</div>
</div>
<div class="projects">
<h2>Projects</h2>
<div class="project">
<ul id="prodet">
<li>
<p><strong id="titleT">Your Project Title</strong></p>
</li>
<li>
<p id="projdescpT">Project Description</p>
</li>
</ul>
</div>
<footer>
<div class="footer-content">
<p>© 2024 | Resume Template | VinayMeshram </p>
</div>
</footer>
</div>
</div>
</div>
<div class="image-container">
<img src="img/man_excited_winning.png" alt="Right Image" class="resume-image">
<p class="image-quote">Join Celebrations Of Success, Your Professional Victory awaits</p>
</div>
</div>
<!-- Add this checkbox -->
<div id="removeFooterCheckboxContainer">
<input type="checkbox" id="removeFooterCheckbox"> Remove Copyright Footer
</div>
</div>
<div class="container mt-3 text-center">
<button class="download" id="downloadButton">Download Resume <i class="bi bi-download"></i></button>
</div>
<script src="build.js"></script>
<script>
document.getElementById("generateButton").addEventListener("click", generateResumeButton);
</script>
</body>
</html>