-
Notifications
You must be signed in to change notification settings - Fork 22
/
ui.cards.html
executable file
·891 lines (875 loc) · 58.9 KB
/
ui.cards.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
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
<!DOCTYPE html>
<!------------------------------------------------------------------
* Bootstrap Responsive Web Application Template
* Email: [email protected]
* Version: 1.1
* Last change: 2020-03-02
* Author: Alexis Luna
* Copyright 2019 Alexis Luna
* Website: https://github.com/mralexisluna/bootstrap-responsive-web-application-template
------------------------------------------------------------------->
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no">
<title>Bootstrap Responsive Web Application Template</title>
<!-- Favicon -->
<link rel="shortcut icon" href="assets/images/logo/favicon.png">
<!-- plugins css -->
<link rel="stylesheet" href="assets/vendors/bootstrap/dist/css/bootstrap.css" />
<link rel="stylesheet" href="assets/vendors/PACE/themes/blue/pace-theme-minimal.css" />
<link rel="stylesheet" href="assets/vendors/perfect-scrollbar/css/perfect-scrollbar.min.css" />
<!-- core css -->
<link href="assets/css/themify-icons.css" rel="stylesheet">
<link href="assets/css/flag-icon.min.css" rel="stylesheet">
<link href="assets/css/animate.min.css" rel="stylesheet">
<link href="assets/css/app.css" rel="stylesheet">
</head>
<body>
<div class="app">
<div class="layout">
<!-- Side Nav START -->
<div class="side-nav">
<div class="side-nav-inner">
<div class="side-nav-logo">
<a href="index.html">
<div class="logo logo-dark" style="background-image: url('assets/images/logo/logo.png')"></div>
</a>
</div>
<ul class="side-nav-menu scrollable">
<li class="nav-item active">
<a class="" href="index.html">
<span class="icon-holder"><i class="ti-home"></i></span>
<span class="title">Dashboard</span>
</a>
</li>
<li class="nav-item dropdown">
<a class="dropdown-toggle" href="javascript:void(0);">
<span class="icon-holder"><i class="ti-package"></i></span>
<span class="title">Apps</span>
<span class="arrow"><i class="ti-angle-right"></i></span>
</a>
<ul class="dropdown-menu">
<li>
<a href="apps.email.html">Email</a>
</li>
<li>
<a href="apps.calendar.html">Calendar</a>
</li>
<li>
<a href="apps.social.html">Social</a>
</li>
<li>
<a href="apps.task.html">Task</a>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="dropdown-toggle" href="javascript:void(0);">
<span class="icon-holder"><i class="ti-palette"></i></span>
<span class="title">UI Elements</span>
<span class="arrow"><i class="ti-angle-right"></i></span>
</a>
<ul class="dropdown-menu">
<li>
<a href="ui.buttons.html">Buttons</a>
</li>
<li>
<a href="ui.cards.html">Cards</a>
</li>
<li>
<a href="ui.notification.html">Notification</a>
</li>
<li>
<a href="ui.tabs.html">Tabs & Accordions</a>
</li>
<li>
<a href="ui.modals.html">Modals</a>
</li>
<li>
<a href="ui.progress-slider.html">Progress & Slider</a>
</li>
<li>
<a href="ui.typography.html">Typography</a>
</li>
<li>
<a href="ui.icons.html">Icons</a>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="dropdown-toggle" href="javascript:void(0);">
<span class="icon-holder"><i class="ti-file"></i></span>
<span class="title">Forms</span>
<span class="arrow"><i class="ti-angle-right"></i></span>
</a>
<ul class="dropdown-menu">
<li>
<a href="forms.elements.html">Form Elements</a>
</li>
<li>
<a href="forms.layouts.html">Form Layouts</a>
</li>
<li>
<a href="forms.wizard.html">Form Wizard</a>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="dropdown-toggle" href="javascript:void(0);">
<span class="icon-holder"><i class="ti-layout-media-overlay"></i></span>
<span class="title">Tables</span>
<span class="arrow"><i class="ti-angle-right"></i></span>
</a>
<ul class="dropdown-menu">
<li>
<a href="tables.basic-table.html">Basic Table</a>
</li>
<li>
<a href="tables.datatable.html">Data Table</a>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="dropdown-toggle" href="javascript:void(0);">
<span class="icon-holder"><i class="ti-pie-chart"></i></span>
<span class="title">Charts</span>
<span class="arrow"><i class="ti-angle-right"></i></span>
</a>
<ul class="dropdown-menu">
<li>
<a href="charts.chartjs.html">ChartJs</a>
</li>
<li>
<a href="charts.sparkline.html">Sparkline</a>
</li>
<li>
<a href="charts.nvd3.html">Nvd3</a>
</li>
<li>
<a href="charts.rickshaw.html">Ricksaw</a>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="dropdown-toggle" href="javascript:void(0);">
<span class="icon-holder"><i class="ti-map-alt"></i></span>
<span class="title">Map</span>
<span class="arrow"><i class="ti-angle-right"></i></span>
</a>
<ul class="dropdown-menu">
<li>
<a href="maps.vector-map.html">Vector Map</a>
</li>
<li>
<a href="maps.google-map.html">Google Map</a>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="dropdown-toggle" href="javascript:void(0);">
<span class="icon-holder"><i class="ti-files"></i></span>
<span class="title">Pages</span>
<span class="arrow"><i class="ti-angle-right"></i></span>
</a>
<ul class="dropdown-menu">
<li>
<a href="pages.signin.html">Sign In</a>
</li>
<li>
<a href="pages.signup.html">Sign Up</a>
</li>
<li>
<a href="pages.account-settings.html">Account Settings</a>
</li>
<li>
<a href="pages.invoice.html">Invoice</a>
</li>
<li>
<a href="pages.faq.html">FAQ</a>
</li>
<li>
<a href="pages.gallery.html">Gallery</a>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="dropdown-toggle" href="javascript:void(0);">
<span class="icon-holder"><i class="ti-help-alt"></i></span>
<span class="title">Site Error</span>
<span class="arrow"><i class="ti-angle-right"></i></span>
</a>
<ul class="dropdown-menu">
<li>
<a href="404.html">404 Error page</a>
</li>
<li>
<a href="500.html">500 Error page</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- Side Nav END -->
<!-- Page Container START -->
<div class="page-container">
<!-- Header START -->
<div class="header navbar">
<div class="header-container">
<ul class="nav-left">
<li>
<a class="side-nav-toggle" href="javascript:void(0);">
<i class="ti-menu"></i>
</a>
</li>
<li class="search-box">
<a class="search-toggle no-pdd-right" href="javascript:void(0);">
<i class="search-icon ti-search pdd-right-10"></i>
<i class="search-icon-close ti-close pdd-right-10"></i>
</a>
</li>
<li class="search-input">
<input class="form-control" type="text" placeholder="Search...">
<div class="advanced-search">
<div class="search-wrapper">
<div class="pdd-vertical-10">
<span class="display-block mrg-vertical-5 pdd-horizon-20 text-gray">
<i class="ti-user pdd-right-5"></i>
<span>People</span>
</span>
<ul class="list-unstyled list-info">
<li>
<a href="">
<img class="thumb-img" src="assets/images/avatars/avatar-1.png" alt="">
<div class="info">
<span class="title">Mark Otto</span>
<span class="sub-title">
<i class="ti-location-pin"></i>
<span>United States</span>
</span>
</div>
</a>
</li>
<li>
<a href="">
<img class="thumb-img" src="assets/images/avatars/avatar-2.png" alt="">
<div class="info">
<span class="title">Jacob Thornton</span>
<span class="sub-title">
<i class="ti-location-pin"></i>
<span>United Kingdom</span>
</span>
</div>
</a>
</li>
<li>
<a href="">
<img class="thumb-img" src="assets/images/avatars/avatar-3.png" alt="">
<div class="info">
<span class="title">Philip Chaney</span>
<span class="sub-title">
<i class="ti-location-pin"></i>
<span>Netherlands</span>
</span>
</div>
</a>
</li>
</ul>
</div>
<div class="mrg-horizon-20 border top"></div>
<div class="pdd-vertical-10">
<span class="display-block mrg-vertical-5 pdd-horizon-20 text-gray">
<i class="ti-rss pdd-right-5"></i>
<span>Post</span>
</span>
<ul class="list-unstyled list-info">
<li>
<a href="">
<img class="thumb-img" src="assets/images/p-50.png" alt="">
<div class="info">
<span class="title">Finding your value in a workplace</span>
<span class="sub-title">
<span>Working can be daunting, people with toxic behavior...</span>
</span>
</div>
</a>
</li>
<li>
<a href="">
<img class="thumb-img" src="assets/images/p-50.png" alt="">
<div class="info">
<span class="title">Work-life balance?</span>
<span class="sub-title">
<span>Know why going on a vacation can help you de-stress...</span>
</span>
</div>
</a>
</li>
</ul>
</div>
</div>
<div class="search-footer">
<span>Search results for '<b class="text-dark"><span class="serach-text-bind"></span></b>'</span>
</div>
</div>
</li>
</ul>
<ul class="nav-right">
<li class="userprofile dropdown">
<a href="" class="ropdown-toggle" data-toggle="dropdown"><i class="flag-icon flag-icon-us"></i> EN</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#en"><i class="flag-icon flag-icon-us"></i> EN</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#es"><i class="flag-icon flag-icon-es"></i> ES</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#fr"><i class="flag-icon flag-icon-fr"></i> FR</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#de"><i class="flag-icon flag-icon-de"></i> GE</a>
</div>
</li>
<li class="notifications dropdown">
<span class="counter">5</span>
<a href="" class="dropdown-toggle" data-toggle="dropdown">
<i class="ti-bell"></i>
</a>
<ul class="dropdown-menu">
<li class="notice-header">
<i class="ti-bell pdd-right-10"></i>
<span>Notifications</span>
</li>
<li>
<ul class="list-info overflow-y-auto relative scrollable">
<li>
<a href="">
<img class="thumb-img" src="assets/images/avatars/avatar-4.png" alt="">
<div class="info">
<span class="title">
<span class="font-size-14 text-semibold">Minerva Hooper</span>
<span class="text-gray">commented on your <span class="text-dark">post</span></span>
</span>
<span class="sub-title">2 mins ago</span>
</div>
</a>
</li>
<li>
<a href="">
<img class="thumb-img" src="assets/images/avatars/avatar-5.png" alt="">
<div class="info">
<span class="title">
<span class="font-size-14 text-semibold">Jacob Thornton</span>
<span class="text-gray">commented on your <span class="text-dark">photo</span></span>
</span>
<span class="sub-title">5 hours ago</span>
</div>
</a>
</li>
<li>
<a href="">
<span class="thumb-img bg-primary">
<span class="text-white">P</span>
</span>
<div class="info">
<span class="title">
<span class="font-size-14 text-semibold">Philip Chaney</span>
<span class="text-gray">likes your <span class="text-dark">photo</span></span>
</span>
<span class="sub-title">6 hours ago</span>
</div>
</a>
</li>
<li>
<a href="">
<span class="thumb-img bg-success">
<span class="text-white"><i class="fa fa-paper-plane-o"></i></span>
</span>
<div class="info">
<span class="title">
<span class="font-size-14 text-semibold">Email message sent</span>
</span>
<span class="sub-title">6 hours ago</span>
</div>
</a>
</li>
<li>
<a href="">
<span class="thumb-img bg-info">
<span class="text-white"><i class="ti-user"></i></span>
</span>
<div class="info">
<span class="title">
<span class="font-size-14 text-semibold">Alexis Luna</span>
<span class="text-gray">Welcome aboard!</span>
</span>
<span class="sub-title">12 hours ago</span>
</div>
</a>
</li>
</ul>
</li>
<li class="notice-footer">
<span>
<a href="" class="text-gray">View all notifications <i class="ei-right-chevron pdd-left-5 font-size-10"></i></a>
</span>
</li>
</ul>
</li>
<li class="user-profile dropdown">
<a href="" class="dropdown-toggle" data-toggle="dropdown">
<img class="profile-img img-fluid" src="assets/images/avatars/avatar-1.png" alt="">
<div class="user-info">
<span class="name pdd-right-5">Alexis Luna</span>
<i class="ti-angle-down font-size-10"></i>
</div>
</a>
<ul class="dropdown-menu">
<li>
<a href="">
<i class="ti-email pdd-right-10"></i>
<span>Inbox</span>
</a>
</li>
<li>
<a href="">
<i class="ti-user pdd-right-10"></i>
<span>Profile</span>
</a>
</li>
<li>
<a href="">
<i class="ti-settings pdd-right-10"></i>
<span>Settings</span>
</a>
</li>
<li role="separator" class="divider"></li>
<li>
<a href="">
<i class="ti-power-off pdd-right-10"></i>
<span>Logout</span>
</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- Header END -->
<!-- Content Wrapper START -->
<div class="main-content">
<div class="container-fluid">
<div class="container-fluid">
<div class="page-title">
<h4>Cards</h4>
</div>
<div class="row">
<div class="col-md-4">
<div class="card">
<div class="card-block">
<h4 class="card-title">Basic Card</h4>
<div class="mrg-top-20">
<p>All right! Up! Move! Come on! Quickly! Quickly, Chewie. Han! Hurry! The fleet will be here any moment. Charges! Come on, come on! Oh, my! They'll be captured! Wa-wait! Wait, come back! Artoo, stay with me. Freeze! You Rebel scum.</p>
<p>Not bad for a little furball. There's only one left. You stay here. We'll take care of this. I have decided that we shall stay here.Well, look at you, a general, huh? Oh, well, someone must have told them about my little maneuver at the battle of Taanab.</p>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<div class="card-block">
<h4 class="card-title">Basic Card with Action</h4>
<div class="mrg-top-20">
<p>All right! Up! Move! Come on! Quickly! Quickly, Chewie. Han! Hurry! The fleet will be here any moment. Charges! Come on, come on! Oh, my! They'll be captured! Wa-wait! Wait, come back! Artoo, stay with me. Freeze! You Rebel scum.</p>
<p>Not bad for a little furball. There's only one left. You stay here. We'll take care of this. I have decided that we shall stay.</p>
<div class="mrg-top-25">
<a href="" class="btn btn-primary no-mrg-btm">Action 1</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<div class="card-heading">
<h4 class="card-title">Default Card</h4>
</div>
<div class="card-body">
<p>All right! Up! Move! Come on! Quickly! Quickly, Chewie. Han! Hurry! The fleet will be here any moment. Charges! Come on, come on! Oh, my! They'll be captured! Wa-wait! Wait, come back! Artoo, stay with me. Freeze! You Rebel scum.</p>
<p>Not bad for a little furball. There's only one left. You stay here. We'll take care of this. I have decided that we shall stay here.</p>
</div>
<div class="card-footer border top">
<ul class="list-unstyled list-inline text-right pdd-vertical-5">
<li class="list-inline-item">
<a href="" class="btn btn-flat">Action 1</a>
</li>
<li class="list-inline-item">
<a href="" class="btn btn-flat">Action 2</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-3">
<div class="card">
<div class="card-media">
<img class="img-responsive" src="assets/images/others/img-3.jpg" alt="">
</div>
<div class="card-block">
<h4 class="mrg-btm-20 no-mrg-top">Card With Image</h4>
<p>All right! Up! Move! Come on! Quickly! Quickly, Chewie. Han! Hurry! The fleet will be here any moment. Charges! Come on, come on! Oh, my! They'll be captured! Wa-wait! Wait, come back! Artoo, stay with me. Freeze! You Rebel scum.</p>
<div class="mrg-top-40">
<a href="" class="btn btn-info no-mrg-btm">Read More</a>
</div>
</div>
</div>
</div>
<div class="col-lg-3">
<a href="" class="card">
<ul class="list-unstyled list-info">
<li>
<div class="pdd-vertical-10 pdd-horizon-20">
<img class="thumb-img img-circle" src="assets/images/avatars/avatar-1.png" alt="">
<div class="info">
<span class="title">Minerva Hooper</span>
<span class="sub-title">
<i class="ti-timer pdd-right-5"></i>
<span>2 min ago</span>
</span>
</div>
</div>
</li>
</ul>
<div class="card-media">
<img class="img-responsive" src="assets/images/others/img-4.jpg" alt="">
</div>
<div class="card-block">
<h4>Card With Image</h4>
<p>Hey, whoa, just where do you think you're going? Master Luke here is your rightful owner. We'll have no more of this Obi-Wan Kenobi. I have decided that we shall stay here.Well, look at you, a general</p>
</div>
</a>
</div>
<div class="col-lg-3">
<div class="card bg-info">
<div class="card-block">
<div class="row">
<div class="col-md-7">
<p class="text-uppercase font-size-13"><b>Sales Trends</b></p>
<h1 class="no-mrg-top font-size-30">37.8%</h1>
<span>Total Item Sold: <b>168</b></span>
</div>
<div class="col-md-5">
</div>
</div>
</div>
</div>
<a href="">
<div class="card ">
<div class="overlay-dark bg" style="background-image: url('assets/images/others/img-6.jpg')">
<div class="card-block">
<div class="mrg-top-130">
<div class="tag tag-danger">Lifestyle</div>
<h2>Good Saving <br> Habit From Young</h2>
<div class="text-white text-opacity">
<span>
<i class="ti-comment pdd-right-5"></i>
<span> 88</span>
</span>
<span class="pdd-horizon-10">
|
</span>
<span>
<i class="ti-heart pdd-right-5"></i>
<span> 168</span>
</span>
</div>
</div>
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-3">
<a href="">
<div class="card">
<div class="overlay-dark bg-primary">
<div class="card-block">
<div class="mrg-top-130">
<div class="tag tag-warning">Blog</div>
<h2>Good Saving <br> Habit From Young</h2>
<div class="text-white text-opacity">
<span>
<i class="ti-comment pdd-right-5"></i>
<span> 88</span>
</span>
<span class="pdd-horizon-10">
|
</span>
<span>
<i class="ti-heart pdd-right-5"></i>
<span> 168</span>
</span>
</div>
</div>
</div>
</div>
</div>
</a>
<div class="card">
<div class="card-block">
<div class="row">
<div class="col-md-7">
<p class="text-dark text-uppercase font-size-13"><b>Earning</b></p>
<h1 class="no-mrg-top text-primary font-size-30">$12,000</h1>
<span>Total Item Sold: <b>168</b></span>
</div>
<div class="col-md-5">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8">
<div class="card">
<div class="card-horizon">
<div class="image-container col-md-4">
<div class="background-holder has-content" style="background-image: url('assets/images/others/img-5.jpg')"></div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-md-7 ml-auto">
<div class="pdd-vertical-30 pdd-horizon-25">
<h2 class="mrg-btm-20">Card Horizon</h2>
<p>Oh, I told you it was dangerous here. Shall we try and go around? It'll take time. This whole party'll be for nothing if they see us. Chewie and I will take care of this. You stay here. Quietly, there might be more of them out there. Hey... it's me. Go for help! Go! Great. Come on. Over there! Two more of them! I see them. Wait, Leia! Quick! Jam their comlink. Center switch! Hey, wait! Ahhh! Move closer! Get alongside that one! Get him! Keep on that one! I'll take these two!</p>
<p>Easy, Chewie. Whoa! Whoa! Help! Chewie, you okay? Where is he? I'm okay, pal. Han! Chewie? Lando! Boba Fett?! Boba Fett?! Where? Lando, grab it! Lower it! I'm trying! Whoa! Whoa! Grab me, Chewie! I'm slipping. Grab it! L--Lando. Grab! Grab it! Almost... You almost got it! Hold it! Whoa! Gently now. All... all right.</p>
<p>Admiral, we're in position. All fighters accounted for. Proceed with the countdown. All groups assume attack coordinates. Don't worry, my friends are down there. They'll have that shield down on time... or this'll be the shortest offensive of all time. All craft, prepare to jump to hyperspace on my mark. All right. Stand by.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<div class="card-media">
<img class="img-responsive" src="assets/images/others/img-7.jpg" alt="">
</div>
<div class="card-block">
<div class="relative scrollable" style="height: 240px;">
<h4 class="mrg-btm-20 no-mrg-top">Card Scrollable</h4>
<p>All right! Up! Move! Come on! Quickly! Quickly, Chewie. Han! Hurry! The fleet will be here any moment. Charges! Come on, come on! Oh, my! They'll be captured! Wa-wait! Wait, come back! Artoo, stay with me. Freeze! You Rebel scum.</p>
<p>Move! Move! The shield is down! Commence attack on theDeath Star's main reactor. We're on our way. Red Group, Gold Group, all fighters follow me. Told you they'd do it!</p>
<p>Admiral, we're in position. All fighters accounted for. Proceed with the countdown. All groups assume attack coordinates. Don't worry, my friends are down there. They'll have that shield down on time... or this'll be the shortest offensive of all time. All craft, prepare to jump to hyperspace on my mark. All right. Stand by.</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3">
<div class="card">
<div class="portlet">
<ul class="portlet-item navbar">
<li class="dropdown">
<a href="" class="btn btn-icon btn-flat btn-rounded dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
<i class="ti-more"></i>
</a>
<ul class="dropdown-menu">
<li>
<a href="">
<i class="ti-files pdd-right-10"></i>
<span>Duplicate</span>
</a>
</li>
<li>
<a href="">
<i class="ti-smallcap pdd-right-10"></i>
<span>Edit</span>
</a>
</li>
<li>
<a href="">
<i class="ti-image pdd-right-10"></i>
<span>Add Images</span>
</a>
</li>
</ul>
</li>
<li>
<a href="javascript:void(0);" class="btn btn-icon btn-flat btn-rounded" data-toggle="card-refresh">
<i class="ti-reload"></i>
</a>
</li>
</ul>
</div>
<div class="card-heading">
<h4 class="card-title">Card Refresh</h4>
</div>
<div class="card-body">
<p>All right! Up! Move! Come on! Quickly! Quickly, Chewie. Han! Hurry! The fleet will be here any moment. Charges! Come on, come on! Oh, my! They'll be captured! Wa-wait! Wait, come back! Artoo, stay with me. Freeze! You Rebel scum.</p>
<p>Not bad for a little furball. There's only one left. You stay here. We'll take care of this. I have decided that we shall stay here.</p>
</div>
<div class="card-footer border top">
<ul class="list-unstyled list-inline pull-right">
<li class="list-inline-item">
<a href="" class="btn btn-icon btn-flat btn-rounded">
<i class="ti-heart"></i>
</a>
</li>
<li class="list-inline-item">
<a href="" class="btn btn-icon btn-flat btn-rounded">
<i class="ti-share"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card">
<div class="portlet">
<ul class="portlet-item navbar">
<li class="dropdown">
<a href="" class="btn btn-icon btn-flat btn-rounded dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
<i class="ti-more"></i>
</a>
<ul class="dropdown-menu">
<li>
<a href="">
<i class="ti-files pdd-right-10"></i>
<span>Duplicate</span>
</a>
</li>
<li>
<a href="">
<i class="ti-smallcap pdd-right-10"></i>
<span>Edit</span>
</a>
</li>
<li>
<a href="">
<i class="ti-image pdd-right-10"></i>
<span>Add Images</span>
</a>
</li>
</ul>
</li>
<li>
<a href="javascript:void(0);" class="btn btn-icon btn-flat btn-rounded" data-toggle="card-delete">
<i class="ti-close"></i>
</a>
</li>
</ul>
</div>
<div class="card-heading">
<h4 class="card-title">Card Delete</h4>
</div>
<div class="card-body">
<p>All right! Up! Move! Come on! Quickly! Quickly, Chewie. Han! Hurry! The fleet will be here any moment. Charges! Come on, come on! Oh, my! They'll be captured! Wa-wait! Wait, come back! Artoo, stay with me. Freeze! You Rebel scum.</p>
<p>Not bad for a little furball. There's only one left. You stay here. We'll take care of this. I have decided that we shall stay here.</p>
</div>
<div class="card-footer border top">
<ul class="list-unstyled list-inline pull-right">
<li class="list-inline-item">
<a href="" class="btn btn-icon btn-flat btn-rounded">
<i class="ti-heart"></i>
</a>
</li>
<li class="list-inline-item">
<a href="" class="btn btn-icon btn-flat btn-rounded">
<i class="ti-share"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card">
<div class="portlet">
<ul class="portlet-item navbar">
<li class="dropdown">
<a href="" class="btn btn-icon btn-flat btn-rounded dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
<i class="ti-more"></i>
</a>
<ul class="dropdown-menu">
<li>
<a href="">
<i class="ti-files pdd-right-10"></i>
<span>Duplicate</span>
</a>
</li>
<li>
<a href="">
<i class="ti-smallcap pdd-right-10"></i>
<span>Edit</span>
</a>
</li>
<li>
<a href="">
<i class="ti-image pdd-right-10"></i>
<span>Add Images</span>
</a>
</li>
</ul>
</li>
<li>
<a href="javascript:void(0);" class="btn btn-icon btn-flat btn-rounded" data-toggle="card-refresh">
<i class="ti-reload"></i>
</a>
</li>
<li>
<a href="javascript:void(0);" class="btn btn-icon btn-flat btn-rounded" data-toggle="card-delete">
<i class="ti-close"></i>
</a>
</li>
</ul>
</div>
<div class="card-block">
<h4 class="card-title">Advanced Portlet</h4>
<p>Look! Get him off of there! I think I got it. I got it! Oh, Princess Leia, are you all right? Let's see. It's not bad. Freeze! Oh, dear. Don't move! I love you. I know. Hands up! Stand up! Stay back. Chewie! Get down here! She's wounded! No, wait.... I got an idea.</p>
<p>If they don't go for this, we're gonna have to get outta here pretty quick, Chewie. We have you on our screen now. Please identify. Shuttle Tydirium requesting deactivation of the deflector shield. Shuttle Tydirium, transmit the clearance code for shield passage. Transmission commencing. Now we find out if that code is worth the price we paid. It'll work. It'll work. Vader's on that ship. Now don't get jittery, Luke. There are a lot of command ships. Keep your distance though.</p>
<div class="mrg-top-20 text-right">
<a href="" class="btn btn-warning no-mrg-btm">Action 1</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Content Wrapper END -->
<!-- Footer START -->
<footer class="content-footer">
<div class="footer">
<div class="copyright">
<span>Copyright © <span id="year"></span> <b><a href="https://github.com/mralexisluna/bootstrap-responsive-web-application-template" class="text-dark">Alexis Luna</a></b>. All rights reserved.</span>
</div>
</div>
</footer>
<!-- Footer END -->
</div>
<!-- Page Container END -->
</div>
</div>
<!-- build:js assets/js/vendor.js -->
<!-- plugins js -->
<script src="assets/vendors/jquery/dist/jquery.min.js"></script>
<script src="assets/vendors/popper.js/dist/umd/popper.min.js"></script>
<script src="assets/vendors/bootstrap/dist/js/bootstrap.js"></script>
<script src="assets/vendors/PACE/pace.min.js"></script>
<script src="assets/vendors/perfect-scrollbar/js/perfect-scrollbar.jquery.js"></script>
<script src="assets/js/fontawesome.min.js"></script>
<script src="assets/js/solid.min.js"></script>
<!-- endbuild -->
<!-- build:js assets/js/app.min.js -->
<!-- core js -->
<script src="assets/js/app.js"></script>
<!-- endbuild -->
<!-- page js -->
</body>
</html>