forked from ithoq/MagicTheme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
icons-social.html
605 lines (551 loc) · 30.5 KB
/
icons-social.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
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
<!DOCTYPE html>
<html lang="en">
<head>
<!-- start: Meta -->
<meta charset="utf-8">
<title>Genius Dashboard - Bootstrap Admin Template</title>
<meta name="description" content="Genius Dashboard - Bootstrap Admin Template.">
<meta name="author" content="Łukasz Holeczek">
<meta name="keyword" content="Genius, Dashboard, Bootstrap, Admin, Template, Theme, Responsive, Fluid, Retina">
<!-- end: Meta -->
<!-- start: Mobile Specific -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- end: Mobile Specific -->
<!-- start: CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/style.min.css" rel="stylesheet">
<link href="assets/css/retina.min.css" rel="stylesheet">
<link href="assets/css/print.css" rel="stylesheet" type="text/css" media="print"/>
<!-- end: CSS -->
<!-- The HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
<!-- start: Favicon and Touch Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="assets/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="assets/ico/favicon.png">
<!-- end: Favicon and Touch Icons -->
</head>
<body>
<!-- start: Header -->
<header class="navbar">
<div class="container">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".sidebar-nav.nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a id="main-menu-toggle" class="hidden-xs open"><i class="fa fa-bars"></i></a>
<a class="navbar-brand col-md-2 col-sm-1 col-xs-2" href="index.html"><span>Genius</span></a>
<div id="search" class="col-sm-4 col-xs-8 col-lg-3">
<select>
<option>everything</option>
<option>messages</option>
<option>comments</option>
<option>users</option>
</select>
<input type="text" placeholder="search" />
<i class="fa fa-search"></i>
</div>
<!-- start: Header Menu -->
<div class="nav-no-collapse header-nav">
<ul class="nav navbar-nav pull-right">
<li class="dropdown hidden-xs">
<a class="btn dropdown-toggle" data-toggle="dropdown" href="icons-social.html#">
<i class="fa fa-warning"></i>
<span class="number">11</span>
</a>
<ul class="dropdown-menu notifications">
<li class="dropdown-menu-title">
<span>You have 11 notifications</span>
</li>
<li>
<a href="icons-social.html#">
<span class="icon blue"><i class="fa fa-user"></i></span>
<span class="message">New user registration</span>
<span class="time">1 min</span>
</a>
</li>
<li>
<a href="icons-social.html#">
<span class="icon green"><i class="fa fa-comment-o"></i></span>
<span class="message">New comment</span>
<span class="time">7 min</span>
</a>
</li>
<li>
<a href="icons-social.html#">
<span class="icon green"><i class="fa fa-comment-o"></i></span>
<span class="message">New comment</span>
<span class="time">8 min</span>
</a>
</li>
<li>
<a href="icons-social.html#">
<span class="icon green"><i class="fa fa-comment-o"></i></span>
<span class="message">New comment</span>
<span class="time">16 min</span>
</a>
</li>
<li>
<a href="icons-social.html#">
<span class="icon blue"><i class="fa fa-user"></i></span>
<span class="message">New user registration</span>
<span class="time">36 min</span>
</a>
</li>
<li>
<a href="icons-social.html#">
<span class="icon yellow"><i class="fa fa-shopping-cart"></i></span>
<span class="message">2 items sold</span>
<span class="time">1 hour</span>
</a>
</li>
<li class="warning">
<a href="icons-social.html#">
<span class="icon red"><i class="fa fa-user"></i></span>
<span class="message">User deleted account</span>
<span class="time">2 hour</span>
</a>
</li>
<li class="warning">
<a href="icons-social.html#">
<span class="icon red"><i class="fa fa-shopping-cart"></i></span>
<span class="message">Transaction was canceled</span>
<span class="time">6 hour</span>
</a>
</li>
<li>
<a href="icons-social.html#">
<span class="icon green"><i class="fa fa-comment-o"></i></span>
<span class="message">New comment</span>
<span class="time">yesterday</span>
</a>
</li>
<li>
<a href="icons-social.html#">
<span class="icon blue"><i class="fa fa-user"></i></span>
<span class="message">New user registration</span>
<span class="time">yesterday</span>
</a>
</li>
<li class="dropdown-menu-sub-footer">
<a>View all notifications</a>
</li>
</ul>
</li>
<!-- start: Notifications Dropdown -->
<li class="dropdown hidden-xs">
<a class="btn dropdown-toggle" data-toggle="dropdown" href="icons-social.html#">
<i class="fa fa-tasks"></i>
<span class="number">17</span>
</a>
<ul class="dropdown-menu tasks">
<li>
<span class="dropdown-menu-title">You have 17 tasks in progress</span>
</li>
<li>
<a href="icons-social.html#">
<span class="header">
<span class="title">iOS Development</span>
<span class="percent"></span>
</span>
<div class="taskProgress progressSlim progressBlue">80</div>
</a>
</li>
<li>
<a href="icons-social.html#">
<span class="header">
<span class="title">Android Development</span>
<span class="percent"></span>
</span>
<div class="taskProgress progressSlim progressYellow">47</div>
</a>
</li>
<li>
<a href="icons-social.html#">
<span class="header">
<span class="title">Django Project For Google</span>
<span class="percent"></span>
</span>
<div class="taskProgress progressSlim progressRed">32</div>
</a>
</li>
<li>
<a href="icons-social.html#">
<span class="header">
<span class="title">SEO for new sites</span>
<span class="percent"></span>
</span>
<div class="taskProgress progressSlim progressGreen">63</div>
</a>
</li>
<li>
<a href="icons-social.html#">
<span class="header">
<span class="title">New blog posts</span>
<span class="percent"></span>
</span>
<div class="taskProgress progressSlim progressPink">80</div>
</a>
</li>
<li>
<a class="dropdown-menu-sub-footer">View all tasks</a>
</li>
</ul>
</li>
<!-- end: Notifications Dropdown -->
<!-- start: Message Dropdown -->
<li class="dropdown hidden-xs">
<a class="btn dropdown-toggle" data-toggle="dropdown" href="icons-social.html#">
<i class="fa fa-envelope"></i>
<span class="number">9</span>
</a>
<ul class="dropdown-menu messages">
<li>
<span class="dropdown-menu-title">You have 9 messages</span>
</li>
<li>
<a href="icons-social.html#">
<span class="avatar"><img src="assets/img/avatar.jpg" alt="Avatar"></span>
<span class="header">
<span class="from">
Łukasz Holeczek
</span>
<span class="time">
6 min
</span>
</span>
<span class="message">
Lorem ipsum dolor sit amet consectetur adipiscing elit, et al commore
</span>
</a>
</li>
<li>
<a href="icons-social.html#">
<span class="avatar"><img src="assets/img/avatar2.jpg" alt="Avatar"></span>
<span class="header">
<span class="from">
Megan Abott
</span>
<span class="time">
56 min
</span>
</span>
<span class="message">
Lorem ipsum dolor sit amet consectetur adipiscing elit, et al commore
</span>
</a>
</li>
<li>
<a href="icons-social.html#">
<span class="avatar"><img src="assets/img/avatar3.jpg" alt="Avatar"></span>
<span class="header">
<span class="from">
Kate Ross
</span>
<span class="time">
3 hours
</span>
</span>
<span class="message">
Lorem ipsum dolor sit amet consectetur adipiscing elit, et al commore
</span>
</a>
</li>
<li>
<a href="icons-social.html#">
<span class="avatar"><img src="assets/img/avatar4.jpg" alt="Avatar"></span>
<span class="header">
<span class="from">
Julie Blank
</span>
<span class="time">
yesterday
</span>
</span>
<span class="message">
Lorem ipsum dolor sit amet consectetur adipiscing elit, et al commore
</span>
</a>
</li>
<li>
<a href="icons-social.html#">
<span class="avatar"><img src="assets/img/avatar5.jpg" alt="Avatar"></span>
<span class="header">
<span class="from">
Jane Sanders
</span>
<span class="time">
Jul 25, 2012
</span>
</span>
<span class="message">
Lorem ipsum dolor sit amet consectetur adipiscing elit, et al commore
</span>
</a>
</li>
<li>
<a class="dropdown-menu-sub-footer">View all messages</a>
</li>
</ul>
</li>
<!-- end: Message Dropdown -->
<li>
<a class="btn" href="icons-social.html#">
<i class="fa fa-wrench"></i>
</a>
</li>
<!-- start: User Dropdown -->
<li class="dropdown">
<a class="btn account dropdown-toggle" data-toggle="dropdown" href="icons-social.html#">
<div class="avatar"><img src="assets/img/avatar.jpg" alt="Avatar"></div>
<div class="user">
<span class="hello">Welcome!</span>
<span class="name">Łukasz Holeczek</span>
</div>
</a>
<ul class="dropdown-menu">
<li><a href="icons-social.html#"><i class="fa fa-user"></i> Profile</a></li>
<li><a href="icons-social.html#"><i class="fa fa-cog"></i> Settings</a></li>
<li><a href="icons-social.html#"><i class="fa fa-envelope"></i> Messages</a></li>
<li><a href="page-login.html"><i class="fa fa-off"></i> Logout</a></li>
</ul>
</li>
<!-- end: User Dropdown -->
</ul>
</div>
<!-- end: Header Menu -->
</div>
</header>
<!-- end: Header -->
<div class="container">
<div class="row">
<!-- start: Main Menu -->
<div id="sidebar-left" class="col-lg-2 col-sm-1 ">
<div class="sidebar-nav nav-collapse collapse navbar-collapse">
<ul class="nav main-menu">
<li><a href="index.html"><i class="fa fa-bar-chart-o"></i><span class="hidden-sm text"> Dashboard</span></a></li>
<li>
<a class="dropmenu" href="icons-social.html#"><i class="fa fa-eye"></i><span class="hidden-sm text"> UI Features</span> <span class="chevron closed"></span></a>
<ul>
<li><a class="submenu" href="ui-sliders-progress.html"><i class="fa fa-eye"></i><span class="hidden-sm text"> Sliders & Progress</span></a></li>
<li><a class="submenu" href="ui-nestable-list.html"><i class="fa fa-eye"></i><span class="hidden-sm text"> Nestable Lists</span></a></li>
<li><a class="submenu" href="ui-elements.html"><i class="fa fa-eye"></i><span class="hidden-sm text"> Elements</span></a></li>
</ul>
</li>
<li><a href="widgets.html"><i class="fa fa-dashboard"></i><span class="hidden-sm text"> Widgets</span></a></li>
<li>
<a class="dropmenu" href="icons-social.html#"><i class="fa fa-folder-o"></i><span class="hidden-sm text"> Example Pages</span> <span class="chevron closed"></span></a>
<ul>
<li><a class="submenu" href="page-inbox.html"><i class="fa fa-envelope-o"></i><span class="hidden-sm text"> Inbox</span></a></li>
<li><a class="submenu" href="page-invoice.html"><i class="fa fa-file-text"></i><span class="hidden-sm text"> Invoice</span></a></li>
<li><a class="submenu" href="page-todo.html"><i class="fa fa-tasks"></i><span class="hidden-sm text"> ToDo & Timeline</span></a></li>
<li><a class="submenu" href="page-profile.html"><i class="fa fa-male"></i><span class="hidden-sm text"> Profile</span></a></li>
<li><a class="submenu" href="page-pricing-tables.html"><i class="fa fa-table"></i><span class="hidden-sm text"> Pricing Tables</span></a></li>
<li><a class="submenu" href="page-404.html"><i class="fa fa-unlink"></i><span class="hidden-sm text"> 404</span></a></li>
<li><a class="submenu" href="page-500.html"><i class="fa fa-unlink"></i><span class="hidden-sm text"> 500</span></a></li>
<li><a class="submenu" href="page-lockscreen.html"><i class="fa fa-lock"></i><span class="hidden-sm text"> LockScreen</span></a></li>
<li><a class="submenu" href="page-lockscreen2.html"><i class="fa fa-lock"></i><span class="hidden-sm text"> LockScreen2</span></a></li>
<li><a class="submenu" href="page-login.html"><i class="fa fa-key"></i><span class="hidden-sm text"> Login Page</span></a></li>
<li><a class="submenu" href="page-register.html"><i class="fa fa-sign-in"></i><span class="hidden-sm text"> Register Page</span></a></li>
</ul>
</li>
<li>
<a class="dropmenu" href="icons-social.html#"><i class="fa fa-edit"></i><span class="hidden-sm text"> Forms</span> <span class="chevron closed"></span></a>
<ul>
<li><a class="submenu" href="form-elements.html"><i class="fa fa-edit"></i><span class="hidden-sm text"> Form elements</span></a></li>
<li><a class="submenu" href="form-wizard.html"><i class="fa fa-edit"></i><span class="hidden-sm text"> Wizard</span></a></li>
<li><a class="submenu" href="form-dropzone.html"><i class="fa fa-edit"></i><span class="hidden-sm text"> Dropzone Upload</span></a></li>
<li><a class="submenu" href="form-x-editable.html"><i class="fa fa-edit"></i><span class="hidden-sm text"> X-editable</span></a></li>
</ul>
</li>
<li>
<a class="dropmenu" href="icons-social.html#"><i class="fa fa-list-alt"></i><span class="hidden-sm text"> Charts</span> <span class="chevron closed"></span></a>
<ul>
<li><a class="submenu" href="charts-flot.html"><i class="fa fa-chevron-right"></i><span class="hidden-sm text"> Flot Charts</span></a></li>
<li><a class="submenu" href="charts-xcharts.html"><i class="fa fa-chevron-right"></i><span class="hidden-sm text"> xCharts</span></a></li>
<li><a class="submenu" href="charts-others.html"><i class="fa fa-chevron-right"></i><span class="hidden-sm text"> Other</span></a></li>
</ul>
</li>
<li><a href="typography.html"><i class="fa fa-font"></i><span class="hidden-sm text"> Typography</span></a></li>
<li><a href="gallery.html"><i class="fa fa-picture-o"></i><span class="hidden-sm text"> Gallery</span></a></li>
<li><a href="table.html"><i class="fa fa-align-justify"></i><span class="hidden-sm text"> Tables</span></a></li>
<li><a href="calendar.html"><i class="fa fa-calendar"></i><span class="hidden-sm text"> Calendar</span></a></li>
<li><a href="file-manager.html"><i class="fa fa-folder-open"></i><span class="hidden-sm text"> File Manager</span></a></li>
<li>
<a class="dropmenu" href="icons-social.html#"><i class="fa fa-star"></i><span class="hidden-sm text"> Icons</span> <span class="chevron closed"></span></a>
<ul>
<li><a class="submenu" href="icons-halflings.html"><i class="fa fa-star"></i><span class="hidden-sm text"> Halflings</span></a></li>
<li><a class="submenu" href="icons-glyphicons-pro.html"><i class="fa fa-star"></i><span class="hidden-sm text"> Glyphicons PRO</span></a></li>
<li><a class="submenu" href="icons-filetypes.html"><i class="fa fa-star"></i><span class="hidden-sm text"> Filetypes</span></a></li>
<li><a class="submenu" href="icons-social.html"><i class="fa fa-star"></i><span class="hidden-sm text"> Social</span></a></li>
<li><a class="submenu" href="icons-font-awesome.html"><i class="fa fa-star"></i><span class="hidden-sm text"> Font Awesome</span></a></li>
</ul>
</li>
<li>
<a class="dropmenu" href="icons-social.html#"><i class="fa fa-folder-open"></i><span class="hidden-sm text"> 4 Level Menu</span> <span class="chevron closed"></span></a>
<ul>
<li><a href="2nd-level.html"><i class="fa fa-folder"></i><span class="hidden-sm text"> 2nd Level</span></a></li>
<li>
<a class="dropmenu" href="icons-social.html#"><i class="fa fa-folder-open"></i><span class="hidden-sm text"> 2nd Level</span> <span class="chevron closed"></span></a>
<ul>
<li><a href="3rd-level.html"><i class="fa fa-folder"></i><span class="hidden-sm text"> 3rd Level</span></a></li>
<li>
<a class="dropmenu" href="icons-social.html#"><i class="fa fa-folder-open"></i><span class="hidden-sm text"> 3rd Level</span> <span class="chevron closed"></span></a>
<ul>
<li>
<a class="submenu" href="4th-level.html"><i class="fa fa-folder"></i><span class="hidden-sm text"> 4th Level</span></a>
</li>
</ul>
</li>
<li>
<a class="dropmenu" href="icons-social.html#"><i class="fa fa-folder-open"></i><span class="hidden-sm text"> 3rd Level</span> <span class="chevron closed"></span></a>
<ul>
<li>
<a class="submenu" href="4th-level2.html"><i class="fa fa-folder"></i><span class="hidden-sm text"> 4th Level</span></a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<a href="icons-social.html#" id="main-menu-min" class="full visible-md visible-lg"><i class="fa fa-angle-double-left"></i></a>
</div>
<!-- end: Main Menu -->
<!-- start: Content -->
<div id="content" class="col-lg-10 col-sm-11 ">
<div class="row">
<div class="col-xs-12">
<div class="box">
<div class="box-header">
<h2><i class="fa fa-picture-o"></i>Halflings (SVG, PNG, Font)</h2>
<div class="box-icon">
<a href="icons-social.html#" class="btn-setting"><i class="fa fa-wrench"></i></a>
<a href="icons-social.html#" class="btn-minimize"><i class="fa fa-chevron-up"></i></a>
<a href="icons-social.html#" class="btn-close"><i class="fa fa-times"></i></a>
</div>
</div>
<div class="box-content">
<div class="glyphicons-icon-list row">
<div class="col-md-3 col-sm-4"><a href="" class="social pinterest"><strong> social pinterest</strong><span>UTF E001</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social dropbox"><strong> social dropbox</strong><span>UTF E002</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social google_plus"><strong> social google_plus</strong><span>UTF E003</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social jolicloud"><strong> social jolicloud</strong><span>UTF E004</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social yahoo"><strong> social yahoo</strong><span>UTF E005</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social blogger"><strong> social blogger</strong><span>UTF E006</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social picasa"><strong> social picasa</strong><span>UTF E007</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social amazon"><strong> social amazon</strong><span>UTF E008</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social tumblr"><strong> social tumblr</strong><span>UTF E009</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social wordpress"><strong> social wordpress</strong><span>UTF E010</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social instapaper"><strong> social instapaper</strong><span>UTF E011</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social evernote"><strong> social evernote</strong><span>UTF E012</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social xing"><strong> social xing</strong><span>UTF E013</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social zootool"><strong> social zootool</strong><span>UTF E014</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social dribbble"><strong> social dribbble</strong><span>UTF E015</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social deviantart"><strong> social deviantart</strong><span>UTF E016</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social read_it_later"><strong> social read_it_later</strong><span>UTF E017</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social linked_in"><strong> social linked_in</strong><span>UTF E018</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social forrst"><strong> social forrst</strong><span>UTF E019</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social pinboard"><strong> social pinboard</strong><span>UTF E020</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social behance"><strong> social behance</strong><span>UTF E021</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social github"><strong> social github</strong><span>UTF E022</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social youtube"><strong> social youtube</strong><span>UTF E023</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social skitch"><strong> social skitch</strong><span>UTF E024</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social foursquare"><strong> social foursquare</strong><span>UTF E025</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social quora"><strong> social quora</strong><span>UTF E026</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social badoo"><strong> social badoo</strong><span>UTF E027</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social spotify"><strong> social spotify</strong><span>UTF E028</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social stumbleupon"><strong> social stumbleupon</strong><span>UTF E029</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social readability"><strong> social readability</strong><span>UTF E030</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social facebook"><strong> social facebook</strong><span>UTF E031</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social twitter"><strong> social twitter</strong><span>UTF E032</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social instagram"><strong> social instagram</strong><span>UTF E033</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social posterous_spaces"><strong> social posterous_spaces</strong><span>UTF E034</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social vimeo"><strong> social vimeo</strong><span>UTF E035</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social flickr"><strong> social flickr</strong><span>UTF E036</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social last_fm"><strong> social last_fm</strong><span>UTF E037</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social rss"><strong> social rss</strong><span>UTF E038</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social skype"><strong> social skype</strong><span>UTF E039</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social e-mail"><strong> social e-mail</strong><span>UTF E040</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social vine"><strong> social vine</strong><span>UTF E041</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social myspace"><strong> social myspace</strong><span>UTF E042</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social goodreads"><strong> social goodreads</strong><span>UTF E043</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social apple"><strong> social apple</strong><span>UTF F8FF</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social windows"><strong> social windows</strong><span>UTF E045</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social yelp"><strong> social yelp</strong><span>UTF E046</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social playstation"><strong> social playstation</strong><span>UTF E047</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social xbox"><strong> social xbox</strong><span>UTF E048</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social android"><strong> social android</strong><span>UTF E049</span></a></div>
<div class="col-md-3 col-sm-4"><a href="" class="social ios"><strong> social ios</strong><span>UTF E050</span></a></div>
</div>
</div>
</div><!--/col-->
</div><!--/row-->
</div>
<!-- end: Content -->
</div><!--/row-->
</div><!--/container-->
<div class="modal fade" id="myModal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">Modal title</h4>
</div>
<div class="modal-body">
<p>Here settings can be configured...</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Save changes</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<div class="clearfix"></div>
<footer>
<div class="row">
<div class="col-sm-5">
© 2014 creativeLabs. <a href="http://bootstrapmaster.com">Admin Templates</a> by BootstrapMaster
</div><!--/.col-->
<div class="col-sm-7 text-right">
Powered by: <a href="http://bootstrapmaster.com/demo/genius/" alt="Bootstrap Admin Templates">Genius Dashboard</a> | Based on Bootstrap 3.1.1 | Built with Brix.io
</div><!--/.col-->
</div><!--/.row-->
</footer>
<!-- start: JavaScript-->
<!--[if !IE]>-->
<script src="assets/js/jquery-2.1.0.min.js"></script>
<!--<![endif]-->
<!--[if IE]>
<script src="assets/js/jquery-1.11.0.min.js"></script>
<![endif]-->
<!--[if !IE]>-->
<script type="text/javascript">
window.jQuery || document.write("<script src='assets/js/jquery-2.1.0.min.js'>"+"<"+"/script>");
</script>
<!--<![endif]-->
<!--[if IE]>
<script type="text/javascript">
window.jQuery || document.write("<script src='assets/js/jquery-1.11.0.min.js'>"+"<"+"/script>");
</script>
<![endif]-->
<script src="assets/js/jquery-migrate-1.2.1.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<!-- page scripts -->
<script src="assets/js/jquery-ui-1.10.3.custom.min.js"></script>
<script src="assets/js/modernizr.js"></script>
<!-- theme scripts -->
<script src="assets/js/custom.min.js"></script>
<script src="assets/js/core.min.js"></script>
<!-- end: JavaScript-->
</body>
</html>