-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.html
More file actions
258 lines (256 loc) · 9.84 KB
/
settings.html
File metadata and controls
258 lines (256 loc) · 9.84 KB
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
<!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>Youssef template Four</title>
<!-- Font Awesome Library -->
<link rel="stylesheet" href="css/all.min.css" />
<!-- framework -->
<link rel="stylesheet" href="css/framework.css">
<!-- Render All Elements Normally -->
<link rel="stylesheet" href="css/normalize.css" />
<!-- Main Template CSS File -->
<link rel="stylesheet" href="css/four.css" />
<!-- Google Fonts -->
<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">
<!-- Start sidebar-->
<div class="sidebar bg-white p-20 p-relative">
<h3 class="p-relative txt-c mt-0">Elgoo</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>
<!-- End sidebar-->
<!-- Start content-->
<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 decoding="async" src="./images/avatar.png" alt="" />
</div>
</div>
<!-- End Head -->
<h1 class="p-relative">Settings</h1>
<div class="settings-row d-grid gap-20 m-20">
<!-- Start Settings Box -->
<!-- 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 General Info-->
<div class="general-info 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>
<form action="">
<label class="c-grey d-block" for="">First Name</label>
<input class="mb-20 w-full" type="text" placeholder="First Name">
<label class="c-grey d-block" for="">Last Name</label>
<input class="mb-20 w-full" type="text" placeholder="Last Name">
<label class="c-grey d-block" for="">Email</label>
<input class="mail" type="email" title="Email" name="Email" placeholder="o@nn.sa" disabled>
<a href="#">Change</a>
</form>
</div>
<!-- End General Info -->
<!-- Start security-info-->
<div class="security-info 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="box between-flex">
<div class="content">
<span >Password</span>
<p class="m-0 c-grey fs-13 mt-10">Last Change On 25/10/2021</p>
</div>
<a class=" btn-shape bg-blue c-white " href="#">Change</a>
</div>
<div class="box between-flex">
<div class="content">
<span >Two-Factor Authentication</span>
<p class="m-0 c-grey fs-13 mt-10">Enable/Disable The Feature</p>
</div>
<label>
<input class="toggle-checkbox" type="checkbox" checked />
<div class="toggle-switch"></div>
</label>
</div>
<div class="boxc between-flex">
<div class="content">
<span>Devices</span>
<p class="m-0 c-grey fs-13 mt-10">Check The Login Devices List</p>
</div>
<div class="btn-shape bg-eee c-black pointer">Devices</div>
</div>
</div>
<!-- End security-info -->
<!-- Start social-info -->
<div class="social-info 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="box d-flex align-center mb-15 ">
<i class="fa-brands fa-twitter center-flex c-grey"></i>
<input class="w-full fs-14" type="text" placeholder="Twitter Username" />
</div>
<div class="box d-flex align-center mb-15">
<i class="fa-brands fa-facebook-f center-flex c-grey"></i>
<input class="w-full fs-14" type="text" placeholder="Facebook Username" />
</div>
<div class="box d-flex align-center mb-15">
<i class="fa-brands fa-linkedin center-flex c-grey"></i>
<input class="w-full fs-14" type="text" placeholder="Linkedin Username" />
</div>
<div class="box d-flex align-center mb-15">
<i class="fa-brands fa-youtube center-flex c-grey"></i>
<input class="w-full fs-14" type="text" placeholder="Youtube Username" />
</div>
</div>
<!-- End social-info -->
<!-- Start widgets-control -->
<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 widgets-control -->
<!-- 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>
<!-- End content-->
</body>
</html>