-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathprofile.html
220 lines (220 loc) · 8.48 KB
/
profile.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Raleway:400,600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="profile.css">
<link rel="shortcut icon" href="https://res.cloudinary.com/taofeeq/image/upload/v1569271378/TriptoTracker/WhatsApp_Image_2019-09-23_at_9.41.16_PM_v3k0k9.jpg" type="image/x-icon">
<title>Profile</title>
</head>
<body>
<nav class="navbar navbar-expand-md navbar-light fixed-top py-4" id="main-nav">
<div class="container">
<a href="#home" class="navbar-brand logo">
<img src="https://res.cloudinary.com/taofeeq/image/upload/v1569508859/TriptoTracker/icon-white_l40nxz.png" width="210" height="30" alt="TriptoTracker logo">
</a>
<ul class="navbar-nav ml-auto sideNav">
<li class="nav-item dropdown mr-3">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">
<img src="404image" onerror="this.src='https://res.cloudinary.com/taofeeq/image/upload/v1569581525/TriptoTracker/avi3_bji60s.png'" alt="" width="23x" height="23x" style="border-radius: 100%">
<span class="list"> miz- kas </span>
</a>
<div class="dropdown-menu dropNav">
<a href="#" class="dropdown-item">
<i class="fas fa-user-circle"></i> Profile </a>
<a href="#" class="dropdown-item">
<i class="fa fa-sign-out"></i> Log out </a>
</div>
</li>
</ul>
</div>
</nav>
<section class="py-">
<div class="container">
<div class="row profile ml-2">
<a href="dashboard.html">
<i class="fa fa-arrow-left"></i>
</a>
<h1 class="ml-2 proHead">
Profile
</h1>
</div>
<div class="row ml-2">
<div id="proAccount" class="col-sm-12">
<h1>Personal Profile</h1>
<div class="row mt-2">
<div class="col-sm-6">
<h3>full name</h3>
</div>
<div class="col-sm-6 proName">
<p>
<!--codes to pull user's first name that'll be entered in the edit porofile modal-->
</p>
<p>
<!--codes to pull user's lasst name that'll be entered in the edit porofile modal-->
</p>
</div>
</div>
<div class="row mt-2">
<div class="col-sm-6">
<h3>email address</h3>
</div>
<div class="col-sm-6">
<p>
<!--codes to pull user's email that'll be entered in the edit porofile modal-->
</p>
</div>
</div>
<div class="row mt-2">
<div class="col-sm-6">
<h3>phone number</h3>
</div>
<div class="col-sm-6">
<p>
<!--codes to pull user's phonenumber that'll be entered in the edit porofile modal-->
</p>
</div>
</div>
<div class="row mt-2">
<div class="col-sm-6">
<h3>gender</h3>
</div>
<div class="col-sm-6">
<p>
<!--codes to pull user's gender that'll be entered in the edit porofile modal-->
</p>
</div>
</div>
<div class="row mt-2">
<div class="col-sm-6">
<h3>date of birth</h3>
</div>
<div class="col-sm-6">
<p>
<!--codes to pull user's dae of birth that'll be entered in the edit porofile modal-->
</p>
</div>
</div>
<div class="row mt-2">
<div class="col-sm-6"></div>
<div class="col-sm-6">
<button class="btn editBtn" data-toggle="modal" data-target="#editDetails">
Edit Profile
</button>
<div id="editDetails" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-head">
<h1 class="ml-3">Edit Profile</h1>
</div>
<div class="modal-body">
<forml role="form" class="form-horizontal">
<div class="row mt-1">
<div class="col-sm-6">
<h4>enter full name</h4>
<p>Your full name</p>
</div>
<div class="col-sm-6">
<div class="form-group">
<label class="control-label sm-1 ml-3">First Name</label>
<div class="col-sm-11">
<input type="text" name="name" class="form-control" placeholder="James"/>
</div>
</div>
<div class="form-group">
<label class="control-label sm-1 ml-3">Last Name</label>
<div class="col-sm-11">
<input type="text" name="name" class="form-control" placeholder="Doe"/>
</div>
</div>
</div>
</div>
<div class="row mt-1">
<div class="col-sm-6">
<h4>email address</h4>
<p>Enter your email address</p>
</div>
<div class="col-sm-6">
<div class="form-group">
<label class="control-label sm-1 ml-3">Email Address</label>
<div class="col-sm-11">
<input type="email" name="email" class="form-control" placeholder="[email protected]"/>
</div>
</div>
</div>
</div>
<div class="row mt-1">
<div class="col-sm-6">
<h4>phone number</h4>
<p>Enter your phone number</p>
</div>
<div class="col-sm-6">
<div class="form-group">
<label class="control-label sm-1 ml-3">Phone number</label>
<div class="col-sm-11">
<input type="tel" name="tel" class="form-control" placeholder="+2348031284857"/>
</div>
</div>
</div>
</div>
<div class="row mt-1">
<div class="col-sm-6">
<h4>gender</h4>
<p>What is your gender?</p>
</div>
<div class="col-sm-6">
<div class="form-group">
<label class="control-label sm-1 ml-3">Gender</label>
<div class="col-sm-11">
<input type="text" name="gender" class="form-control" placeholder="Male/Female/Other"/>
</div>
</div>
</div>
</div>
<div class="row mt-1">
<div class="col-sm-6">
<h4>date of birth</h4>
<p>What is your date of birth?</p>
</div>
<div class="col-sm-6">
<div class="form-group">
<label class="control-label sm-1 ml-3">Date of birth</label>
<div class="col-sm-11">
<input type="date" name="date" class="form-control"/>
</div>
</div>
</div>
</div>
<div class="row mt-1">
<div class="col-sm-6"></div>
<div class="col-sm-6">
<div class="form-group">
<div class="sm-1"></div>
<div class="col-sm-11">
<button type="submit"
class="btn form-control proBtn">Update Profile</button>
</div>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="http://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
</body>
</html>