-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
360 lines (320 loc) · 12.8 KB
/
index.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
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Material Sidebar + Semantic UI = Sweetness ! </title>
<link rel='stylesheet' href='https://oss.maxcdn.com/semantic-ui/2.1.4/semantic.min.css'>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Overlay for fixed sidebar -->
<div class="sidebar-overlay"></div>
<!-- Material sidebar -->
<aside id="sidebar" class="sidebar sidebar-default open" role="navigation">
<!-- Sidebar header -->
<div class="sidebar-header header-cover" style="background-image: url(https://media.istockphoto.com/photos/abstract-cubes-retro-styled-colorful-background-picture-id508795172?k=6&m=508795172&s=612x612&w=0&h=cNTF4sOLFL3VuYscPNiPCf-tnXfdowg4rVeGUIvQ0WM=);">
<!-- Top bar -->
<div class="top-bar"></div>
<!-- Sidebar toggle button -->
<button type="button" class="sidebar-toggle">
<i class="icon-material-sidebar-arrow"></i>
</button>
<!-- Sidebar brand image -->
<div class="sidebar-image">
<img src="https://cdn3.iconfinder.com/data/icons/rcons-user-action/32/girl-512.png">
</div>
<!-- Sidebar brand name -->
<a data-toggle="dropdown" class="sidebar-brand" href="#settings-dropdown">
<b class="caret"></b>
</a>
</div>
<!-- Sidebar navigation -->
<ul class="nav sidebar-nav">
<li class="dropdown">
<ul id="settings-dropdown" class="dropdown-menu">
<li>
<a href="#" tabindex="-1">
Profile
</a>
</li>
<li>
<a href="#" tabindex="-1">
Settings
</a>
</li>
<li>
<a href="#" tabindex="-1">
Help
</a>
</li>
<li>
<a href="#" tabindex="-1">
Exit
</a>
</li>
</ul>
</li>
<li>
<a href="#">
<i class="sidebar-icon md-inbox"></i> Inbox
</a>
</li>
<li>
<a href="#">
<i class="sidebar-icon md-star"></i> Starred
</a>
</li>
<li>
<a href="#">
<i class="sidebar-icon md-send"></i> Sent Mail
</a>
</li>
<li>
<a href="#">
<i class="sidebar-icon md-drafts"></i> Drafts
</a>
</li>
<li class="divider"></li>
<li class="dropdown">
<a class="ripple-effect dropdown-toggle" href="#" data-toggle="dropdown">
All Mail
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="#" tabindex="-1">
Social
<span class="sidebar-badge">12</span>
</a>
</li>
<li>
<a href="#" tabindex="-1">
Promo
<span class="sidebar-badge">0</span>
</a>
</li>
</ul>
</li>
<li>
<a href="#">
Trash
<span class="sidebar-badge">3</span>
</a>
</li>
<li>
<a href="#">
Spam
<span class="sidebar-badge">456</span>
</a>
</li>
<li>
<a href="#">
Follow Up
<span class="sidebar-badge badge-circle">i</span>
</a>
</li>
</ul>
<!-- Sidebar divider -->
<!-- <div class="sidebar-divider"></div> -->
<!-- Sidebar text -->
<!-- <div class="sidebar-text">Text</div> -->
</aside>
<div class="wrapper">
<!-- Sidebar Constructor -->
<div class="constructor">
<br>
<h2 class="headline">Material Sidebar (Profile menu)</h2>
<p class="subhead">Based on <a href="https://www.google.com/design/spec/material-design/introduction.html" target="_blank">Material Design by Google</a>.</p>
<p>Icons from <a href="https://zavoloklom.github.io/material-design-iconic-font" target="_blank">Material Design Iconic Font</a></p>
<p>Tested on Win8.1 with browsers: Chrome 37, Firefox 32, Opera 25, IE 11, Safari 5.1.7</p>
<hr />
<p>You can use this sidebar in Bootstrap (v3) projects. HTML-markup like <a href="https://getbootstrap.com/components/#navbar" target="_blank">Navbar bootstrap component</a> will make your work easier.</p>
<p>Dropdown menu and sidebar toggle button works with JQuery and Bootstrap.min.js</p>
<hr />
<h2 class="headline">Sidebar Constructor</h2>
<p>
<label for="sidebar-position">Sidebar postion</label>
<select id="sidebar-position" name="sidebar-position">
<option value="">Default</option>
<option value="sidebar-fixed-left">Float on left</option>
<option value="sidebar-fixed-right">Float on right</option>
<option value="sidebar-stacked">Stacked on left</option>
</select>
</p>
<p>
<label for="sidebar-theme">Sidebar theme</label>
<select id="sidebar-theme" name="sidebar-theme">
<option value="sidebar-default">Default</option>
<option value="sidebar-inverse">Inverse</option>
<option value="sidebar-colored">Colored</option>
<option value="sidebar-colored-inverse">Colored-Inverse</option>
</select>
</p>
<p>
<label for="sidebar-header">Sidebar header cover</label>
<select id="sidebar-header" name="sidebar-header">
<option value="header-cover">Image cover</option>
<option value="">Color cover</option>
</select>
</p>
<p><button class="ui blue button sidebar-toggle">Toggle sidebar</button></p>
<div class="ui doubling stackable grid">
<div class="ui sixteen wide column">
<div class="row ui items segment">
<div class="item">
<div class="ui small image">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTiZGVLFkTTawJ0J1-nL212DmS41IVIOcW0RkF85RqlEdUD78xU">
</div>
<div class="content">
<h3 class="header">Google</h3>
<div class="meta">
<span>Chennai</span>
</div>
<div class="extra">
<div class="ui toggle basic button active">
<i class="alarm icon"></i>Subscribe
</div>
<div class="ui toggle basic button active">
<i class="mail outline icon"></i>message
</div>
</div>
</div>
</div>
<div class="ui horizontal divider">
about us
</div>
<div class="item">
<div class="meta">
<div class="description">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
</div>
</div>
</div>
<div class="ui three wide column ui doubling stackable grid cards">
<div class="ui fluid link card">
<div class="content">
<img class="left floated tiny ui image" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTiZGVLFkTTawJ0J1-nL212DmS41IVIOcW0RkF85RqlEdUD78xU" />
<div class="header">
Google
</div>
<div class="meta">
Chennai
</div>
<div class="extra">Database optimizer</div>
<br>
<div class="description">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</div>
</div>
<div class="extra content">
<p>posted 23 days ago</p>
</div>
</div>
<div class="ui fluid link card">
<div class="content">
<img class="left floated tiny ui image" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTiZGVLFkTTawJ0J1-nL212DmS41IVIOcW0RkF85RqlEdUD78xU" />
<div class="header">
Google
</div>
<div class="meta">
Chennai
</div>
<div class="extra">Database optimizer</div>
<br>
<div class="description">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</div>
</div>
<div class="extra content">
<p>posted 23 days ago</p>
</div>
</div>
<div class="ui fluid link card">
<div class="content">
<img class="left floated tiny ui image" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTiZGVLFkTTawJ0J1-nL212DmS41IVIOcW0RkF85RqlEdUD78xU" />
<div class="header">
Google
</div>
<div class="meta">
Chennai
</div>
<div class="extra">Database optimizer</div>
<br>
<div class="description">
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.
</div>
</div>
<div class="extra content">
<p>posted 23 days ago</p>
</div>
</div>
<div class="ui fluid link card">
<div class="content">
<img class="left floated tiny ui image" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTiZGVLFkTTawJ0J1-nL212DmS41IVIOcW0RkF85RqlEdUD78xU" />
<div class="header">
Google
</div>
<div class="meta">
Chennai
</div>
<div class="extra">Database optimizer</div>
<br>
<div class="description">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</div>
</div>
<div class="extra content">
<p>posted 23 days ago</p>
</div>
</div>
<div class="ui fluid link card">
<div class="content">
<img class="left floated tiny ui image" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTiZGVLFkTTawJ0J1-nL212DmS41IVIOcW0RkF85RqlEdUD78xU" />
<div class="header">
Google
</div>
<div class="meta">
Chennai
</div>
<div class="extra">Database optimizer</div>
<br>
<div class="description">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</div>
</div>
<div class="extra content">
<p>posted 23 days ago</p>
</div>
</div>
<div class="ui fluid link card">
<div class="content">
<img class="left floated tiny ui image" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTiZGVLFkTTawJ0J1-nL212DmS41IVIOcW0RkF85RqlEdUD78xU" />
<div class="header">
Google
</div>
<div class="meta">
Chennai
</div>
<div class="extra">Database optimizer</div>
<br>
<div class="description">
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.
</div>
</div>
<div class="extra content">
<p>posted 23 days ago</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js'></script>
<script src='https://oss.maxcdn.com/semantic-ui/2.1.4/semantic.min.js'></script>
<script src="js/index.js"></script>
</body>
</html>