-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathModals.html
executable file
·273 lines (256 loc) · 16.8 KB
/
Modals.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Modals</title>
<link rel="shortcut icon" href="img/images.png">
<link href="css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="css/modals.css">
<link rel="stylesheet" href="css/bootstrap-social.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<a href="#" data-toggle="modal" data-target="#jobmodal">Login</a>
<div class="modal fade" style="display: none" id="jobmodal" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<div class="close" onclick="$('#jobmodal').modal('hide');">×</div>
<p class="h3">Job Details</p>
</div>
<div class="modal-body">
<a style="width: auto;margin-left: 50%" href="#" id="jobdetailslink"><p class="h3 text-center" id="jobdetailstitle">Hello</p></a>
<div class="form-group">
<p class="text-left text-justify" id="jobdetailsdescription">HELLO</p>
</div>
</div>
<div class="modal-footer">
<button style="width: 100px;align-self: flex-end" class="btn btn-block btn-warning" onclick="$('#jobmodal').modal('hide');">GOT IT!!!</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="jobdetails-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" style="display: none;">
<div class="modal-dialog">
<div class="loginmodal-container">
<span onclick="$('#jobdetails-modal').modal('hide');"
class="close" title="Close Modal">×</span>
<h1>Job Details</h1><br>
<form id="jobdetailsform">
<p data-icon="" style="margin-bottom:30px; font-size: 25px; font-weight: 200; color: #4d90fe; text-align: center;width: 100%;height: 25px;font-family: Raleway,Rekha;" id="jobdetSubject">jslfjlksdjflkdsjflksfjdlkjfhelkwjlkdjrlkwjrelkjl</p>
<textarea id="jobdetDetails" type="text" name="body" placeholder="Details" style="height: 200px; width: 100%;font-size: 16px;" required></textarea>
<a href="#" id="jobdetLink" style="font-size: 16px; text-align: center;width: 100%;height: 25px;">LINK</a>
<input id="jobdetsubmitbutton" type="submit" name="login" class="login loginmodal-submit" value="Post Job">
</form>
</div>
</div>
</div>
<div class="modal fade" id="login-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" style="display: none;">
<div class="modal-dialog">
<div class="loginmodal-container">
<span onclick="$('#login-modal').modal('hide');"
class="close" title="Close Modal">×</span>
<h1>Login to Your Account</h1><br>
<form id="loginform">
<input type="email" id="loginusername" placeholder="[email protected]" required>
<input type="password" id="loginpassword" placeholder="Password" required>
<div class="bg-danger" id="loginerror_message" align="center" style="padding-bottom: 5px;display: none"></div>
<input type="submit" name="login" class="login loginmodal-submit" value="Login">
<input type="button" id="linkedin" class="btn-linkedin login loginmodal-submit" value="Login With Linked In">
</form>
<div class="login-help">
<a data-target="#forgot-modal" data-toggle="modal" href="#" onclick="logInForgetPassword()">Forgot Password</a>
</div>
</div>
</div>
</div>
<div class="modal fade" id="forgot-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" style="display: none;">
<div class="modal-dialog">
<div class="loginmodal-container">
<span onclick="$('#forgot-modal').modal('hide');"
class="close" title="Close Modal">×</span>
<h1>Forgot Password</h1><br>
<form id="forgetEmailSubmission">
<input type="email" name="email" placeholder="[email protected]" required>
<input id="forget_pass_submit" type="submit" name="login" class="login loginmodal-submit" value="Send">
</form>
</div>
</div>
</div>
<div class="modal fade" id="job-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" style="display: none;">
<div class="modal-dialog">
<div class="loginmodal-container">
<span onclick="$('#job-modal').modal('hide');"
class="close" title="Close Modal">×</span>
<h1>Job Circular</h1><br>
<form id="jobSubmission">
<input type="text" name="subject" placeholder="Subject" required>
<input type="text" name="body" placeholder="Details" style="height: 200px;" required>
<input type="text" name="body" placeholder="Link (optional)">
<input id="jobsubmitbutton" type="submit" name="login" class="login loginmodal-submit" value="Post Job">
</form>
</div>
</div>
</div>
<div class="modal fade" id="request-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" style="display: none;">
<div class="modal-dialog">
<div class="loginmodal-container">
<span onclick="$('#request-modal').modal('hide');"
class="close" title="Close Modal">×</span>
<h1>Request Membership</h1><br>
<form id="request_form">
<input type="text" id="reqname" placeholder="your name">
<input type="email" name="reqemail" placeholder="[email protected]" required="required">
<input type="password" name="reqpass" placeholder="your password" required="required">
<input type="password" name="reqconfpass" placeholder="confirm password" required="required">
<input type="text" name="reqbatch" placeholder="batch no (i.e. 20)" required="required">
<input type="submit" class="login loginmodal-submit" value="Request" >
</form>
</div>
</div>
</div>
<!--
<div class="modal fade" id="profileshow-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" style="display: none;">
<div class="modal-dialog">
<div class="loginmodal-container">
<div class="modal-header">
<span onclick="$('#profileshow-modal').modal('hide');"
class="close" title="Close Modal">×</span>
<p class="h3">Profile</p>
</div>
<section style="margin-top: 10px">
<div class="row">
<div id="firstpage" class="mymodalchangeanimate">
<form id="profileshow_form">
<div class="form-group" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif">
<label for="profilename" class="control-label">Name:</label>
<input class="form-control" type="text" id="profilename" placeholder="your name" readonly="readonly" value="username">
</div>
<div class="form-inline">
<div style="margin-top: 5px; margin-bottom: 5px">
<div class="col-md-1 col-sm-1 col-xs-1 col-lg-1"></div>
<div class="col-md-4 col-sm-4 col-xs-4 col-lg-4">
<button class="form-control btn btn-linkedin" disabled="disabled">Previous</button>
</div>
<div class="col-md-4 col-sm-4 col-xs-4 col-lg-4"></div>
<div class="col-md-4 col-sm-4 col-xs-4 col-lg-4">
<button href="#secondpage" class="btn btn-facebook form-control">Forward</button>
</div>
<div class="col-md-1 col-sm-1 col-xs-1 col-lg-1"></div>
</div>
</div>
</form>
</div>
<div id="secondpage" class="mymodalchangeanimate" style="display: none">
<form>
<div class="form-inline">
<div style="margin-top: 5px; margin-bottom: 5px">
<div class="col-md-1 col-sm-1 col-xs-1 col-lg-1"></div>
<div class="col-md-4 col-sm-4 col-xs-4 col-lg-4">
<button href="#firstpage" class="form-control btn btn-linkedin">Previous</button>
</div>
<div class="col-md-4 col-sm-4 col-xs-4 col-lg-4"></div>
<div class="col-md-4 col-sm-4 col-xs-4 col-lg-4">
<button href="#secondpage" class="btn btn-facebook form-control">Forward</button>
</div>
<div class="col-md-1 col-sm-1 col-xs-1 col-lg-1"></div>
</div>
</div>
</form>
</div>
</div>
</section>
<div class="modal-footer">
<button class="btn btn-success">GOT IT!!!</button>
</div>
</div>
</div>
</div>
-->
<div class="modal fade" id="profileshow-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" style="display: none;">
<div class="modal-dialog">
<div class="loginmodal-container">
<div class="modal-header">
<span onclick="$('#profileshow-modal').modal('hide');"
class="close" title="Close Modal">×</span>
<p class="h3">Profile</p>
</div>
<img align="center" src="img/dummy.png" class="img-thumbnail img-circle" style="position: relative;margin-left:30%;margin-top:10px;margin-bottom: 10px; width: 100px; height: 100px;">
<form id="profileshow_form" style="align-content: center">
<div class="form-group" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif">
<label for="profilename" class="control-label">Name:</label>
<input class="form-control" type="text" id="profilename" placeholder="your name" readonly="readonly" value="username">
</div>
<div class="form-group" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif">
<label for="profilemail" class="control-label">Email:</label>
<input class="form-control" type="text" id="profilemail" placeholder="your name" readonly="readonly" value="[email protected]">
</div>
<div class="form-group" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif">
<label for="profilebatch" class="control-label">Batch:</label>
<input class="form-control" type="text" id="profilebatch" placeholder="your name" readonly="readonly" value="20">
</div>
<div class="form-group" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif">
<label for="profilenumber" class="control-label">Contact No.:</label>
<input class="form-control" type="text" id="profilenumber" placeholder="your name" readonly="readonly" value="+8801xxxxxxxxx">
</div>
<div class="row" id="firstmore">
<div class="col-md-1 col-sm-1 col-lg-1 col-xs-1">
<p type="button" class="btn btn-adn" onclick="this.parentElement.style.display='none';document.getElementById('dobdiv').style.display='block';document.getElementById('blooddiv').style.display='block';document.getElementById('homediv').style.display='block';document.getElementById('resadddiv').style.display='block';document.getElementById('rescondiv').style.display='block';document.getElementById('resstatediv').style.display='block';document.getElementById('secmore').style.display='block';">More</p>
</div>
</div>
<div id="dobdiv" class="form-group makemeout" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif">
<label for="profileDOB" class="control-label">Date of Birth:</label>
<input class="form-control" type="text" id="profileDOB" placeholder="your name" readonly="readonly" value="12/05/1990">
</div>
<div id="blooddiv" class="form-group makemeout" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif">
<label for="profileblood" class="control-label">Blood Group:</label>
<input class="form-control" type="text" id="profileblood" placeholder="your name" readonly="readonly" value="O +ve">
</div>
<div id="homediv" class="form-group makemeout" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif">
<label for="profilehometown" class="control-label">Home Town:</label>
<input class="form-control" type="text" id="profilehometown" placeholder="your name" readonly="readonly" value="Bogra">
</div>
<div id="resadddiv" class="form-group makemeout" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif">
<label for="profileresidingA" class="control-label">Residing Address:</label>
<input class="form-control" type="text" id="profileresidingA" placeholder="your name" readonly="readonly" value="Dhaka">
</div>
<div id="resstatediv" class="form-group makemeout" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif">
<label for="profileresidingS" class="control-label">Residing State:</label>
<input class="form-control" type="text" id="profileresidingS" placeholder="your name" readonly="readonly" value="Dhaka">
</div>
<div id="rescondiv" class="form-group makemeout" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif">
<label for="profileresidingC" class="control-label">Residing Country:</label>
<input class="form-control" type="text" id="profileresidingC" placeholder="your name" readonly="readonly" value="Dhaka">
</div>
<div class="row makemeout" id="secmore">
<div class="col-md-1 col-sm-1 col-lg-1 col-xs-1">
<p class="btn btn-adn" onclick="this.parentElement.style.display='none';document.getElementById('curworkdiv').style.display='block';document.getElementById('fblinkdiv').style.display='block';document.getElementById('linkeddiv').style.display='block';">More</p>
</div>
</div>
<div id="curworkdiv" class="form-group makemeout" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif">
<label for="profileworkingplace" class="control-label">Current Working Place:</label>
<input class="form-control" type="text" id="profileworkingplace" placeholder="your name" readonly="readonly" value="Dhaka">
</div>
<div id="fblinkdiv" class="form-group makemeout" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif">
<label for="profilefacebook" class="control-label">Facebook Link:</label>
<input class="form-control" type="text" id="profilefacebook" placeholder="your name" readonly="readonly" value="Dhaka">
</div>
<div id="linkeddiv" class="form-group makemeout" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif">
<label for="profilelinked" class="control-label">Linked In:</label>
<input class="form-control" type="text" id="profilelinked" placeholder="your name" readonly="readonly" value="Dhaka">
</div>
</form>
<div class="modal-footer">
<button onclick="$('#profileshow-modal').modal('hide');" class="btn btn-success">GOT IT!!!</button>
</div>
</div>
</div>
</div>
<script src="js/bootstrap.js"></script>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/home.js"></script>
</body>
</html>