-
Notifications
You must be signed in to change notification settings - Fork 3
/
Details.html
201 lines (195 loc) · 12.3 KB
/
Details.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Details</title>
<!-- Custom css file -->
<!-- <link href="ResponsiveStyle.css" rel="stylesheet"> -->
<link href="Details.css" rel="stylesheet">
<!----------------- Bootstrap css files --------------->
<link rel="stylesheet" href="css-files/bootstrap.min.css">
<!-------------------------- Google Fonts ------------------------>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fira+Sans:wght@500&family=Lora&family=Oswald:wght@300;400;500&family=Oxygen:wght@300;400;700&family=Playfair+Display&family=Quicksand:wght@600&family=Roboto:wght@300;400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Acme&family=Chelsea+Market&family=Lobster&family=Merriweather:wght@700;900&display=swap" rel="stylesheet">
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5ebae6c58ee2956d73a07bf4/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</head>
<body>
<div class="main-container col-lg-10 col-md-10 col-sm-11 col-xs-11">
<div class="container-fluid col-xs-12">
<h1 style="font-family:'Lora'">Alumni Profile</h1>
<hr>
<form class="row col-xs-12" method="POST" action="https://j2wlz32q3l.execute-api.us-east-1.amazonaws.com/AlumniProfileapi">
<div class="row col-xs-12">
<div class="margin">
<label for="fullname" class="col-lg-3 col-md-3 col-sm-3 col-xs-12">Name</label>
<input type="text" class="col-lg-6 col-md-6 col-sm-6 col-xs-12" name="name">
</div>
<div class="margin">
<label for="email" class="col-lg-3 col-md-3 col-sm-3 col-xs-12">Email</label>
<input type="email" class="col-lg-6 col-md-6 col-sm-6 col-xs-12" name="email">
</div>
</div>
<div class="row col-xs-12">
<div class="margin">
<label for="emp-status" class="col-lg-3 col-md-3 col-sm-3 col-xs-12">Employment Status</label>
<select class="col-lg-5 col-md-5 col-sm-5 col-xs-12" name="stat">
<option>Select your current status</option>
<option>Employed full time</option>
<option>Employed part time</option>
<option>Self-employed full time</option>
<option>Self-employed part time</option>
<option>Homemaker,taking care of a family member or on maternity/paternity leave</option>
<option>Unemployed and looking for work</option>
<option>Unemployed and not looking for work</option>
<option>Retired</option>
<option>Unable to work</option>
</select>
</div>
<div class="margin">
<label for="fullname" class="col-lg-3 col-md-3 col-sm-3 col-xs-12">Industry</label>
<input type="text" class="col-lg-6 col-md-6 col-sm-6 col-xs-12" name="industry">
</div>
<div class="margin">
<label for="fullname" class="col-lg-3 col-md-3 col-sm-3 col-xs-12">Employer</label>
<input type="text" class="col-lg-6 col-md-6 col-sm-6 col-xs-12" name="employer">
</div>
<div class="margin">
<label for="fullname" class="col-lg-3 col-md-3 col-sm-3 col-xs-12">Occupation</label>
<input type="text" class="col-lg-6 col-md-6 col-sm-6 col-xs-12" name="occupation">
</div>
<div class="margin">
<label for="fullname" class="col-lg-3 col-md-3 col-sm-3 col-xs-12">Experience Level</label>
<!-- <input type="text" class="col-lg-6 col-md-6 col-sm-6 col-xs-12"> -->
<select class="col-lg-5 col-md-5 col-sm-5 col-xs-12" name="experience">
<option>Select your relevant experience level</option>
<option>Intern / Trainee</option>
<option>Junior / Entry-level (0-2 years experience)</option>
<option>Mid-level (2+ years experience)</option>
<option>Lead / Manager</option>
<option>Senior Manager / Director</option>
<option>Executive</option>
<option>Not Applicable</option>
</select>
</div>
<div class="margin">
<label for="fullname" class="col-lg-3 col-md-3 col-sm-3 col-xs-6">Is it your current employer?</label>
<input type="checkbox">
</div>
<div class="margin">
<label for="fullname" class="col-lg-3 col-md-3 col-sm-3 col-xs-12">Highest Degree</label>
<!-- <input type="text" class="col-lg-6 col-md-6 col-sm-6 col-xs-12"> -->
<select class="col-lg-5 col-md-5 col-sm-5 col-xs-12" name="highestdegree">
<option>Select your highest level of education</option>
<option>Less than high school diploma(or equivalent)</option>
<option>High school diploma(or equivalent)</option>
<option>Some college but no degree</option>
<option>Associate Degree (e.g.,AA,AS)</option>
<option>Bachelor's degree (e.g.,BA,AB,BS)</option>
<option>Master's degree (e.g.,MA,MS,MEng,MEd,MSW,MBA)</option>
<option>Professional school degree (e.g.,MD,DDS,DVMM,LLB,JD) </option>
<option>Doctorate degree(e.g.,PhD, EdD)</option>
</select>
</div>
<div class="margin">
<label for="fullname" class="col-lg-3 col-md-3 col-sm-3 col-xs-12">Field or Major</label>
<!-- <input type="text" class="col-lg-6 col-md-6 col-sm-6 col-xs-12"> -->
<select class="col-lg-5 col-md-5 col-sm-5 col-xs-12" name="major">
<option>Ex: Business</option>
<option>Business</option>
<option>Computer Science</option>
<option>Engineering</option>
<option>Mathematics and Statistics</option>
<option>Physical Sciences</option>
<option>Biological Sciences</option>
<option>Health Professions</option>
<option>Legal Professions</option>
<option>Education</option>
<option>Social Sciences</option>
<option>Arts and Humanities</option>
<option>Other</option>
<option>NA</option>
</select>
</div>
<div class="margin">
<label for="fullname" class="col-lg-3 col-md-3 col-sm-3 col-xs-6">Are you currently a student?</label>
<input type="checkbox">
</div>
<div class="margin">
<label for="fullname" class="col-lg-3 col-md-3 col-sm-3 col-xs-12">Top Skills</label>
<select class="col-lg-5 col-md-5 col-sm-5 col-xs-12" name="skills">
<option>Ex: Machine Learning</option>
<option>Accounting</option>
<option>Data Structures and Algorithms</option>
<option>Android Software Development</option>
<option>Big Data</option>
<option>Business Analytics</option>
<option>Cloud Computing</option>
<option>Communication</option>
<option>Cyber Security</option>
<option>Data Analysis</option>
<option>Data Mining</option>
<option>Data Visulization</option>
<option>Database</option>
<option>Deep Learning</option>
<option>Entrepreneurship</option>
<option>Finance</option>
<option>Human Resources</option>
<option>Java Programming</option>
<option>Leadership</option>
<option>Machine Learning</option>
<option>Marketing</option>
<option>Probablity and Statistics</option>
<option>Project Management</option>
<option>Python Programming</option>
<option>R Programming</option>
<option>Recommender Systems</option>
<option>Sales</option>
<option>Scala Programming</option>
<option>SQL</option>
<option>Strategic Management</option>
<option>Supply Chain Management</option>
<option>User Experience</option>
<option>Web Development</option>
</select>
</div>
<div class="margin">
<label for="fullname" class="col-lg-3 col-md-3 col-sm-3 col-xs-12">Location</label>
<input type="text" class="col-lg-6 col-md-6 col-sm-6 col-xs-12" name="location" placeholder="Tell the city, state or country you live in">
</div>
<div class="margin">
<label for="fullname" class="col-lg-3 col-md-3 col-sm-3 col-xs-2">Gender</label>
<span id="gender"><input type="radio" name="male" ><span>Female</span></span>
<span id="gender"><input type="radio" name="male" ><span>Male</span></span>
<span id="gender"><input type="radio" name="male" ><span>Other</span></span>
<span id="gender"><input type="radio" name="male" ><span>I'd rather not say</span></span>
</div>
<div class="margin">
<label for="fullname" class="col-lg-3 col-md-3 col-sm-3 col-xs-12">D/O/B</label>
<input type="date" class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
</div>
<div class="margin">
<label for="fullname" class="col-lg-3 col-md-3 col-sm-3 col-xs-12" >In which field would you like to work ?</label>
<input type="text" class="col-lg-6 col-md-6 col-sm-6 col-xs-12" placeholder="Ex. Web Development" id="interest" name="interest">
</div>
<button type="submit" id="button">Submit</button>
</div>
</form>
</div>
</div>
<script src="javascript-files/jquery.min.js"></script>
<script src="javascript-files/bootstrap.js"></script>
</body>
</html>