forked from rpeng220/kaleidoscope
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
186 lines (186 loc) · 9.38 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
<html lang = "en-US">
<title>Kumquat Profile</title>
<head>
<style>
button {
height: 30px;
width: 100px;
outline: none;
}
</style>
<script src="config.js"></script>
<script src="resumePopup.js"></script>
</head>
<body>
<h3> Edit Profile</h3>
<form name="profile" id="profile" class="form-horizontal">
<fieldset>
<label for="fname">First Name</label><br>
<input type="text" id="fname" name="fname" value=""><br>
<label for="lname">Last Name</label><br>
<input type="text" id="lname" name="lname" value=""><br>
<label for="email">Email</label><br>
<input type="text" id="email" name="email" value=""><br>
<label for="phone">Phone</label><br>
<input type="tel" id="phone" name="phone" pattern="[0-9]{3}-[0-9]{2}-[0-9]{3}" value=""><br>
<label for="linkedin">LinkedIn</label><br>
<input type="url" id="linkedin" name="linkedin" value=""><br>
<label for="website">Website</label><br>
<input type="url" id="website" name="website" value=""><br>
<label for="github">Github</label><br>
<input type="url" id="github" name="github" value=""><br>
<label for="street_address">Street Address</label><br>
<input type="text" id="street_address" name="street_address" value=""><br>
<label for="city">City</label><br>
<input type="text" id="city" name="city" value=""><br>
<label class="col-md-4 control-label" for="selectstate">State</label>
<div class="col-md-4">
<select id="selectstate" name="selectbasic" class="form-control">
<option value="Alabama">Alabama</option>
<option value="Alaska">Alaska</option>
<option value="Arizona">Arizona</option>
<option value="Arkansas">Arkansas</option>
<option value="California">California</option>
<option value="Colorado">Colorado</option>
<option value="Connecticut">Connecticut</option>
<option value="Delaware">Delaware</option>
<option value="Florida">Florida</option>
<option value="Georgia">Georgia</option>
<option value="Hawaii">Hawaii</option>
<option value="Idaho">Idaho</option>
<option value="Illinois">Illinois</option>
<option value="Indiana">Indiana</option>
<option value="Iowa">Iowa</option>
<option value="Kansas">Kansas</option>
<option value="Kentucky">Kentucky</option>
<option value="Louisiana">Louisiana</option>
<option value="Maine">Maine</option>
<option value="Maryland">Maryland</option>
<option value="Massachusetts">Massachusetts</option>
<option value="Michigan">Michigan</option>
<option value="Minnesota">Minnesota</option>
<option value="Mississippi">Mississippi</option>
<option value="Missouri">Missouri</option>
<option value="Montana">Montana</option>
<option value="Nebraska">Nebraska</option>
<option value="Nevada">Nevada</option>
<option value="New Hampshire">New Hampshire</option>
<option value="New Jersey">New Jersey</option>
<option value="New Mexico">New Mexico</option>
<option value="New York">New York</option>
<option value="North Carolina">North Carolina</option>
<option value="North Dakota">North Dakota</option>
<option value="Ohio">Ohio</option>
<option value="Oklahoma">Oklahoma</option>
<option value="Oregon">Oregon</option>
<option value="Pennsylvania">Pennsylvania</option>
<option value="Rhode Island">Rhode Island</option>
<option value="South Carolina">South Carolina</option>
<option value="South Dakota">South Dakota</option>
<option value="Tennessee">Tennessee</option>
<option value="Texas">Texas</option>
<option value="Utah">Utah</option>
<option value="Vermont">Vermont</option>
<option value="Virginia">Virginia</option>
<option value="Washington">Washington</option>
<option value="West Virginia">West Virginia</option>
<option value="Wisconsin">Wisconsin</option>
<option value="Wyoming">Wyoming</option>
</select>
</div>
<label for="zip_code">ZIP Code</label><br>
<input type="text" id="zip_code" name="zip_code" value=""><br>
<label for="university">University</label><br>
<input type="text" id="university" name="university" value=""><br>
<label for="uni_city">University City</label><br>
<input type="text" id="uni_city" name="uni_city" value=""><br>
<label for="gpa">GPA</label><br>
<input type="text" id="gpa" name="gpa" value=""><br>
<label class="col-md-4 control-label" for="selectdegree">Degree</label>
<div class="col-md-4">
<select id="selectdegree" name="selectbasic" class="form-control">
<option value="High School">High School</option>
<option value="Associate">Associate's Degree</option>
<option value="Bachelor">Bachelor's Degree</option>
<option value="Master">Master's Degree</option>
<option value="Ph">PhD</option>
</select>
</div>
<label for="major">Major (case sensitive)</label><br>
<input type="text" id="major" name="major" value=""><br>
<label for="uni_start">University Start Date</label><br>
<input type="month" id="uni_start" name="uni_start" value=""><br>
<label for="grad_date">Graduation Date</label><br>
<input type="month" id="grad_date" name="grad_date" value=""><br>
<label for="employer1">Employer 1</label><br>
<input type="text" id="employer1" name="employer1" value=""><br>
<label for="job_title1">Job 1 Title </label><br>
<input type="text" id="job_title1" name="job_title1" value=""><br>
<label for="current_job1">Current Job</label>
<input type="checkbox" id="current_job1" name="current_job1" value=1><br>
<label for="job_location1">Job 1 Location</label><br>
<input type="text" id="job_location1" name="job_location1" value=""><br>
<label for="job_start1">Job 1 Start Date</label><br>
<input type="month" id="job_start1" name="job_start1" value=""><br>
<label for="job_end1">Job 1 End Date</label><br>
<input type="month" id="job_end1" name="job_end1" value=""><br>
<label class="col-md-4 control-label" for="job_desc1">Job 1 Description</label>
<div class="col-md-4">
<textarea class="form-control" id="job_desc1" name="job_desc1" value=""></textarea>
</div>
<label for="employer2">Employer 2</label><br>
<input type="text" id="employer2" name="employer2" value=""><br>
<label for="job_title2">Job 2 Title </label><br>
<input type="text" id="job_title2" name="job_title2" value=""><br>
<label for="current_job2">Current Job</label>
<input type="checkbox" id="current_job2" name="current_job2" value=2><br>
<label for="job_location2">Job 2 Location</label><br>
<input type="text" id="job_location2" name="job_location2" value=""><br>
<label for="job_start2">Job 2 Start Date</label><br>
<input type="month" id="job_start2" name="job_start2" value=""><br>
<label for="job_end2">Job 2 End Date</label><br>
<input type="month" id="job_end2" name="job_end2" value=""><br>
<label class="col-md-4 control-label" for="job_desc2">Job 2 Description</label>
<div class="col-md-4">
<textarea class="form-control" id="job_desc2" name="job_desc2" value=""></textarea>
</div>
<label for="employer3">Employer 3</label><br>
<input type="text" id="employer3" name="employer3" value=""><br>
<label for="job_title3">Job 3 Title </label><br>
<input type="text" id="job_title3" name="job_title3" value=""><br>
<label for="current_job3">Current Job</label>
<input type="checkbox" id="current_job3" name="current_job3" value=3><br>
<label for="job_location3">Job 3 Location</label><br>
<input type="text" id="job_location3" name="job_location3" value=""><br>
<label for="job_start3">Job 3 Start Date</label><br>
<input type="month" id="job_start3" name="job_start3" value=""><br>
<label for="job_end3">Job 3 End Date</label><br>
<input type="month" id="job_end3" name="job_end3" value=""><br>
<label class="col-md-4 control-label" for="job_desc3">Job 3 Description</label>
<div class="col-md-4">
<textarea class="form-control" id="job_desc3" name="job_desc3" value=""></textarea>
</div>
<label for="username">Username</label><br>
<input type="text" id="username" name="username" value=""><br>
<label for="password">Password</label><br>
<input type="password" id="password" name="password" value=""><br>
<label for="question">Security Question</label><br>
<input type="text" id="question" name="question" value=""><br>
<label for="answer">Security Question Answer</label><br>
<input type="text" id="answer" name="answer" value=""><br><br>
<!-- <label for="resume">Upload Your Resume (Autofill not yet supported)</label><br>
<input type="file" id="resume" /><br><br> -->
<button type="button" id="submit"> Submit </button>
</fieldset>
</form>
<div style="visibility: hidden;" id="successMessage"><p> Profile Saved!</p></div><br>
<p>Taleo Password Requirements<br>
* It must contain between 7 and 50 characters.<br>
* It must contain at least 1 numeric character(s) (0123456789).<br>
* It must not contain more than 2 identical consecutive characters (AAA, iiii, $$$$$ ...)<br>
* It must not contain your user name.<br>
* It must not contain your email address.<br>
* It must not contain your first name.<br>
* It must not contain your last name.</p>
</body>
</html>