-
Notifications
You must be signed in to change notification settings - Fork 0
/
apply.html
207 lines (180 loc) · 7.61 KB
/
apply.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
<!DOCTYPE html>
<html lang="">
<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>Title Page</title>
<!-- Bootstrap CSS -->
<link href="./css/bootstrap.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.3/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
.navbar {
background-color: #ffffff!important;
width: 100vw;
}
.nav-link {
color: black!important;
}
.nav-link {
color: black;
}
form input,
select {
border-radius: 5px;
border: 1px solid rgb(139, 139, 139);
height: 40px;
}
#next_btn {
color: #ffffff;
background: #00C268;
width: 100%;
padding: 10px;
border: 0;
}
#confirm_btn {
color: #ffffff;
background: #00C268;
width: 100px;
padding: 5px;
border: 1px solid #00C268;
border-radius: 50px;
}
.progressbar {
counter-reset: step;
}
.progressbar li {
list-style-type: none;
float: left;
width: 48%;
position: relative;
}
.progressbar li:before {
content: counter(step);
counter-increment: step;
width: 30px;
height: 30px;
line-height: 30px;
display: block;
text-align: center;
background: rgb(197, 196, 196);
color: #ffffff;
margin: 0px;
top: 0px;
border-radius: 50%;
position: absolute;
}
.progressbar li.active {
border-right: 1px solid rgb(133, 133, 133);
}
.progressbar li.active:before {
color: #ffffff;
background: #00C268;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-sm navbar-dark bg-dark">
<div class="container">
<a href="index.html" class="navbar-brand mr-16pt">
<span class="avatar avatar-sm navbar-brand-icon mr-0 mr-lg-8pt">
<span class="avatar-title "><img src="./images/logo.png" alt="logo" class="img-fluid" /></span>
<span class="avatar-title "><img src="./images/GreenDot.png" alt="logo" class="img-fluid" /></span>
</span>
<span class="d-none d-lg-block"></span>
</a>
<button class="navbar-toggler" type="button" style="z-index: 5; background-color: rgb(15, 218, 116);" data-toggle="collapse" data-target="#navbarsExample02" aria-controls="navbarsExample02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExample02">
<ul class="navbar-nav mx-auto w-50 justify-content-around">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Order Status</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Cart</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Apply</a>
</li>
</ul>
<ul class="navbar-nav navbar-right">
<li class="nav-item active mr-1">
<a class="nav-link first_btn" style="background: none; " href="#">Change Password</a>
</li>
<li class="nav-item ml-1">
<a class="nav-link second_btn" href="#">Log out</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container text-center justify-content-center align-items-center" style="width: 500px;">
<ul class=" progressbar ">
<li class="active ">Enter your details</li>
<li>Shipping Information</li>
</ul>
</div>
<div class="container " style="margin-top: 150px; margin-left: 600px; ">
<form action=" " style="width: 400px; ">
<strong style="margin-left:150px; ">Enter your details</strong>
<div class=" form-group ">
<label for="full name ">Full Name</label><br>
<input type="text " placeholder="Full Name " style="width: 400px; border: solid 1px rgb(175, 173, 173); ">
</div>
<div class="form-group ">
<label for="full name ">Mobile Number</label><br>
<input type="text " placeholder="Mobile Number " style="width: 400px; border: solid 1px rgb(175, 173, 173); ">
</div>
<div class="form-group ">
<label for="full name ">University Location</label><br>
<select name=" " id=" " style="width: 400px; border: solid 1px rgb(175, 173, 173); ">
<option value=" " disabled selected>select University Location</option>
</select>
</div>
<div class="form-group ">
<label for="full name ">Univerity/Institution</label>
<select name=" " id=" " style="width: 400px; border: solid 1px rgb(175, 173, 173); ">
<option value=" " disabled selected>Select university</option>
</select>
</div>
<!-- Button trigger modal -->
<input type="button " value="Next " id="next_btn " data-toggle="modal " data-target="#exampleModal ">
</form>
</div>
<!-- Modal -->
<div class="modal fade " id="exampleModal " tabindex="-1 " role="dialog " aria-labelledby="exampleModalLabel " aria-hidden="true " style="background: #00c26733; ">
<div class="modal-dialog " role="document " style="margin-top: 200px; ">
<div class="modal-content p-5 ">
<div class="modal-body text-center align-items-center justify-content-center ">
<div>
<img src="./images/caution.png " alt="warning ">
</div>
<p>
<strong>
Are you sure?
</strong>
<p>Do you want to proceed?</p>
</p>
</div>
<div style="width: 100%; " class="text-center ">
<button type="button " class="btn btn-secondary " id="confirm_btn " style="width: 150px; background: white; color: #00C268; ">Yes</button>
<button type="button " class="btn btn-primary " id="confirm_btn " data-dismiss="modal " style="width: 150px; ">No</button>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="./js/jquery-3.5.1.js "></script>
<!-- Bootstrap JavaScript -->
<script src="./js/bootstrap.js "></script>
</body>
</html>