-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.html
255 lines (216 loc) · 11.8 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>MemeMaker - Settings</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/line-awesome/css/line-awesome.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: SoftLand - v2.1.0
* Template URL: https://bootstrapmade.com/softland-bootstrap-app-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
<!-- Other CSS File -->
<link href="assets/css/canvas.css" rel="stylesheet">
</head>
<body>
<!-- ======= Mobile Menu ======= -->
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icofont-close js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<!-- ======= Header ======= -->
<header class="site-navbar js-sticky-header site-navbar-target" role="banner">
<div class="container">
<div class="row align-items-center">
<div class="col-6 col-lg-2">
<h1 class="mb-0 site-logo"><a href="index.html" class="mb-0">MemeMaker</a></h1>
</div>
<div class="col-12 col-md-10 d-none d-lg-block">
<nav class="site-navigation position-relative text-right" role="navigation">
<ul class="site-menu main-menu js-clone-nav mr-auto d-none d-lg-block">
<li><a href="index.html" class="nav-link">Home</a></li>
<li><a href="create.html" class="nav-link">Create</a></li>
<li><a href="browse.html" class="nav-link">Browse</a></li>
<li><a href="collection.html" class="nav-link">Collection</a></li>
<li class="has-children active">
<a href="settings.html" class="nav-link">Settings</a>
<ul class="dropdown">
<li><a href="settings.html" class="nav-link">Edit Profile</a></li>
<li><a href="splash.html" class="nav-link text-danger" id="logout">Log Out</a></li>
</ul>
</li>
</ul>
</nav>
</div>
<div class="col-6 d-inline-block d-lg-none ml-md-0 py-3" style="position: relative; top: 3px;">
<a href="#" class="burger site-menu-toggle js-menu-toggle" data-toggle="collapse" data-target="#main-navbar">
<span></span>
</a>
</div>
</div>
</div>
</header>
<main id="main">
<section class="hero-section inner-page">
<div class="wave">
<svg width="1920px" height="265px" viewBox="0 0 1920 265" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Apple-TV" transform="translate(0.000000, -402.000000)" fill="#FFFFFF">
<path d="M0,439.134243 C175.04074,464.89273 327.944386,477.771974 458.710937,477.771974 C654.860765,477.771974 870.645295,442.632362 1205.9828,410.192501 C1429.54114,388.565926 1667.54687,411.092417 1920,477.771974 L1920,667 L1017.15166,667 L0,667 L0,439.134243 Z" id="Path"></path>
</g>
</g>
</svg>
</div>
<div class="container">
<div class="row align-items-center">
<div class="col-12">
<div class="row justify-content-center">
<div class="col-md-7 text-center hero-text">
<h1>Settings</h1>
<p class="mb-5">
Update your Username or Password
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6">
<img src="./assets/img/settings.jpg" class="img-fluid" />
</div>
<div class="col-md-4 mr-auto">
<form id="user-form" class="php-email-form">
<div class="row">
<div class="col-md-12 form-group">
<label for="username">New Username</label>
<input type="text" name="username" class="form-control" id="username" />
<div class="validate"></div>
</div>
<div class="col-md-12 mb-3">
<div id="loading1" class="loading">Loading</div>
<div id="message1" class="error-message"></div>
</div>
<div class="col-md-6 form-group">
<input type="submit" class="btn btn-primary d-block" value="Update Username">
</div>
</div>
</form>
<hr>
<form id="pswd-form" class="php-email-form">
<div class="row">
<div class="col-md-12 form-group">
<label for="password">New Password</label>
<input type="password" class="form-control" name="password" id="password" />
<div class="validate"></div>
</div>
<div class="col-md-12 form-group">
<label for="confirm">Confirm Password</label>
<input type="password" class="form-control" name="confirm" id="confirm" />
<div class="validate"></div>
</div>
<div class="col-md-12 mb-3">
<div id="loading2" class="loading">Loading</div>
<div id="message2" class="error-message"></div>
</div>
<div class="col-md-6 form-group">
<input type="submit" class="btn btn-primary d-block" value="Update Password">
</div>
</div>
</form>
<hr>
</div>
</div>
<div class="row align-items-center">
<div class="col-md-6"></div>
<div class="col-md-4">
<form id="delete" class="php-email-form">
<div class="modal" id="modal">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="deleteAccount">Delete Account</h5>
<button type="button" class="close">
<span>×</span>
</button>
</div>
<div class="modal-body">
Are you sure you want to delete your account?
<div id="loading3" class="loading m-3">Loading</div>
<div id="message3" class="error-message"></div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary close">Close</button>
<button type="submit" class="btn btn-danger">DELETE</button>
</div>
</div>
</div>
</div>
<div class="row mt-5">
<div class="col-md-6 form-group">
<input
id="deleteModal"
type="button"
class="btn btn-danger d-block"
value="Delete Account"
/>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer class="footer" role="contentinfo">
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-md-7">
<p class="copyright">© Copyright SoftLand. All Rights Reserved</p>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=SoftLand
-->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
<div class="credits">
Web vector created by stories -
<a href='https://www.freepik.com/vectors/web'>
freepik
</a>
</div>
</div>
</div>
</div>
</footer>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/jquery-sticky/jquery.sticky.js"></script>
<!-- Navbar Burger JS File -->
<script src="assets/js/navbarBurger.js"></script>
<!-- Other JS File -->
<script src="assets/js/index.js"></script>
<script src="assets/js/settings.js"></script>
</body>
</html>