-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
291 lines (204 loc) · 11.8 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Resume-Generator</title>
<link rel="icon"
href="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRYpUHWob4EDz38K-4B5axHF32YLvWiAA8ihA&usqp=CAU">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="cv-form">
<h1 class="heading" style="background-color: #5B9A8B;">Resume Generator</h1>
<h1>Let’s start with your header</h1>
<p>Include your full name and at least one way for employers to reach you.</p>
<div class="row">
<div class="col-md-6">
<h3>Personal Information</h3>
<div class="form-group">
<label for="name" class="required" style="font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial,
sans-serif;" required>Enter Your Name</label><br>
<input type="text" placeholder="Enter your Name" id="nameField" size="58" /><br>
</div>
<br>
<div class="form-group">
<label for="phone" class="required"style="font-family: 'Franklin Gothic Medium', 'Arial Narrow',
Arial, sans-serif;">Enter Your Phone Number</label><br>
<input type="text" placeholder="Enter your Number" id="contactField" size="58"><br>
</div><br>
<div class="form-group">
<label for="add" class="required" style="font-family: 'Franklin Gothic Medium', 'Arial Narrow',
Arial, sans-serif;">Enter Your Address</label><br>
<textarea id="addressField" placeholder="Enter Your Address" rows="2" cols="60"></textarea>
</div><br>
<div class="form-group">
<p><b>~Important Link~</b></p>
<label for="Linked" style="font-family: 'Franklin Gothic Medium', 'Arial Narrow',
Arial, sans-serif;">Linked In</label><br>
<input type="text" placeholder="Linked-In ID" id="linkedField" size="58"><br>
</div><br>
<div class="form-group">
<label for="git"
style="font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;">Git-Hub</label><br>
<input type="text" placeholder="Git-Hub ID" id="gitField" size="58"><br>
</div><br>
<div class="form-group">
<label for="insta"
style="font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial,
sans-serif;">Email ID</label><br>
<input type="text" placeholder=" Email ID" id="instaField" size="58"><br>
</div><br>
<!-- User Image -->
<label for="input-file"
style="font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;"> Upload
Image</label>
<!-- <img src="assests/user.png"
id="profile-pic"/> -->
<input type="file" accept="image/jpeg ,image/png ,image/jpg" id="input-file">
</div>
<div class="col-md-6">
<h3>Professional Information</h3>
<div class="form-group">
<label for="obj" style="font-family: 'Franklin Gothic Medium', 'Arial Narrow',
Arial, sans-serif;">Objective</label><br>
<textarea id="objectiveField" class="form-group" placeholder="Enter here" rows="2"
cols="60"></textarea>
</div>
<div class="form-group">
<label for="job" style="font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial,
sans-serif;">Job Title</label><br>
<input type="text" placeholder="Enter job title" id="job" size="58" /><br>
</div>
<div class="form-group mt-2" id="workE">
<label for="work" style="font-family: 'Franklin Gothic Medium', 'Arial Narrow',
Arial, sans-serif;">Work Experience</label><br>
<textarea id="workExperienceField" class="form-group workEField" placeholder="Enter here" rows="2"
cols="60"></textarea>
<!-- <textarea class="form-control workEField"
placeholder="Enter here" rows="2" cols="60"></textarea> -->
<div class="container mt-2" id="WeAddButton" style="position: relative;">
<button onclick="addnewWorkField()" class="btn btn-primary btn-sm">Add</button>
</div>
<br>
<div class="form-group mt-2" id="skills">
<label for="work" style="font-family: 'Franklin Gothic Medium', 'Arial Narrow',
Arial, sans-serif;">Skill</label><br>
<textarea id="skillsField" class="form-group skillField" placeholder="Enter here" rows="2"
cols="60"></textarea>
<div class="container mt-2" id="skillAddButton" style="position: relative;">
<button onclick="addnewskillField()" class="btn btn-primary btn-sm">Add</button>
</div>
<br>
</div>
<div class="form-group" id="aq">
<label for="work" style="font-family: 'Franklin Gothic Medium', 'Arial Narrow',
Arial, sans-serif;">Academic Qualification</label><br>
<textarea id="obj" class="form-group EqField" placeholder="Enter here" rows="2"
cols="60"></textarea>
<!-- <textarea class="form-control EqField"
placeholder="Enter here" rows="2" cols="10"></textarea> -->
<div class="container mt-2 " id="aqAddButton" style="position: relative;">
<button onclick="addnewEducationField()" class="btn btn-primary btn-sm">Add</button>
</div>
<br>
</div>
</div>
</div>
</div>
<div class="container text-center mt-5">
<button onclick="generateCV()" class=" btn-primary"
style="background-color: #24a0ed ;">Generate CV
</button>
</div><br>
</div>
<div class="container" id="cv-template" style="width:100%;">
<div class="row">
<div class="col-md-4 py-5" style="text-align: center;">
<!-- First Col -->
<img src="assests/user.png" id="profile-pic" />
<div class="cont">
<p id="namet1">Aman</p>
<img id="img3" src="assests/phone.png" />
<p id="contact1">9556655</p>
<img id="img4" src="assests/loc.png" />
<p id="addresst1">Indore</p>
<hr>
<p>
<img id="img1" src="./assests/img1.png" />
<a href="#1" id="link1">www.linked.in</a>
</p>
<p>
<img id="img2" src="assests/GitHub.png" />
<a href="#2" id="link2">www.github.in</a>
</p>
<p>
<img id="img3" src="assests/insta.png" />
<a href="#3" id="link3">www.insta.in</a>
</p>
</div>
<hr>
<div>
<h3 style="background-color: #C4C1A4;">Skill</h3>
<ul id="skill">
<li>HTML</li>
<li>CSS</li>
</ul>
</div>
</div>
<div class="col-md-8 py-5">
<!-- Second Col -->
<h1 id="namet2">Aman Wairagkar </h1>
<h2 id="role">Role</h2>
<div class="card">
<div class="card-header">
<H3 style="background-color: #C4C1A4;">Objective</H3>
<p id="objt1">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quidem dicta ipsum
incidunt. Ex omnis sint, distinctio illo accusantium ipsum labore soluta temporibus et amet,
molestiae, voluptatum commodi ab voluptas tempore?
Ut facilis at illum distinctio hic perferendis exercitationem porro tempora molestiae, natus
perspiciatis quos doloremque et temporibus earum assumenda voluptatum eveniet aperiam animi
id. Totam labore perspiciatis fugiat repellat repellendus.
Harum fuga odit ipsa sit quisquam aut nostrum illo, perferendis reprehenderit nulla ea, quos
deserunt. Nulla possimus totam earum culpa temporibus deleniti asperiores, facilis, placeat
ea nisi rem, modi nihil.</p>
</div>
<card class="card-body"></card>
</div><br>
<div class="card">
<div class="card-header">
<H3 style="background-color: #C4C1A4;">Work-Experience</H3>
<ul id="workt1">
<li>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Ex, praesentium!</li>
<li>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Ex, praesentium!</li>
<li>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Ex, praesentium!</li>
</ul>
<card class="card-body"></card>
</div><br>
<div class="card">
<div class="card-header">
<H3 style="background-color: #C4C1A4;">Academic-Qualification</H3>
<ul id="academict1">
<li>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Ex, praesentium!</li>
<li>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Ex, praesentium!</li>
<li>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Ex, praesentium!</li>
</ul>
<card class="card-body"></card>
</div><br>
</div>
</div>
<div class="container md-3 text-center">
<button onclick="printCV()" class="btn background" style="background-color: #24a0ed;
margin-top: 10px;">
Print CV</button>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm"
crossorigin="anonymous"></script>
<script src="app.js">
</script>
</body>
</html>