-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcvGenerator.html
163 lines (154 loc) · 6.53 KB
/
cvGenerator.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
<!DOCTYPE html>
<html>
<head>
<title>rozgr</title>
<link rel="stylesheet" href="src/styles/profile.css" />
</head>
<body>
<!-- Header and Nav Bar -->
<header>
<!-- Logo Image -->
<div>
<img id="logoImage" src="assets\logo\phd-logos.jpg" />
</div>
<!-- Nav Links -->
<nav>
<ul>
<li> <a href="jobs.html" > Jobs </a> </li>
<li> <a href="postJob.html"> Post a Job </a> </li>
<li> <a href="profiles.html"> Profile </a> </li>
<li><a href="about us.html">About Us</a></li>
<li> <a href="contact.html"> Contact Us </a> </li>
</ul>
</nav>
<!-- Banner Texts -->
<div id="intro">
<h1>Find Your Dream Job</h1>
<h5>Search for a suitable job</h5>
</div>
<!-- Banner Image -->
<div>
<img
id="bannerImage"
src="assets\illustrations\undraw_Lost_online_re_upmy.png"
/>
</div>
</header>
<!--
INSERT CONTENT HERE
-->
<body>
<div class="body-wrapper">
<div>
<p>Please enter the required information to proceed.</p>
</div>
<form name="myForm">
<div>
<div class="input-section-wrapper">
<h3 class="input-title">Profile</h3>
<div class="two-input-wrapper">
<input type="text" name="fname" placeholder="First name" />
<input type="text" name="lname" placeholder="Lasts name" />
</div>
<div class="two-input-wrapper">
<input type="tel" name="pnumber" placeholder="Phone Number"
pattern="[0-9]{10}" minlength="10" maxlength="12" />
<input type="number" name="age" placeholder="Age"/>
</div>
<div class="two-input-wrapper">
<input type="text" name="profession" placeholder="Profession" />
<input type="text" name="city" placeholder="City" />
</div>
<div class="two-input-wrapper">
<input type="text" name="region" placeholder="Region" />
<input type="text" name="country" placeholder="Country" />
</div>
<div class="two-input-wrapper">
<input type="text" name="zcode" placeholder="Zip Code" />
<input type="text" name="smedia" placeholder="Social Media" />
</div>
</div>
<div class="input-section-wrapper">
<h3 class="input-title">Work History</h3>
<div class="two-input-wrapper">
<input type="text" name="jtitle" placeholder="Job Title" />
<input type="text" name="employer" placeholder="Employer" />
</div>
<div class="two-input-wrapper">
<input name="jobStartDate" type="date" />
<input name="jobEndDate" type="date" />
</div>
</div>
</div>
<div>
<div class="input-section-wrapper">
<h3 class="input-title">Education</h3>
<div class="two-input-wrapper">
<input type="text" name="schoolName" placeholder="School Name" />
<input type="text" name="slocation" placeholder="School Location" />
</div>
<div class="two-input-wrapper">
<input name="schoolStartDate" type="date" />
<input name="schoolEndDate" type="date" />
</div>
<div class="two-input-wrapper">
<input type="text" name="degree" placeholder="Select Degree" />
</div>
</div>
<div class="input-section-wrapper">
<h3 class="input-title">Skills</h3>
<div class="two-input-wrapper">
<input type="text" name="skill1" placeholder="Skill 1" />
<input type="text" name="skillLevel1" placeholder="Level 2" />
</div>
<div class="two-input-wrapper">
<input type="text" name="skill2" placeholder="Skill 2" />
<input type="text" name="skillLevel2" placeholder="Level 2" />
</div>
<div class="two-input-wrapper">
<input type="text" name="skill3" placeholder="Skill 3" />
<input type="text" name="skillLevel3" placeholder="Level 2" />
</div>
</div>
</div>
<div>
<div class="input-section-wrapper">
<h3 class="input-title">Language</h3>
<div class="two-input-wrapper">
<input type="text" name="flanguage" placeholder="First Language" />
<input type="text" name="fLangLevel" placeholder="Level" />
</div>
<div class="two-input-wrapper">
<input type="text" name="slanguage" placeholder="Second Language" />
<input type="text" name="sLangLevel" placeholder="Level" />
</div>
</div>
<div class="input-section-wrapper">
<h3 class="input-title">References</h3>
<div class="two-input-wrapper">
<input type="text" name="fRefName" placeholder="First Reference Name" />
<input type="tel" pattern="[0-9]{10}" minlength="10" maxlength="12" name="fRefPhone" placeholder="Phone" />
</div>
<div class="two-input-wrapper">
<input type="text" name="sRefName" placeholder="Second Reference Name" />
<input type="tel" pattern="[0-9]{10}"
minlength="10" maxlength="12" name="sRefPhone" placeholder="Phone" />
</div>
<div class="two-input-wrapper">
<input type="text" name="tRefName" placeholder="Third Reference Name" />
<input type="tel" pattern="[0-9]{10}"
maxlength="10" maxlength="1" name="tRefPhone" placeholder="Phone" />
</div>
</div>
</div>
<button class="form-save" type="submit" onclick="storeForm(event)">SAVE</button>
</form>
</div>
</body>
<script src="./src/js/cvGenerator.js">
</script>
<!-- Footer -->
<footer>
<p>rozgr © <script>document.write(new Date().getFullYear());</script> All Rights Reserved!</p> </footer>
</body>
</html>