-
Notifications
You must be signed in to change notification settings - Fork 0
/
Settings_Desktop_Profile.html
executable file
·338 lines (287 loc) · 16.4 KB
/
Settings_Desktop_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
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
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Myhub | Social Planning</title>
<!-- Core Framework CSS before SASS -->
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/myhub-icons.css" rel="stylesheet">
<!-- Fonts -->
<link type="text/css" rel="stylesheet" href="http://fast.fonts.net/cssapi/c2c138df-bec8-4ae7-abb7-59de83a2ce0b.css"/>
<!--add more stylesheet before this line-->
<link href="assets/css/app.css" rel="stylesheet">
<!-- Script for SVG -->
<script type="text/javascript" src="assets/js/modernizr.custom.70954.js"></script>
</head>
<body>
<!-- Pushy Menu -->
<nav class="pushy pushy-left logged-in-pushy">
<ul>
<li class="p-nav-profile">
<a href="#">
<img class="img-circle" src="assets/images/eric-hubbell.png" alt=""/>
<strong>Eric Hubble</strong>
view profile</a>
</li>
<li><a href="#"><i class="fa fa-home"></i> Home</a></li>
<li><a href="#"><i class="fa fa-plus"></i> Create</a></li>
<li><a href="#"><i class="fa fa-search"></i> Explore</a></li>
<li><a href="#"><i class="fa fa-flash"></i> Notification</a></li>
<li><a href="#"><i class="fa fa-cog"></i> Settings</a></li>
</ul>
<div class="ln-cr">
<ul>
<li><a href="#"><i class="fa fa-power-off"></i> Logout</a></li>
</ul>
</div>
</nav>
<div class="site-overlay"></div>
<!-- class="container-push"-->
<div id="pushy_wrapper" class="section">
<div class="top-header hidden-xs">
<!--add this class nav menu-->
<div class="top-sub-head clearfix">
<div class="nav-pullleft pull-left">
<a href="#" class="menu-btn"><i class="fa fa-bars"></i></a>
</div>
<div class="sub-logo">
<a id="ln-logo" href="index.html"><img id="header-logo" class="img-responsive" src="assets/images/myhub-logo.png">
</a>
</div>
<ul class="nav navbar-nav navbar-right logged-in-nav">
<li><a href="#"><i class="fa fa-flash rounded"></i></a></li>
<li><a href="#"><img src="assets/images/flash_dot.png" alt=""/></a></li>
<li> <a id="btn_plus" class="btn btn-default hidden-xs" href="#" role="button"><i class="fa fa-plus"></i></a></li>
<li class="dropdown">
<a id="loggedinNav" href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
<img src="assets/images/Jeff.png" alt=""/>
<span>You</span>
<i class="fa-caret-down fa"></i>
</a>
<ul role="menu" class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li class="divider"></li>
<li><a href="#">Separated link</a></li>
</ul>
</li>
<li id="dropdown-button" class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><i class="fa fa-cog"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="#"><i class="fa fa-pencil fa-fw"></i> Edit</a></li>
<li><a href="#"><i class="fa fa-trash-o fa-fw"></i> Delete</a></li>
<li><a href="#"><i class="fa fa-ban fa-fw"></i> Ban</a></li>
<li class="divider"></li>
<li><a href="#"><i class="i"></i> Make admin</a></li>
</ul>
</li>
</ul>
</div>
</div>
<!--end header nav-->
<div class="mobile_container settings_container_mobile_wrap visible-xs">
<div class="smobile_head container-fluid">
<div class="smobile_head_inner">
<h1 class="text-center">account settings</h1>
<a href="#" class="back_btn"><span class="icon-arrow_lg_back"></span></a>
<button class="ms_submit_btn"><span class="icon-checkmark"></span></button>
</div>
</div>
</div>
<div class="settings_page_container edit_ac_mobile">
<div class="container">
<div class="spc_left hidden-xs">
<div class="stl_top clearfix">
<div class="stlt_img">
<img src="assets/images/pimg_icons/AT.png" alt=""/>
</div>
<div class="stlt_txt">
<h3>Erick Hubbell</h3>
<a class="eric_twt" href="https://twitter.com/erichubbell">@erichubbell</a>
</div>
</div>
<!--end top part-->
<div class="sl_links_wrap">
<div class="sl_links">
<ul class="clearfix">
<li class="active"><a href="#">Edit Profile</a></li>
<li><a href="#">Account Settings</a></li>
<li><a href="#">Payment Methods</a></li>
<li><a href="#">Notifications</a></li>
<li><a href="#">Support Center</a></li>
<li><a href="#">Log Out</a></li>
</ul>
</div>
<div class="sll_socials">
<ul class="clearfix">
<li class="fb_slls pull-left"><a href="#"><i class="fa fa-facebook"></i></a></li>
<li class="twt_slls pull-right"><a href="#"><i class="fa fa-twitter"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="spc_content">
<div class="panel panel-default panel-settings">
<div class="panel-heading hidden-xs">
<h3 class="panel-title">Edit Profile</h3>
</div>
<div class="panel-body">
<div class="smobile_main visible-xs">
<div class="sm_edit_profile_top">
<div class="sm_edit_profile_top_inner text-center">
<img class="sept_img" alt="" src="assets/images/eric-hubbell.png">
<span class="icon-verified sept_img_mdl"> </span>
<span class="orange_txt">verified</span>
</div>
</div>
</div>
<form action="#" class="account_form">
<div class="ac_pb_top">
<div class="form-group">
<label for="username">username</label>
<input type="text" class="default-input" id="username" placeholder="erichhubble">
</div>
<div class="form-group col-sm-6" style="padding-left: 0;">
<label for="fName">first name</label>
<input type="text" class="default-input" id="fName" placeholder="Eric">
</div>
<div class="form-group col-sm-6" style="padding-right: 0;">
<label for="lName">last name</label>
<input type="text" class="default-input" id="lName" placeholder="Hubbell">
</div>
<div class="form-group">
<label for="location">location</label>
<input type="text" class="default-input" id="location" placeholder="Denver, CO, 80222">
</div>
<div class="form-group">
<label for="web_add">web address</label>
<input type="text" class="default-input" id="web_add" placeholder="www.myhubapp.com">
</div>
<div class="form-group">
<label for="about">about</label>
<span class="pull-right light_txt">140 character limit</span>
<textarea class="default-input" id="about">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eligendi fugiat maxime mollitia tenetur ut.</textarea>
</div>
<div class="form-group">
<div class="apb_left">
<label>private profile</label>
<p class="hidden-xs">Switch privacy on to approve follows and hide your events from the public.</p>
</div>
<div class="onofWrap pull-right">
<div class="onoffswitch">
<input type="checkbox" checked="" class="onoffswitch-checkbox" id="onoffswitch1">
<label for="onoffswitch1" class="onoffswitch-label">
<span class="onoffswitch-inner"></span>
<span class="onoffswitch-switch"></span>
</label>
</div>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!--part1 9-->
<div id="page_footer_cont" class="inner_footer waypoint active-trans hidden-xs">
<div id="footer_container">
<div class="container">
<div id="fwUpper" class="row hidden-xs">
<div class="col-sm-4 flogoCont">
<div class="flogo">
<a href="#"><img alt="My Hubb" src="assets/images/icons/footer_logo.png"></a>
</div>
<p>The fastest, easiest way to plan group activivites and pool cash with friends.</p>
<div class="footer_socials">
<ul>
<li><a href="http://myhubapp.tumblr.com/"><i class="fa fa-fw fa-lg fa-tumblr"></i></a></li>
<li><a href="https://www.facebook.com/Myhubapp"><i class="fa fa-fw fa-lg fa-facebook"></i></a></li>
<li><a href="https://twitter.com/myhubapp"><i class="fa fa-fw fa-lg fa-twitter"></i></a></li>
<li><a href="https://www.youtube.com/user/MyHubApp"><i class="fa fa-fw fa-lg fa-youtube"></i></a></li>
<li><a href="http://instagram.com/myhubapp"><i class="fa fa-fw fa-lg fa-instagram"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-7 fNav">
<div class="row">
<div class="col-sm-4 col-xs-6">
<h5>COMPANY</h5>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="how-it-works.html">How it Works</a></li>
<li><a href="jobs.html">Jobs</a></li>
<li><a target="_blank" href="https://brandfolder.com/myhub">Press</a></li>
<li><a href="http://myhubapp.tumblr.com/">Blog</a></li>
</ul>
</div>
<div class="clearfix visible-xs"></div>
<div class="col-sm-4 col-xs-6">
<h5>Bowtie Blog</h5>
<ul style="font-family:'Gill Sans W10 Medium';">
<li><a href="#">#NEWS</a></li>
<li><a href="#">#RELEASES</a></li>
<li><a href="#">#HOWTO</a></li>
<li><a href="#">#FUN</a></li>
</ul>
</div><!--end f nav parts-->
<div class="col-sm-4 col-xs-6">
<h5>Help</h5>
<ul style="font-family:'Gill Sans W10 Medium';">
<li><a href="privacy-policy.html">FAQ</a></li>
<li><a href="terms-of-service.html">CONTACT</a></li>
</ul>
</div><!--end f nav parts-->
</div>
</div><!--end footer nav-->
</div>
<div id="mobile-footer-nav" class="row visible-xs text-center">
<div class="col-xs-12">
<a href="terms-of-service.html">About</a> • <a href="privacy-policy.html">How it Works</a> • <a href="terms-of-service.html">Jobs</a> • <a href="terms-of-service.html">Blog</a> • <a href="terms-of-service.html">FAQ</a> • <a href="terms-of-service.html">Contact</a>
</div>
<div class="footer_socials col-xs-12">
<ul>
<li><a href="http://myhubapp.tumblr.com/"><i class="fa fa-fw fa-lg fa-tumblr"></i></a></li>
<li><a href="https://www.facebook.com/Myhubapp"><i class="fa fa-fw fa-lg fa-facebook"></i></a></li>
<li><a href="https://twitter.com/myhubapp"><i class="fa fa-fw fa-lg fa-twitter"></i></a></li>
<li><a href="https://www.youtube.com/user/MyHubApp"><i class="fa fa-fw fa-lg fa-youtube"></i></a></li>
<li><a href="http://instagram.com/myhubapp"><i class="fa fa-fw fa-lg fa-instagram"></i></a></li>
</ul>
</div>
</div>
<div id="co-image" class="text-center">
<embed name="footer_logo_svg" class="footer_logo_svg" id="footer_logo_svg" src="assets/images/CO_Company_Color.svg" width="67" height="67">
</div>
<div id="fwLpr2" class="row">
<div class="col-xs-12 copy_text text-center">2014 Myhub • <a href="privacy-policy.html">Privacy</a> • <a href="terms-of-service.html">Terms</a></div>
</div>
</div>
</div>
</div>
<!--end part 9-->
</div>
<!--end page wrapper-->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script type="text/javascript" src="assets/js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.easings.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.slimscroll.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.waypoints.min.js"></script>
<script type="text/javascript" src="assets/js/pushy.min.js"></script>
<script type="text/javascript" src="assets/js/venobox.min.js"></script>
<script type="text/javascript" src="assets/js/velocity.min.js"></script>
<script type="text/javascript" src="assets/js/team_view.js"></script>
<script type="text/javascript" src="assets/js/jquery.onoff.min.js"></script>
<!--add scripts before this line-->
<script type="text/javascript" src="assets/js/scripts.js"></script>
<!--page specific scripts-->
<script type="text/javascript">
</script>
</body>
</html>