-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
285 lines (259 loc) · 14.8 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
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
274
275
276
277
278
279
280
281
282
283
284
285
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog==" crossorigin="anonymous" />
<link rel="stylesheet" type="text/css" href="style.css">
<title>Admin Panel</title>
</head>
<body class="bg-right">
<div class="container-fluid mt-5">
<div class="row">
<div class="col-md-10 col-11 mx-auto">
<nav aria-label="breadcrumb" class="mb-3 ">
<ol class="breadcrumb bg-common">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item"><a href="#">User</a></li>
<li class="breadcrumb-item active" aria-current="page">Profile Setting</li>
</ol>
</nav>
<div class="row">
<!-- Right side navbar -->
<div class="col-lg-3 col-md-4 d-md-block">
<div class="card bg-common card-left bg-common">
<div class="card-body">
<nav class="nav d-md-block d-none">
<a data-toggle='tab' class="nav-link active" href="#profile">
<i class="fas fa-user mr-1"></i>Profile</a>
<a data-toggle='tab' class="nav-link" href="#account">
<i class="fas fa-user-cog mr-1"></i>Account Settings</a>
<a data-toggle='tab' class="nav-link" href="#security">
<i class="fas fa-user-shield mr-1"></i>Security</a>
<a data-toggle='tab' class="nav-link" href="#notification">
<i class="fas fa-bell mr-1"></i>Notifications</a>
<a data-toggle='tab' class="nav-link" href="#billing">
<i class="fas fa-money-check-alt mr-1"></i>Billing</a>
</nav>
</div>
</div>
</div>
<!-- Right side div start -->
<div class="col-lg-9 col-md-9">
<div class="card">
<div class="card-header border-bottom mb-3 d-md-none">
<ul class="nav nav-tabs card-header-tabs nav-fill">
<li class="nav-item">
<a data-toggle='tab' class="nav-link active" href="#profile"><i class="fas fa-user mr-1"></i></a>
</li>
<li class="nav-item">
<a data-toggle='tab' class="nav-link" href="#account"><i class="fas fa-user-cog mr-1"></i></a>
</li>
<li class="nav-item">
<a data-toggle='tab' class="nav-link" href="#security"><i class="fas fa-user-shield mr-1"></i></a>
</li>
<li class="nav-item">
<a data-toggle='tab' class="nav-link" href="#notification"><i class="fas fa-bell mr-1"></i></a>
</li>
<li class="nav-item">
<a data-toggle='tab' class="nav-link" href="#billing"><i class="fas fa-money-check-alt mr-1"></i></a>
</li>
</ul>
</div>
<!-- actual data which is live satrt -->
<div class="card-body tab-content border-0">
<!-- actual profile data -->
<div class="tab-pane active" id="profile">
<h6>YOUR PROFILE INFORMATION</h6>
<hr>
<form>
<div class="md-3">
<label for="exampleFormControlInput1">Full Name</label>
<input type="email" class="form-control" id="username" placeholder="Aman Kesarwani">
<small class="form-text text-muted">Please Enter Your Full Name</small>
</div>
<div class="mb-3">
<label for="exampleFormControlTextarea1">Your Bio</label>
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3">I am web developer</textarea>
</div>
<div class="md-3">
<label for="exampleFormControlInput1">URL</label>
<input type="email" class="form-control" id="url" placeholder="https://www.youtube.com">
</div>
<div class="md-3">
<label for="exampleFormControlInput1">Location</label>
<input type="email" class="form-control" id="location" placeholder="Delhi , Mumbai ">
</div>
<div class="form-group form-text text-mutes small">
<br>
All of the fields on this page are optional and can be deleted at any time, and by filling them out, you are us consent to share this data whereever your user profile appears.
</div>
<button class="btn btn-outline-info" type="button">Update Profile
</button>
<button class="btn btn-outline-info" type="reset">Reset Changes
</button>
</form>
</div>
<!-- actual profile data -->
<div class="tab-pane " id="account">
<h6>ACCOUNT SETTINGS</h6>
<hr>
<div class="md-3">
<label for="exampleFormControlInput1">Username</label>
<input type="email" class="form-control" id="username" placeholder="Aman Kesarwani">
<small class="form-text text-muted">After changing your username, your old useranme becomes available for anyone else to claim.</small>
</div>
<form>
<div class="md-3">
<hr>
<label for="exampleFormControlInput1" class="form-label text-danger">Delete Account</label>
<p class="text-muted">
Once you delete your account, there is no going back. Please be certain.
</p>
</div>
<button class="btn btn-danger" type="reset">Delete Account
</button>
</form>
</div>
<!-- actual profile data -->
<div class="tab-pane " id="security">
<h6>SECURITY SETTINGS</h6>
<hr>
<form>
<div class="md-3">
<label for="exampleFormControlInput1">Change Password</label>
<input type="password" class="form-control" id="password" placeholder="Your Current Password">
<br>
<input type="password" class="form-control" id="password" placeholder="Your New Password">
<input type="password" class="form-control" id="password" placeholder="Confirm New Password">
</div>
</form>
<hr>
<form>
<div class="form-group">
<label class="d-block mb-2">
Two Factor Authentication
</label>
<button class="btn btn-outline-info " type="submit">Enable Two Factor Authentication
</button>
<p class="text-muted">Two Factor Authentication adds an additional layer of security to your account by requiring more than just a password to login.</p>
</div>
</form>
<hr>
<form>
<div class="form-group">
<label class="d-block mb-2">
Sessions
</label>
<p class="text-muted">This is the list of devices that have logged into your account. Revoke any sessions that you do not recognize..</p>
<ul class="list-group">
<li class="list-group-item">
<div>
<h6>Pokhra 38.2093 N, 83.9856 E</h6>
<small class="text-muted">Your current session seen in nepal.</small>
</div>
<button class="btn btn-light btn-sm ml-auto" type="button">
More Information
</button>
</li>
</ul>
</div>
</form>
</div>
<!-- actual profile data -->
<div class="tab-pane " id="notification">
<h6>NOTIFICATIONS SETTINGS</h6>
<hr>
<form>
<div class="md-3">
<label for="exampleFormControlInput1" class="form-label d-block">Security alerts</label>
<small class="form-text text-muted">Recieve security alert notifications via email.</small>
<br>
<div class="form-check mt-3">
<input class="form-check-input" type="checkbox" class="custom-control-input" id="flexCheckDefault">
<label class="form-check-label" for="flexCheckDefault">Email each time a vulnerability is found</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" class="custom-control-input" id="flexCheckDefault">
<label class="form-check-label" for="flexCheckDefault">Email a digest summary of vulnerability</label>
</div>
</div>
<!-- SMS NOTIFICATIONS -->
<div class="mb-3">
<label class="d-block mb-2">SMS Notifications</label>
<ul class="list-group">
<li class="list-group-item">
Comments
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitch1">
<label class="custom-control-label" for="customSwitch1"></label>
</div>
</li>
<li class="list-group-item">
Upadtes from people
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitch2">
<label class="custom-control-label" for="customSwitch2"></label>
</div>
</li>
<li class="list-group-item">
Reminders
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitch3">
<label class="custom-control-label" for="customSwitch3"></label>
</div>
</li>
<li class="list-group-item">
Events
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitch4">
<label class="custom-control-label" for="customSwitch4"></label>
</div>
</li>
<li class="list-group-item">
Page you follow
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitch5">
<label class="custom-control-label" for="customSwitch5"></label>
</div>
</li>
</ul>
</div>
</form>
</div>
<!-- actual profile data -->
<div class="tab-pane " id="billing">
<h6>BILLING SETTINGS</h6>
<hr>
<form>
<div class="mb-3">
<label class="d-block">Payment Method</label>
<small class="text-muted small">You have not added a payment method</small>
<br>
<button class="btn btn-outline-info mt-2">Add Payment Method</button>
</div>
<div class="mb-3">
<label class="d-block">Payment Method</label>
<div class="border p-3 text-center">
You have not made any payment.
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
</body>
</html>