forked from naveenbali777/FiTMAPPED-User-Profile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser-ctrl.html
144 lines (128 loc) · 5.57 KB
/
user-ctrl.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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<title>FiTMAPPED - User Ctrl</title>
<link href="css/user-ctrl.css" rel="stylesheet" >
<link href='http://fonts.googleapis.com/css?family=Oxygen:400,300,700' rel='stylesheet'>
<link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src='js/modernizr.js'></script>
</head>
<body>
<div class="container">
<header>
<div class="user-ctrl-head row">
<h2 class="user-name">Eleanor Roosevelt</h2>
<nav>
<ul class="user-ctrl-nav">
<li><a href="#" class="active" title="My Home"><i class="icon icon-home"></i></a></li>
<li><a href="#" title="My Settings"><i class="icon icon-cog"></i></a></li>
<li><a href="#" title="My Badges"><i class="icon icon-certificate"></i></a></li>
<li><a href="#" title="My Calendar"><i class="icon icon-calendar"></i></a></li>
<li><a href="#" title="My Places"><i class="icon icon-star"></i></a></li>
<li><a href="#" title="My Friends"><i class="icon icon-group"></i></a></li>
<li><a href="#" title="My Reviews"><i class="icon icon-pencil"></i></a></li>
</ul>
</nav>
</div>
</header>
<div class="user-ctrl-content"> <!--Main Content Area-->
<aside> <!--Sidebar-->
<div class="left-panel">
<div class="event-next mod">
<h4>Next Workout</h4>
<div class="event-mod mod-single">
<div class="event-mod--date">
<span class="day">20</span>
<span class="weekday">Mon</span>
</div>
<div class="event-mod--details">
<span class="time">1:00pm</span>
<span class="title">New York Sports Club (Union Square)</span>
</div>
<a href="#" class="edit"><i class="icon icon-edit"></i></a>
</div>
<a href="#" class="mod-footlink">View Upcoming Events »</a>
</div>
<div class="friends mod">
<h4>Friends</h4>
<div class="friend-mod mod-single">
<div class="friend-mod--image"><img src="img/profile-image.jpg"></div>
<div class="friend-mod--details">
<span class="first">Eleanor</span>
<span class="last">Roosevelt</span>
</div>
</div>
<div class="friend-mod mod-single">
<div class="friend-mod--image"><img src="img/profile-image.jpg"></div>
<div class="friend-mod--details">
<span class="first">Eleanor</span>
<span class="last">Roosevelt</span>
</div>
</div>
<div class="friend-mod mod-single">
<div class="friend-mod--image"><img src="img/profile-image.jpg"></div>
<div class="friend-mod--details">
<span class="first">Eleanor</span>
<span class="last">Roosevelt</span>
</div>
</div>
<a href="#" class="mod-footlink">View All Friends »</a>
</div>
</div>
</aside> <!--End Sidebar-->
<section class="user-stream"> <!--Stream-->
<div class="content user-ctrl-home">
<h4>My Stream</h4>
<div class="user-stream-single">
<span class="user-stream--type"><i class="icon icon-calendar"></i></span>
<p class="user-stream--msg">Teddy Roosevelt has invited you to a workout on October 1st. <a href="#">Join the workout.</a></p>
</div>
<div class="user-stream-single">
<span class="user-stream--type"><i class="icon icon-tag"></i></span>
<p class="user-stream--msg">Super Cycle has sent you a coupon. <a href="#">View the offer.</a></p>
</div>
<div class="user-stream-single">
<span class="user-stream--type"><i class="icon icon-certificate"></i></span>
<p class="user-stream--msg">You have earned the Yoga badge. <a href="#">View Badges.</a></p>
</div>
<div class="user-stream-single">
<span class="user-stream--type"><i class="icon icon-calendar"></i></span>
<p class="user-stream--msg">Teddy Roosevelt has invited you to a workout on October 1st. <a href="#">Join the workout.</a></p>
</div>
<div class="user-stream-single">
<span class="user-stream--type"><i class="icon icon-tag"></i></span>
<p class="user-stream--msg">Super Cycle has sent you a coupon. <a href="#">View the offer.</a></p>
</div>
<div class="user-stream-single">
<span class="user-stream--type"><i class="icon icon-tag"></i></span>
<p class="user-stream--msg">Super Cycle has sent you a coupon. <a href="#">View the offer.</a></p>
</div>
<div class="user-stream-single">
<span class="user-stream--type"><i class="icon icon-certificate"></i></span>
<p class="user-stream--msg">You have earned the Yoga badge. <a href="#">View Badges.</a></p>
</div>
<div class="user-stream-single">
<span class="user-stream--type"><i class="icon icon-calendar"></i></span>
<p class="user-stream--msg">Teddy Roosevelt has invited you to a workout on October 1st. <a href="#">Join the workout.</a></p>
</div>
<div class="user-stream-single">
<span class="user-stream--type"><i class="icon icon-calendar"></i></span>
<p class="user-stream--msg">Teddy Roosevelt has invited you to a workout on October 1st. <a href="#">Join the workout.</a></p>
</div>
<div class="user-stream-single">
<span class="user-stream--type"><i class="icon icon-tag"></i></span>
<p class="user-stream--msg">Super Cycle has sent you a coupon. <a href="#">View the offer.</a></p>
</div>
<div class="paging">
<a href="#" class="btn inactive">« Back</a>
<a href="#" class="btn">Older »</a>
</div>
</div>
</section> <!--End Stream-->
</div> <!--End Main Content Area-->
</div> <!--End Container-->
<script src='js/base.js'></script>
</body>
</html>