-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.html
269 lines (255 loc) · 14 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
268
269
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="76x76" href="./assets/img/apple-icon.png">
<link rel="icon" type="image/png" href="./assets/img/logo.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>
Settings - Loophead
</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no'
name='viewport' />
<!-- Fonts and icons -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,200" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Inter:400,700,200" rel='stylesheet'>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<!-- CSS Files -->
<link href="./assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="./assets/css/material-kit.css" rel="stylesheet" />
<link href="./assets/css/now-ui-kit.css?v=1.3.0" rel="stylesheet" />
</head>
<body class="index-page sidebar-collapse">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg bg-primary fixed-top">
<div class="container">
<div class="navbar-translate">
<img src="./assets/img/logo.png" href="index.html" height="60" width="60">
<a class="navbar-brand-collapse" href="index.html" rel="tooltip" data-placement="bottom">
Loophead
</a>
<div class="hidden-mobile" style="width: 400px; margin-top:8px; margin-left:15px; padding-left: 12px; padding-right: 12px; padding-top: 8px; padding-bottom: 8px; background: white; border-radius: 10px; overflow: hidden; border: 0.50px #888888 solid; gap: 8px; float: right">
<label class="fas fa-search" style="color: #888888; padding-right: 8px;"></label>
<input type="search" placeholder="Search Loophead" style="font-size: 16px; font-family: Inter; font-weight: 300; word-wrap: break-word; border-style: none; outline: none; width: 85%">
</div>
<button class="navbar-toggler navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation"
aria-controls="navigation-index" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-bar top-bar"></span>
<span class="navbar-toggler-bar middle-bar"></span>
<span class="navbar-toggler-bar bottom-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse justify-content-end" id="navigation"
data-nav-image="./assets/img/blurred-image-1.jpg">
<ul class="navbar-nav d-flex align-items-center">
<li class="nav-item">
<a class="nav-link" href="explore.html">
<p style="font-weight: bold; font-size: medium; color:white; text-transform: capitalize;">Explore</p>
</a>
</li>
<li class="nav-item" style="margin-right:20px">
<a class="nav-link" href="">
<p style="font-weight: bold; font-size: medium; color:white; text-transform: capitalize;">Feed</p>
</a>
</li>
<li class="nav-item" style="margin-right:20px">
<a class="nav-link btn btn-neutral" href="" style="border-radius: 10px">
<p style="font-weight: bold; font-size: medium; color:#2C2F74; text-transform: capitalize;">Upload</p>
</a>
</li>
<li class="nav-item" style="margin-right:20px">
<a class="nav-link" href="">
<img src="assets/img/icons/notification-bell.svg">
</a>
</li>
<li class="nav-item" style="margin-right:20px">
<a class="nav-link" href="">
<img style="border-radius: 9999px; height: 44px" src="assets/img/profilePlaceholder.jpg" />
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Navbar -->
<div class="main">
<div
style="flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 20px; display: inline-flex; margin-top: 50px; margin-left: 6%">
<div style="color: #444445; font-size: 40px; font-family: Inter; font-weight: 700; word-wrap: break-word">Settings
</div>
<div style="color: #797979; font-size: 24px; font-family: Inter; font-weight: 400; word-wrap: break-word">Manage
the settings on your account</div>
</div>
<hr
style="height:2px;border-width:0;color:gray;background-color:gray; margin-left: 6%; margin-right: 6%; margin-top: 40px;">
<div class="row" style="margin-left: 6%; margin-right: 6%; margin-top: 50px">
<div class="col-md-4"
style="color: #444445; font-size: 20px; font-family: Inter; font-weight: 600; word-wrap: break-word">Email</div>
<div class="col-md-7" style="position: relative">
<div
style="padding-left: 12px; padding-right: 12px; padding-top: 8px; padding-bottom: 8px; background: white; border-radius: 10px; overflow: hidden; border: 0.50px #888888 solid;">
<input value="wonderlustbeats@gmail.com"
style="font-size: 16px; font-family: Inter; font-weight: 300; word-wrap: break-word; border-style: none; outline: none; width: 100%">
</div>
</div>
</div>
<div class="row" style="margin-left: 6%; margin-right: 6%; margin-top: 50px">
<div class="col-md-4"
style="color: #444445; font-size: 20px; font-family: Inter; font-weight: 600; word-wrap: break-word">Password
</div>
<div class="col-md-7" style="position: relative">
<div
style="padding-left: 12px; padding-right: 12px; padding-top: 8px; padding-bottom: 8px; background: white; border-radius: 10px; overflow: hidden; border: 0.50px #888888 solid;">
<input type="password" value="12345678"
style="font-size: 16px; font-family: Inter; font-weight: 300; word-wrap: break-word; border-style: none; outline: none; width: 100%">
</div>
</div>
</div>
<div class="row" style="margin-left: 6%; margin-right: 6%; margin-top: 50px">
<div class="col-md-4"
style="color: #444445; font-size: 20px; font-family: Inter; font-weight: 600; word-wrap: break-word">Two-Factor
Authentication</div>
<a href="#" class="col-md-7"
style="border-radius: 10px; padding: 12px 20px; background-color: #2C2F74; width: 200px; margin-left: 10px">
<p class="text-center"
style="font-weight: 700; font-size: medium; color: #FFFFFF; margin: 0; text-transform: capitalize;">Set Up 2FA
</p>
</a>
</div>
<div class="row" style="margin-left: 6%; margin-right: 6%; margin-top: 50px;">
<div class="col-md-4">
<div style="color: #444445; font-size: 20px; font-family: Inter; font-weight: 600; word-wrap: break-word">
Notifications</div>
<div
style="width: 100%; color: #797979; font-size: 16px; font-family: Inter; font-weight: 400; line-height: 25.60px; word-wrap: break-word">
Choose what notifications you see</div>
</div>
<div class="col-md-5" style="position: relative">
<div style="display: flex; align-items: center; gap:8px">
<input type="checkbox" value="" id="">
<a style="color: #7b809a; font-size: 18px;">New followers</a>
</div>
<div style="display: flex; align-items: center; gap:8px; margin-top: 8px;">
<input type="checkbox" value="" id="">
<a style="color: #7b809a; font-size: 18px;">Users who downloaded your loops</a>
</div>
<div style="display: flex; align-items: center; gap:8px; margin-top: 8px;">
<input type="checkbox" value="" id="">
<a style="color: #7b809a; font-size: 18px;">New Packs From Users You Follow</a>
</div>
</div>
</div>
<div class="row" style="margin-left: 6%; margin-right: 6%; margin-top: 50px">
<div class="col-md-4">
<div style="color: #444445; font-size: 20px; font-family: Inter; font-weight: 600; word-wrap: break-word">Email
Preferences</div>
<div
style="width: 100%; color: #797979; font-size: 16px; font-family: Inter; font-weight: 400; line-height: 25.60px; word-wrap: break-word">
Choose what emails hit your inbox</div>
</div>
<div class="col-md-5" style="position: relative;">
<div style="display: flex; align-items: center; gap:8px">
<input type="checkbox" value="" id="">
<a style="color: #7b809a; font-size: 18px;">Email Promotions (i.e New Updates, Opportunities, Etc.)</a>
</div>
<div style="display: flex; align-items: center; gap:8px; margin-top: 8px;">
<input type="checkbox" value="" id="">
<a style="color: #7b809a; font-size: 18px;">New Follower</a>
</div>
<div style="display: flex; align-items: center; gap:8px; margin-top: 8px">
<input type="checkbox" value="" id="">
<a style="color: #7b809a; font-size: 18px;">New Download</a>
</div>
<div style="display: flex; align-items: center; gap:8px; margin-top: 8px">
<input type="checkbox" value="" id="">
<a style="color: #7b809a; font-size: 18px;">New Pack</a>
</div>
</div>
</div>
<div class="row" style="margin-left: 6%; margin-right: 6%; margin-top: 50px">
<div class="col-md-4">
<div style="color: #444445; font-size: 20px; font-family: Inter; font-weight: 600; word-wrap: break-word">Usage
Rights</div>
<div
style="width: 100%; color: #797979; font-size: 16px; font-family: Inter; font-weight: 400; line-height: 25.60px; word-wrap: break-word">
Create a default usage rights for your loops</div>
</div>
<div class="col-md-7" style="position: relative">
<div
style="padding-left: 12px; padding-right: 12px; padding-top: 8px; padding-bottom: 8px; background: white; border-radius: 10px; overflow: hidden; border: 0.50px #888888 solid;">
<textarea
style="font-size: 16px; font-family: Inter; font-weight: 300; word-wrap: break-word; border-style: none; outline: none; width: 100%; height: 100px">The best loop ever made</textarea>
</div>
</div>
</div>
<div class="row" style="margin-left: 6%; margin-right: 6%; margin-top: 50px">
<div class="col-md-4"
style="color: #444445; font-size: 20px; font-family: Inter; font-weight: 600; word-wrap: break-word">Delete
Account</div>
<div class="col-md-3" style="align-items: center; gap: 12px; display: inline-flex">
<img src="assets/img/icons/trash-01.svg" height="24px">
<div style="color: #C70000; font-size: 16px; font-family: Inter; font-weight: 700; word-wrap: break-word">Delete
Account</div>
</div>
</div>
<div style="height: 160px;">
<div style="padding-left: 60px; padding-right: 60px; padding-top: 16px; padding-bottom: 16px; background: #2C2F74; border-radius: 10px; justify-content: flex-start; align-items: flex-end; gap: 10px; display: inline-flex; float: right; margin-right: 5%; margin-top: 50px">
<div style="text-align: center; color: white; font-size: 16px; font-family: Inter; font-weight: 700; word-wrap: break-word">Save Changes</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="footer" data-background-color="footerGrey">
<div class="container ">
<div style="width: 100%; height: 100%; gap: 121px; display: inline-flex">
<div
style="align-self: stretch; justify-content: flex-start; align-items: center; gap: 20px; display: inline-flex">
<img style="width: 80px" src="./assets/img/logo.png" />
<div style="text-align: center; color: #2C2F74; font-size: 28px; font-family: Inter; font-weight: 700">
Loophead</div>
</div>
<div
style="align-self: stretch; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 20px; display: inline-flex">
<div style="color: #2C2F74; font-size: 14px; font-family: Inter; font-weight: 500">Message</div>
<div style="color: #2C2F74; font-size: 14px; font-family: Inter; font-weight: 500">Email</div>
<div style="color: #2C2F74; font-size: 14px; font-family: Inter; font-weight: 500">Terms & Conditions</div>
</div>
</div>
<div class="copyright" id="copyright" style="color: #2C2F74">
© Loophead
<script>
document.getElementById('copyright').appendChild(document.createTextNode(new Date().getFullYear()))
</script>
</div>
</div>
</footer>
<!-- Core JS Files -->
<script src="./assets/js/core/jquery.min.js" type="text/javascript"></script>
<script src="./assets/js/core/popper.min.js" type="text/javascript"></script>
<script src="./assets/js/core/bootstrap.min.js" type="text/javascript"></script>
<!-- Plugin for Switches, full documentation here: http://www.jque.re/plugins/version3/bootstrap.switch/ -->
<script src="./assets/js/plugins/bootstrap-switch.js"></script>
<!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
<script src="./assets/js/plugins/nouislider.min.js" type="text/javascript"></script>
<!-- Plugin for the DatePicker, full documentation here: https://github.com/uxsolutions/bootstrap-datepicker -->
<script src="./assets/js/plugins/bootstrap-datepicker.js" type="text/javascript"></script>
<!-- Google Maps Plugin -->
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_KEY_HERE"></script>
<!-- Control Center for Now Ui Kit: parallax effects, scripts for the example pages etc -->
<script src="./assets/js/now-ui-kit.js?v=1.3.0" type="text/javascript"></script>
<script>
$(document).ready(function () {
// the body of this function is in assets/js/now-ui-kit.js
nowuiKit.initSliders();
});
function scrollToDownload() {
if ($('.section-download').length != 0) {
$("html, body").animate({
scrollTop: $('.section-download').offset().top
}, 1000);
}
}
</script>
</body>
</html>