-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage.html
More file actions
236 lines (228 loc) · 12.6 KB
/
page.html
File metadata and controls
236 lines (228 loc) · 12.6 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Foundation for Humanity</title>
<link rel="stylesheet" href="styles/foundation.css">
<link rel="stylesheet" href="styles/font-awesome.css">
<link rel="stylesheet" href="styles/app.css">
</head>
<body>
<div class="app-dashboard shrink-medium">
<div class="row expanded app-dashboard-top-nav-bar">
<div class="columns medium-2">
<button data-toggle="app-dashboard-sidebar" class="menu-icon hide-for-medium"></button>
<a class="app-dashboard-logo">Foundation</a>
</div>
<div class="columns show-for-medium">
<div class="app-dashboard-search-bar-container">
<input class="app-dashboard-search" type="search" placeholder="Search">
<i class="app-dashboard-search-icon fa fa-search"></i>
</div>
</div>
<div class="columns shrink app-dashboard-top-bar-actions">
<button href="#" class="button hollow">Logout</button>
<a href="#" height="30" width="30" alt=""><i class="fa fa-info-circle"></i></a>
</div>
</div>
<div class="app-dashboard-body off-canvas-wrapper">
<div id="app-dashboard-sidebar" class="app-dashboard-sidebar position-left off-canvas off-canvas-absolute reveal-for-medium" data-off-canvas>
<div class="app-dashboard-sidebar-title-area">
<div class="app-dashboard-close-sidebar">
<h3 class="app-dashboard-sidebar-block-title">adminZ</h3>
<!-- Close button -->
<button id="close-sidebar" data-app-dashboard-toggle-shrink class="app-dashboard-sidebar-close-button show-for-medium" aria-label="Close menu" type="button">
<span aria-hidden="true"><a href="#"><i class="large fa fa-angle-double-left"></i></a></span>
</button>
</div>
<div class="app-dashboard-open-sidebar">
<button id="open-sidebar" data-app-dashboard-toggle-shrink class="app-dashboard-open-sidebar-button show-for-medium" aria-label="open menu" type="button">
<span aria-hidden="true"><a href="#"><i class="large fa fa-angle-double-right"></i></a></span>
</button>
</div>
</div>
<div class="app-dashboard-sidebar-inner">
<ul class="menu vertical">
<li><a href="index.html">
<i class="large fa fa-institution"></i><span class="app-dashboard-sidebar-text">Dashboard</span>
</a></li>
<li><a href="form.html" class="is-active">
<i class="large fa fa-hourglass"></i><span class="app-dashboard-sidebar-text">Form</span>
</a></li>
<li><a>
<i class="large fa fa-industry"></i><span class="app-dashboard-sidebar-text">Tables</span>
</a></li>
<li><a href="page.html" class="is-active">
<i class="large fa fa-institution"></i><span class="app-dashboard-sidebar-text">Page</span>
</a></li>
<li><a>
<i class="large fa fa-hourglass"></i><span class="app-dashboard-sidebar-text">UI</span>
</a></li>
</ul>
</div>
</div>
<div class="app-dashboard-body-content off-canvas-content" data-off-canvas-content>
<div class="row margin-1">
<div class="large-7 columns">
<div class="card-profile-stats">
<div class="card-profile-stats-intro">
<img class="card-profile-stats-intro-pic" src="images/IMG_001.jpg" alt="profile-image" />
<div class="card-profile-stats-intro-content">
<h3>Majnu Khan</h3>
<p>Joined Jan.16th 2012</small></p>
</div> <!-- /.card-profile-stats-intro-content -->
</div> <!-- /.card-profile-stats-intro -->
<hr />
<div class="card-profile-stats-container">
<div class="card-profile-stats-statistic">
<span class="stat">25</span>
<p>posts</p>
</div> <!-- /.card-profile-stats-statistic -->
<div class="card-profile-stats-statistic">
<span class="stat">125</span>
<p>followers</p>
</div> <!-- /.card-profile-stats-statistic -->
<div class="card-profile-stats-statistic">
<span class="stat">88</span>
<p>likes</p>
</div> <!-- /.card-profile-stats-statistic -->
</div> <!-- /.card-profile-stats-container -->
<div class="card-profile-stats-more">
<p class="card-profile-stats-more-link"><a href="#"><i class="fa fa-angle-down" aria-hidden="true"></i></a></p>
<div class="card-profile-stats-more-content">
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatem libero fugit, pariatur maxime! Optio enim, deserunt quia molestiae fugiat delectus, dolore et esse nostrum, quod autem necessitatibus fugit soluta repellendus.
</p>
</div> <!-- /.card-profile-stats-more-content -->
</div> <!-- /.card-profile-stats-more -->
</div> <!-- /.card-profile-stats -->
</div>
<div class="large-5 columns">
<div class="people-you-might-know">
<div class="add-people-header">
<h6 class="header-title">
People You Might Know
</h6>
</div>
<div class="row add-people-section">
<div class="small-12 medium-6 columns about-people">
<div class="about-people-avatar">
<img class="avatar-image" src="images/IMG_002.jpg" alt="Asaf Kumar">
</div>
<div class="about-people-author">
<p class="author-name">
Asaf Kumar
</p>
<p class="author-location">
<i class="fa fa-map-marker" aria-hidden="true"></i>
Bogura, Bangladesh
</p>
<p class="author-mutual">
<strong>Sajib Wajed Joy</strong> is a mutual friend.
</p>
</div>
</div>
<div class="small-12 medium-6 columns add-friend">
<div class="add-friend-action">
<button class="button primary small">
<i class="fa fa-user-plus" aria-hidden="true"></i>
Add Friend
</button>
<button class="button secondary small">
<i class="fa fa-user-times" aria-hidden="true"></i>
Ignore
</button>
</div>
</div>
</div>
<div class="row add-people-section">
<div class="small-12 medium-6 columns about-people">
<div class="about-people-avatar">
<img class="avatar-image" src="images/IMG_004.jpg" alt="Barack Obama">
</div>
<div class="about-people-author">
<p class="author-name">
Barack Obama
</p>
<p class="author-location">
<i class="fa fa-map-marker" aria-hidden="true"></i>
Hawaii, United States
</p>
<p class="author-mutual">
<strong>Khaleda Zia</strong> is a mutual friend.
</p>
</div>
</div>
<div class="small-12 medium-6 columns add-friend">
<div class="add-friend-action">
<button class="button primary small">
<i class="fa fa-user-plus" aria-hidden="true"></i>
Add Friend
</button>
<button class="button secondary small">
<i class="fa fa-user-times" aria-hidden="true"></i>
Ignore
</button>
</div>
</div>
</div>
<div class="row add-people-section">
<div class="small-12 medium-6 columns about-people">
<div class="about-people-avatar">
<img class="avatar-image" src="images/IMG_005.JPG" alt="Sohel Arman">
</div>
<div class="about-people-author">
<p class="author-name">
Sohel Arman
</p>
<p class="author-location">
<i class="fa fa-map-marker" aria-hidden="true"></i>
Chottogram, Bangladesh
</p>
<p class="author-mutual">
<strong>Steve Jobs</strong> is a mutual friend.
</p>
</div>
</div>
<div class="small-12 medium-6 columns add-friend">
<div class="add-friend-action">
<button class="button primary small">
<i class="fa fa-user-plus" aria-hidden="true"></i>
Add Friend
</button>
<button class="button secondary small">
<i class="fa fa-user-times" aria-hidden="true"></i>
Ignore
</button>
</div>
</div>
</div>
<div class="view-more-people">
<p class="view-more-text">
<a href="#" class="view-more-link">View More..</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="scripts/vendor/jquery.js"></script>
<script src="scripts/vendor/what-input.js"></script>
<script src="scripts/vendor/foundation.js"></script>
<script src="scripts/app.js"></script>
<script type="text/javascript">
$(document).foundation();
$(function() {
$('.search')
.bind('click', function(event) {
$(".search-field").toggleClass("expand-search");
$(".search-field").focus();
})
});
</script>
</body>
</html>