-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.html
254 lines (248 loc) · 13.3 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
<!DOCTYPE html>
<html lang="en-EU">
<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">
<meta name="description" content="this is settings page">
<link rel="preload" href="css/all.min.css" type="text/css" as="style"onload="this.onload=null;this.rel='stylesheet';" />
<link rel="preload" href="css/framework.css" type="text/css" as="style"onload="this.onload=null;this.rel='stylesheet';" />
<link rel="preload" href="css/main.css" type="text/css" as="style"onload="this.onload=null;this.rel='stylesheet';" />
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;500&display=swap"type="text/css" as="style" onload="this.onload=null;this.rel='stylesheet';" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="shortcut icon" href="imgs/settings/settings-icon.png" type="image">
<title>Settings</title>
</head>
<body>
<div class="page d-flex">
<nav class="bg-white p-20 p-relative">
<h3 class="p-relative txt-c mt-0">Bola</h3>
<ul>
<li>
<a class="d-flex align-center fs-14 c-black rad-6 p-10" href="index.html"
aria-label="this is dashboard file">
<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"
aria-label="this is settings file">
<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"
aria-label="this is profile file">
<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"
aria-label="this is projects file">
<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"
aria-label="this is courses file">
<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"
aria-label="this is friends file">
<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"
aria-label="this is files file">
<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"
aria-label="this is plans file">
<i class="fa-regular fa-credit-card fa-fw"></i>
<span>Plans</span>
</a>
</li>
</ul>
</nav>
<section class="w-full">
<div class="head bg-white between-flex p-15">
<div class="search p-relative">
<input class="p-10 " type="search" placeholder="Type A Keyword" />
</div>
<div class="icons d-flex align-center g-15">
<span class="notification p-relative">
<i class="fa-regular fa-bell fa-lg"></i>
</span>
<img src="imgs/avatar.webp" alt="head image" />
</div>
</div>
<h1 class="p-relative">Settings</h1>
<div class="settings-page m-20 d-grid g-20">
<div class="bg-white p-20 rad-10">
<h2 class="mt-0 mb-10">Site Control</h2>
<p class="mt-0 c-333 fs-15 mb-20">Control The Website If There Is Maintenance</p>
<div class="between-flex mb-15">
<div>
<span>Website Control</span>
<p class="mt-5 c-333 fs-13 mb-20">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 w-full p-10 rad-6 d-block" placeholder="Close Message Content"></textarea>
</div>
<div class="p-20 bg-white rad-10">
<h2 class="mt-0 mb-10">General Info</h2>
<p class="mt-0 mb-20 c-333 fs-15">General Information About Your Account</p>
<div class="mb-15">
<label class="d-block mb-5 fs-14" for="first">First Name</label>
<input class="c-333 w-full p-10 rad-6 border-ccc" type="text" id="first" placeholder="First Name" />
</div>
<div class="mb-15">
<label class="d-block mb-5 fs-14" for="last">Last Name</label>
<input class="c-333 w-full p-10 rad-6 border-ccc" id="last" type="text" placeholder="Last Name" />
</div>
<div>
<label class="d-block mb-5 fs-14" for="email">Email</label>
<input class="email c-333 w-full p-10 rad-6 border-ccc mr-10" id="email" type="email" value="bolanabil404@gmail.com"
disabled />
<a class="c-blue" href="settings.html" aria-label="this is change email">Change</a>
</div>
</div>
<div class="p-20 bg-white rad-10">
<h2 class="mt-0 mb-10">Security Info</h2>
<p class="mt-0 mb-20 c-333 fs-15">Security Information About Your Account</p>
<div class="sec-box between-flex mb-15">
<div>
<span>Password</span>
<p class="c-333 fs-13 mt-5 mb-0">Last Change On 25/10/2021</p>
</div>
<a class="button btn-shape bg-blue c-white" href="settings.html" aria-label="this is change password" target="_blank">Change</a>
</div>
<div class="sec-box between-flex mb-15">
<div>
<span>Two-Factor Authentication</span>
<p class="c-333 fs-13 mt-5 mb-0">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 mb-15">
<div>
<span>Devices</span>
<p class="c-333 fs-13 mt-5 mb-0">Check The Login Devices List</p>
</div>
<a class="btn-shape bg-eee c-black" href="settings.html" aria-label="this is check login list">Devices</a>
</div>
</div>
<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-333 fs-15">Social Media Information</p>
<div class="d-flex align-center mb-15">
<i class="fa-brands fa-twitter center-flex c-333"></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-333"></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-333"></i>
<input class="w-full" type="text" placeholder="Linkedin Username" />
</div>
<div class="d-flex align-center mb-15">
<i class="fa-brands fa-youtube center-flex c-333"></i>
<input class="w-full" type="text" placeholder="Youtube Username" />
</div>
</div>
<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>
<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>
</div>
</section>
</div>
</body>
</html>