-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathsettings.html
267 lines (267 loc) · 11.4 KB
/
settings.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
<!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.0" />
<title>Settings</title>
<link rel="stylesheet" href="css/all.min.css" />
<link rel="stylesheet" href="css/framework.css" />
<link rel="stylesheet" href="css/master.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;500&display=swap" rel="stylesheet" />
</head>
<body>
<div class="page d-flex">
<div class="sidebar bg-white p-20 p-relative">
<h3 class="p-relative txt-c mt-0">Elzero</h3>
<ul>
<li>
<a class="d-flex align-center fs-14 c-black rad-6 p-10" href="index.html">
<i class="fa-regular fa-chart-bar fa-fw"></i>
<span>Dashboard</span>
</a>
</li>
<li>
<a class="active d-flex align-center fs-14 c-black rad-6 p-10" href="settings.html">
<i class="fa-solid fa-gear fa-fw"></i>
<span>Settings</span>
</a>
</li>
<li>
<a class="d-flex align-center fs-14 c-black rad-6 p-10" href="profile.html">
<i class="fa-regular fa-user fa-fw"></i>
<span>Profile</span>
</a>
</li>
<li>
<a class="d-flex align-center fs-14 c-black rad-6 p-10" href="projects.html">
<i class="fa-solid fa-diagram-project fa-fw"></i>
<span>Projects</span>
</a>
</li>
<li>
<a class="d-flex align-center fs-14 c-black rad-6 p-10" href="courses.html">
<i class="fa-solid fa-graduation-cap fa-fw"></i>
<span>Courses</span>
</a>
</li>
<li>
<a class="d-flex align-center fs-14 c-black rad-6 p-10" href="friends.html">
<i class="fa-regular fa-circle-user fa-fw"></i>
<span>Friends</span>
</a>
</li>
<li>
<a class="d-flex align-center fs-14 c-black rad-6 p-10" href="files.html">
<i class="fa-regular fa-file fa-fw"></i>
<span>Files</span>
</a>
</li>
<li>
<a class="d-flex align-center fs-14 c-black rad-6 p-10" href="plans.html">
<i class="fa-regular fa-credit-card fa-fw"></i>
<span>Plans</span>
</a>
</li>
</ul>
</div>
<div class="content w-full">
<!-- Start Head -->
<div class="head bg-white p-15 between-flex">
<div class="search p-relative">
<input class="p-10" type="search" placeholder="Type A Keyword" />
</div>
<div class="icons d-flex align-center">
<span class="notification p-relative">
<i class="fa-regular fa-bell fa-lg"></i>
</span>
<img src="imgs/avatar.png" alt="" />
</div>
</div>
<!-- End Head -->
<h1 class="p-relative">Settings</h1>
<div class="settings-page m-20 d-grid gap-20">
<!-- Start Settings Box -->
<div class="p-20 bg-white rad-10">
<h2 class="mt-0 mb-10">Site Control</h2>
<p class="mt-0 mb-20 c-grey fs-15">Control The Website If There Is Maintenance</p>
<div class="mb-15 between-flex">
<div>
<span>Website Control</span>
<p class="c-grey mt-5 mb-0 fs-13">Open/Close Website And Type The Reason</p>
</div>
<div>
<label>
<input class="toggle-checkbox" type="checkbox" checked />
<div class="toggle-switch"></div>
</label>
</div>
</div>
<textarea class="close-message p-10 rad-6 d-block w-full" placeholder="Close Message Content"></textarea>
</div>
<!-- End Settings Box -->
<!-- Start Settings Box -->
<div class="p-20 bg-white rad-10">
<h2 class="mt-0 mb-10">General Info</h2>
<p class="mt-0 mb-20 c-grey fs-15">General Information About Your Account</p>
<div class="mb-15">
<label class="fs-14 c-grey d-block mb-10" for="first">First Name</label>
<input
class="b-none border-ccc p-10 rad-6 d-block w-full"
type="text"
id="first"
placeholder="First Name"
/>
</div>
<div class="mb-15">
<label class="fs-14 c-grey d-block mb-5" for="last">Last Name</label>
<input
class="b-none border-ccc p-10 rad-6 d-block w-full"
id="last"
type="text"
placeholder="Last Name"
/>
</div>
<div>
<label class="fs-14 c-grey d-block mb-5" for="email">Email</label>
<input
class="email b-none border-ccc p-10 rad-6 w-full mr-10"
id="email"
type="email"
value="[email protected]"
disabled
/>
<a class="c-blue" href="#">Change</a>
</div>
</div>
<!-- End Settings Box -->
<!-- Start Settings Box -->
<div class="p-20 bg-white rad-10">
<h2 class="mt-0 mb-10">Security Info</h2>
<p class="mt-0 mb-20 c-grey fs-15">Security Information About Your Account</p>
<div class="sec-box mb-15 between-flex">
<div>
<span>Password</span>
<p class="c-grey mt-5 mb-0 fs-13">Last Change On 25/10/2021</p>
</div>
<a class="button bg-blue c-white btn-shape" href="#">Change</a>
</div>
<div class="sec-box mb-15 between-flex">
<div>
<span>Two-Factor Authentication</span>
<p class="c-grey mt-5 mb-0 fs-13">Enable/Disable The Feature</p>
</div>
<label>
<input class="toggle-checkbox" type="checkbox" checked />
<div class="toggle-switch"></div>
</label>
</div>
<div class="sec-box between-flex">
<div>
<span>Devices</span>
<p class="c-grey mt-5 mb-0 fs-13">Check The Login Devices List</p>
</div>
<a class="bg-eee c-black btn-shape" href="#">Devices</a>
</div>
</div>
<!-- End Settings Box -->
<!-- Start Settings Box -->
<div class="social-boxes p-20 bg-white rad-10">
<h2 class="mt-0 mb-10">Social Info</h2>
<p class="mt-0 mb-20 c-grey fs-15">Social Media Information</p>
<div class="d-flex align-center mb-15">
<i class="fa-brands fa-twitter center-flex c-grey"></i>
<input class="w-full" type="text" placeholder="Twitter Username" />
</div>
<div class="d-flex align-center mb-15">
<i class="fa-brands fa-facebook-f center-flex c-grey"></i>
<input class="w-full" type="text" placeholder="Facebook Username" />
</div>
<div class="d-flex align-center mb-15">
<i class="fa-brands fa-linkedin center-flex c-grey"></i>
<input class="w-full" type="text" placeholder="Linkedin Username" />
</div>
<div class="d-flex align-center">
<i class="fa-brands fa-youtube center-flex c-grey"></i>
<input class="w-full" type="text" placeholder="Youtube Username" />
</div>
</div>
<!-- End Settings Box -->
<!-- Start Settings Box -->
<div class="widgets-control p-20 bg-white rad-10">
<h2 class="mt-0 mb-10">Widgets Control</h2>
<p class="mt-0 mb-20 c-grey fs-15">Show/Hide Widgets</p>
<div class="control d-flex align-center mb-15">
<input type="checkbox" id="one" checked />
<label for="one">Quick Draft</label>
</div>
<div class="control d-flex align-center mb-15">
<input type="checkbox" id="two" checked />
<label for="two">Yearly Targets</label>
</div>
<div class="control d-flex align-center mb-15">
<input type="checkbox" id="three" checked />
<label for="three">Tickets Statistics</label>
</div>
<div class="control d-flex align-center mb-15">
<input type="checkbox" id="four" checked />
<label for="four">Latest News</label>
</div>
<div class="control d-flex align-center mb-15">
<input type="checkbox" id="five" />
<label for="five">Latest Tasks</label>
</div>
<div class="control d-flex align-center mb-15">
<input type="checkbox" id="six" checked />
<label for="six">Top Search Items</label>
</div>
</div>
<!-- End Settings Box -->
<!-- Start Settings Box -->
<div class="backup-control p-20 bg-white rad-10">
<h2 class="mt-0 mb-10">Backup Manager</h2>
<p class="mt-0 mb-20 c-grey fs-15">Control Backup Time And Location</p>
<div class="date d-flex align-center mb-15">
<input type="radio" name="time" id="daily" checked />
<label for="daily">Daily</label>
</div>
<div class="date d-flex align-center mb-15">
<input type="radio" name="time" id="weekly" />
<label for="weekly">Weekly</label>
</div>
<div class="date d-flex align-center mb-15">
<input type="radio" name="time" id="monthly" />
<label for="monthly">Monthly</label>
</div>
<div class="servers d-flex align-center txt-c">
<input type="radio" name="servers" id="server-one" />
<div class="server mb-15 rad-10 w-full">
<label class="d-block m-15" for="server-one">
<i class="fa-solid fa-server d-block mb-10"></i>
Megaman
</label>
</div>
<input type="radio" name="servers" id="server-two" checked />
<div class="server mb-15 rad-10 w-full">
<label class="d-block m-15" for="server-two">
<i class="fa-solid fa-server d-block mb-10"></i>
Zero
</label>
</div>
<input type="radio" name="servers" id="server-three" />
<div class="server mb-15 rad-10 w-full">
<label class="d-block m-15" for="server-three">
<i class="fa-solid fa-server d-block mb-10"></i>
Sigma
</label>
</div>
</div>
</div>
<!-- End Settings Box -->
</div>
</div>
</div>
</body>
</html>