-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofile-update.html
215 lines (202 loc) · 7.89 KB
/
profile-update.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0 shrink-to-fit==no" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<!-- Bootstrap CSS-->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/all.css" />
<link rel="stylesheet" href="css/countrySelect.min.css" />
<link rel="stylesheet" href="css/intlTelInput.min.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/hamburgers.css" />
<title>SmartPixels - Profile Update</title>
</head>
<body class="landing-page">
<div class="container-fluid">
<nav class="navbar navbar-expand-lg navbar-light py-md-1 mob-pad px-md-0">
<a class="navbar-brand" href="index.html"><img src="img/logo.svg" alt="Smartpixels logo" width="90"
class="mob" /></a>
<button class="hamburger hamburger--3dx-r navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarNav" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto landing-page">
<li class="nav-item mx-md-4 my-md-0 postion-relative">
<a class="nav-link px-0" href="index.html">Home.</a>
</li>
<li class="nav-item mx-md-4 my-md-0 postion-relative">
<a class="nav-link px-0" href="upload.html">Upload.</a>
</li>
<li class="nav-item mx-md-4 my-md-0 postion-relative">
<a class="nav-link px-0" href="faq.html">FAQ.</a>
</li>
<li class="dropdown nav-item mx-md-4 my-md-0 postion-relative">
<a class="dropdown-toggle nav-link px-0" href="#" id="dropdownMenuButton" data-toggle="dropdown"
aria-haspopup="false" aria-expanded="false">
Hi Daniel
</a>
<ul class="dropdown-menu drop-left" aria-labelledby="dropdownMenuButton">
<li class="nav-item">
<a class="dropdown-item nav-link text-dark font-13" href="dashboard.html">Dashboard</a>
</li>
<li class="nav-item">
<a class="dropdown-item nav-link text-dark font-13" href="accounts.html">Manage Account</a>
</li>
<li class="nav-item">
<a class="dropdown-item nav-link text-dark font-13" href="#">Logout</a>
</li>
</ul>
</li>
<li class="nav-item mx-md-4 my-md-0 postion-relative">
<a class="nav-link px-0" href="contact.html">Contact Us.</a>
</li>
</ul>
</div>
</nav>
</div>
<!--End Header -->
<div class="page-body">
<div class="wrapper">
</div>
<div class="page">
<section class="profile-page">
<div class="container-fluid">
<div class="row">
<div class="col-md-12 page-main-title" id="page-border">
<h3 class="mb-0">Profile Update</h3>
</div>
</div>
<div class="row">
<div class="col-md-6 profile-body page-sub-title order-last order-lg-first" id="page-border-2">
<h4>Update Profile Information</h4>
<div class="profile-content">
<p>
Friend, things will never remain the same for you. God has made all things new
for
you, so live the life of freshness. Forget about the losses of yesterday and
focus
on the potentials and possibilities of today. Do not allow anything hold you
back
in 2019. Be determined to make it against all odds
</p>
</div>
<div class="profile-footer">
<ul>
<li>Term of Use</li>
<li>Policy</li>
<li>Support</li>
</ul>
</div>
</div>
<div class="col-md-6 profile-registration" id="page-border-3">
<form>
<div class="form-group mb-4">
<div class="form-row input-names">
<div class="col-md-6">
<div class="form-group">
<div>
<label for="fname">First Name <span> *</span> </label>
<input type="text" name="fname" id="fname" class="form-control" placeholder="First Name" autocomplete="given-name" autofocus required />
</div>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<div>
<label for="lname">Last Name <span> *</span> </label>
<input type="text" class="form-control" id="lname" name="lname" placeholder="Last Name" autocomplete="family-name" required />
</div>
</div>
</div>
</div>
</div>
<div class="form-group mb-4">
<label for="exampleFormControlSelect1">
Country<span> *</span>
</label>
<div class="input-group">
<input type="text" id="country" name="country" class="form-control" required/>
</div>
</div>
<div class="form-group mb-4">
<label for="exampleInputTelephone1">
Phone Number<span> *</span>
</label>
<div class="input-group">
<input type="tel" class="form-control" id="phone-number" autocomplete="mobile" placeholder="(+234) 80 SMARTPIXELS" required />
</div>
</div>
<div class="form-group mb-4">
<label for="address">Address<span> *</span></label>
<textarea class="form-control" id="address" rows="5" required autocomplete="address-level1"></textarea>
</div>
<div class="form-group mb-4">
<label for="exampleInputCity1">
City<span> *</span>
</label>
<div class="input-group">
<input type="tel" class="form-control" placeholder="" autocomplete="city" required />
</div>
</div>
<div class="form-group mb-4">
<label for="exampleInputZipCode1">
Zip Code<span> *</span>
</label>
<div class="input-group">
<input type="tel" class="form-control" placeholder="" required />
</div>
</div>
<div class="upload-file input-group mb-4">
<label for="exampleInputZipCode1">
UPLOAD PROFILE PICTURE<span> *</span>
</label>
<!-- <div class="custom-file">
<input type="file" class="custom-file-input" id="validatedCustomFile" placeholder="" required>
<div class="form-row upload-drop-zone">
<img src="./img/1x.png" />
<p>Drop and drop your photos here or</p>
<button type="submit" class="btn">Browse</button>
</div>
</div> -->
<div class="custom-file">
<input type="file" class="custom-file-input" id="validatedCustomFile" placeholder="" required>
<label class="custom-file-label" or="validatedCustomFile">Drag and Drop Photos Here</label>
<div class="upload-drop-zone ">
<img src="./img/1x.png" />
<button type="submit" class="btn">Browse</button>
</div>
</div>
</div>
<div class="form-row">
<div class="col-md-6">
<button type="submit" id="cancel-button" class="btn btn-block btn-lg">Cancel</button>
</div>
<div class="col-md-6">
<button type="submit" id="save-button" class="btn btn-block btn-lg">Save</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
</div>
</div>
</body>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/countrySelect.min.js"></script>
<script src="js/intlTelInput.min.js"></script>
<script src="js/utility.js"></script>
<script src="https://kit.fontawesome.com/e9480ff5ec.js" crossorigin="anonymous"></script>
</html>