-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path06_profile_showAll.html
149 lines (149 loc) · 7.04 KB
/
06_profile_showAll.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1 shrink-to-fit=no">
<title>User Profile</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/main.nested.css">
</head>
<body>
<section class="menu-mobile">
<div class="back-button">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 75 50" style="enable-background:new 0 0 75 50;" xml:space="preserve" class="back-arrow">
<path d="M3,23h69c1.1,0,2,0.9,2,2v0c0,1.1-0.9,2-2,2H3c-1.1,0-2-0.9-2-2v0C1,23.9,1.9,23,3,23z"></path>
<path d="M4,23.2l10.5,6.1c1,0.5,1.3,1.8,0.7,2.7l0,0c-0.5,1-1.8,1.3-2.7,0.7L2,26.7c-1-0.6-1.3-1.8-0.7-2.7l0,0C1.8,23,3.1,22.7,4,23.2z"></path>
<path d="M2,23.3l10.5-6.1c1-0.6,2.2-0.2,2.7,0.7l0,0c0.5,1,0.2,2.2-0.7,2.7L4,26.8c-1,0.6-2.2,0.2-2.7-0.7l0,0C0.7,25.1,1.1,23.9,2,23.3z"></path>
</svg>
</div>
<div class="menu-mobile-content">
<div class="cat-wrapper"><img src="svg/icon-cat-retail-light.svg" class="icon-cat-mobile">
<div class="cat-text-field inline">
<div class="cat-name">Retail</div>
<div class="cat-count">(26)</div>
</div>
</div>
<div class="cat-wrapper"><img src="svg/icon-cat-fitness-light.svg" class="icon-cat-mobile">
<div class="cat-text-field inline">
<div class="cat-name">Fitness</div>
<div class="cat-count">(26)</div>
</div>
</div>
<div class="cat-wrapper"><img src="svg/icon-cat-er-light.svg" class="icon-cat-mobile">
<div class="cat-text-field inline">
<div class="cat-name">Emergency Service</div>
<div class="cat-count">(26)</div>
</div>
</div>
<div class="cat-wrapper"><img src="svg/icon-cat-entertainment-light.svg" class="icon-cat-mobile">
<div class="cat-text-field inline">
<div class="cat-name">Entertainment</div>
<div class="cat-count">(26)</div>
</div>
</div>
<div class="cat-wrapper"><img src="svg/icon-cat-homeimprovement-light.svg" class="icon-cat-mobile">
<div class="cat-text-field inline">
<div class="cat-name">Home Improvement</div>
<div class="cat-count">(26)</div>
</div>
</div>
<div class="cat-wrapper"><img src="svg/icon-cat-nhoguide-light.svg" class="icon-cat-mobile">
<div class="cat-text-field inline">
<div class="cat-name">NHO Guide</div>
<div class="cat-count">(26)</div>
</div>
</div>
</div>
</section>
<header>
<div class="container">
<div class="row">
<div class="col"><img src="svg/icon-hamburger.svg" class="hamburger"><img src="svg/logo.svg" class="logo">
<nav><a class="nav-profile"> jay engstrom<span>(5)</span></a><a class="nav-favorite"> my favorite offers</a>
</nav>
</div>
</div>
</div>
</header>
<section class="header-shift"></section>
<section class="profile-wrapper">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-9">
<div class="profile-name top-buffer">Jay Engstrom</div>
<div class="profile-info-row">
<div class="profile-data-wrapper">
<div class="profile-box"> <span class="title">Email Address</span><span class="profile-data">[email protected]</span>
<button class="btn btn-editEdit"></button>
</div>
</div>
<div class="profile-edit-wrapper">
<form class="form-regular">
<div class="profile-edit-row">
<label>New Email</label>
<input type="text">
</div>
<input type="submit" value="Update" class="profile_update">
</form>
</div>
</div>
<div class="profile-info-row">
<div class="profile-data-wrapper">
<div class="profile-box"> <span class="title">Password</span><span class="profile-data">**********</span>
<button class="btn btn-edit">Edit</button>
</div>
</div>
<div class="profile-edit-wrapper">
<form class="form-regular">
<div class="profile-edit-row">
<label>Current</label>
<input type="text">
</div>
<div class="profile-edit-row">
<label>New</label>
<input type="text">
</div>
<div class="profile-edit-row">
<label>Re-enter new</label>
<input type="text">
</div>
<input type="submit" value="Update" class="profile_update">
</form>
</div>
</div>
<div class="profile-info-row">
<div class="profile-data-wrapper">
<div class="profile-box"> <span class="title">Cellphone Number</span><span class="profile-data">(909) 909-9099</span>
<button class="btn btn-edit">Edit</button>
</div>
</div>
<div class="profile-edit-wrapper">
<form class="form-regular">
<div class="profile-edit-row">
<label>New Cellphone #</label>
<input type="text">
</div>
<input type="submit" value="Update" class="profile_update">
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="top-buffer">
<div class="container">
<div class="row justify-content-center">
<div class="col">
<div class="footer-link"><a>Privacy</a><a>Terms of Use</a><a>FAQ</a><a>Contact Us</a></div>
<div class="footer-copywrite">Copyright 2017 DBM Group. All Rights Reserved.</div>
</div>
</div>
</div>
</footer>
</body>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
<script src="script/main.js"></script>
</html>