-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathui-cards.html
196 lines (189 loc) · 11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dumbo Dashboard - UI Cards</title>
<!-- favion -->
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/">
<!-- include bootstrap css -->
<link media="all" rel="stylesheet" href="assets/vendors/bootstrap/css/bootstrap.min.css">
<!-- include main css -->
<link media="all" rel="stylesheet" href="assets/css/main.css">
<!-- include font css -->
<link media="all" rel="stylesheet" href="assets/fonts/font.css">
</head>
<body class="bg-light">
<div class="container pb-4 pt-4">
<div class="row">
<!-- UI Card 01 -->
<div class="col-md-4 mb-3">
<div class="blog-card card bg-white border-r-sm border-0 shadow-sm overflow-hidden">
<div class="card-body-custom">
<img src="assets/img/covers/01.jpg" class="w-100" alt="cover">
</div>
<div class="card-body-custom pr-4 pl-4 pt-4">
<h5 class="text-dark">The startup mindset</h5>
<p>Not really sure how old I was when I got the gift for Chirstmas, but I do rem...
</p>
<hr>
</div>
<div class="card-footer mb-3 bg-transparent border-0">
<div class="avatar-wrapper position-relative">
<div class="float-left mr-2">
<div class="avatar-md border-r-100">
<img src="assets/img/users/4.jpg" alt="avatar">
<div class="online primary-green-bg border-r-100 position-absolute"></div>
</div>
</div>
<div class="float-left">
<p class="m-0 text-dark">Calvin Williams</p>
<span class="m-0">Chief Editor</span>
</div>
</div>
<div class="float-right">
<div class="dropdown">
<button class="border-0 bg-transparent dropdown-toggle" type="button"
id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
<div class="action-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18"
viewBox="0 0 22 22" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round"
class="feather feather-more-vertical">
<circle cx="12" cy="12" r="1"></circle>
<circle cx="12" cy="5" r="1"></circle>
<circle cx="12" cy="19" r="1"></circle>
</svg>
</div>
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="#">Save</a>
<a class="dropdown-item" href="#">Share</a>
<a class="dropdown-item" href="#">Report</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- UI Card 02 -->
<div class="col-md-4">
<div class="blog-card-image card bg-white border-r-sm border-0 shadow-sm overflow-hidden">
<div class="card-body-custom custom-h-lg overflow-hidden">
<div class="p-4 position-absolute">
<div class="icon-circle primary-orange-bg border-r-100">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="feather feather-feather">
<path d="M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z"></path>
<line x1="16" y1="8" x2="2" y2="22"></line>
<line x1="17.5" y1="15" x2="9" y2="15"></line>
</svg>
</div>
</div>
<img src="assets/img/covers/02.jpg" class="w-100" alt="cover">
</div>
<div class="card-footer bg-transparent p-4">
<div class="float-left">
<h6 class="text-dark">Architecture all around us</h6>
</div>
<div class="float-right">
<div class="dropdown">
<button class="border-0 bg-transparent dropdown-toggle" type="button"
id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
<div class="action-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18"
viewBox="0 0 22 22" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round"
class="feather feather-more-vertical">
<circle cx="12" cy="12" r="1"></circle>
<circle cx="12" cy="5" r="1"></circle>
<circle cx="12" cy="19" r="1"></circle>
</svg>
</div>
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="#">Save</a>
<a class="dropdown-item" href="#">Share</a>
<a class="dropdown-item" href="#">Report</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<!-- UI Card 04-->
<div class="col-md-4">
<div class="info-card custom-h-lg card bg-white border-r-sm border-0 shadow-sm overflow-hidden">
<div class="card-body-custom text-center p-5">
<img src="assets/img/illustrations/illu-03.svg" alt="illustration" width="140">
<h5 class="text-dark mt-4">Add your first task</h5>
<p>You can now manage your tasks </p>
<button class="btn dumbo-btn-sm primary-green-bg">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="feather feather-plus">
<line x1="12" y1="5" x2="12" y2="19"></line>
<line x1="5" y1="12" x2="19" y2="12"></line>
</svg>
Add New
</button>
</div>
</div>
</div>
<!-- UI Card 05 -->
<div class="col-md-4">
<div class="profile-card custom-h-lg card bg-white border-r-sm border-0 shadow-sm overflow-hidden">
<div class="card-body-custom overflow-hidden">
<img src="assets/img/covers/04.jpg" class="w-100" alt="cover">
</div>
<div class="card-footer secondary-dark-gray-bg p-4 position-relative text-center">
<div class="avatar-lg border-r-100 position-absolute mb-5 overflow-hidden">
<img src="assets/img/users/8.jpg" class="w-100" alt="profile-avatar">
</div>
<div class="mt-5 mb-3 letters-sp">
<h6 class="text-white mb-1">TINA VANSTONE</h6>
<span class="text-light">27 FOLLOWERS</span>
<div class="avatar-wrapper d-flex mt-3 justify-content-center">
<div class="avatar-sm border-r-100 mr-n2">
<img src="assets/img/users/4.jpg" alt="avatar">
</div>
<div class="avatar-sm border-r-100 mr-n2">
<img src="assets/img/users/3.jpg" alt="avatar">
</div>
<div class="avatar-sm border-r-100 mr-n2">
<img src="assets/img/users/2.jpg" alt="avatar">
</div>
<div class="avatar-sm border-r-100 mr-n2">
<img src="assets/img/users/5.jpg" alt="avatar">
</div>
<div class="avatar-sm border-r-100 mr-n">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24"
fill="none" stroke="#245a5d" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="feather feather-plus">
<line x1="12" y1="5" x2="12" y2="19"></line>
<line x1="5" y1="12" x2="19" y2="12"></line>
</svg>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
<!-- include jquery js-->
<script src="assets/vendors/jquery/jquery.min.js"></script>
<!-- include popper js-->
<script src="assets/vendors/bootstrap/js/popper.min.js"></script>
<!-- include bootstrap js-->
<script src="assets/vendors/bootstrap/js/bootstrap.min.js"></script>
<!-- include main js-->
<script src="assets/js/main.js"></script>
</html>