-
Notifications
You must be signed in to change notification settings - Fork 0
/
profile.html
295 lines (293 loc) · 11.3 KB
/
profile.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dashboard</title>
<link rel="stylesheet" href="./css/profile.css" />
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="stylesheet" href="./css/hero404.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/cdbootstrap/css/bootstrap.min.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/cdbootstrap/css/cdb.min.css"
/>
<script src="https://cdn.jsdelivr.net/npm/cdbootstrap/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/cdbootstrap/js/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/cdbootstrap/js/cdb.min.js"></script>
<script
src="https://kit.fontawesome.com/9d1d9a82d2.js"
crossorigin="anonymous"
></script>
</head>
<body>
<div class="d-flex profile">
<div class="d-flex" style="height: 100vh">
<div class="sidebar" role="cdb-sidebar">
<div class="sidebar-container">
<div class="sidebar-header text-center">
<a class="sidebar-toggler"><i class="fa fa-bars"></i></a>
<a class="sidebar-brand">Contrast</a>
</div>
<div class="sidebar-nav">
<div class="sidenav">
<a href="./index.html" class="sidebar-item">
<i class="fa fa-columns sidebar-icon"></i>
<span>Dashboard</span>
</a>
<a href="./table.html" class="sidebar-item">
<i class="fa fa-table sidebar-icon"></i>
<span>Tables</span>
</a>
<a href="./profile.html" class="sidebar-item">
<i class="fa fa-user sidebar-icon"></i>
<span>Profile</span>
</a>
<a target="_blank" href="./hero404.html" class="sidebar-item">
<i class="fa fa-exclamation-circle sidebar-icon"></i>
<span>404 Page</span>
</a>
</div>
</div>
<div class="sidebar-footer">Sidebar Footer</div>
</div>
</div>
</div>
<div
class="w-100"
style="
flex: 1 1 auto;
display: flex;
flex-flow: column;
height: 100vh;
overflow-y: hidden;
"
>
<header class="db-header">
<nav
class="d-flex justify-content-between align-items-center px-3 py-2"
>
<div class="cdb-form mb-0">
<input type="search" placeholder="Search" class="input-nav" />
</div>
<div class="ml-auto d-flex align-items-center">
<div class="d-flex align-items-center mr-3">
<i class="fas fa-bell mr-3 fa-lg"></i>
<i class="fas fa-comment-alt fa-lg"></i>
</div>
<img class="pane-sm" src="./img/pane/pane4.png" />
</div>
</nav>
</header>
<div style="height: 100%">
<div
style="
height: calc(100% - 64px);
padding: 20px 5%;
overflow-y: scroll;
"
>
<div style="margin: 0 auto; max-width: 1320px">
<div class="cards-container1">
<div>
<div class="card shadow border-0">
<img
alt="profileImage"
src="./img/pages/heroImage2.png"
class="w-100"
style="object-fit: cover; max-height: 500px"
/>
<div class="card-body">
<h4 class="mb-2" style="font-weight: 600">
Warren Briggs
</h4>
<h5 class="mb-2">Photographer</h5>
<p class="text-justify mt-4">
<strong class="mb-2">Desciption: </strong>
Lorem ipsum dolor sit amet consectetur, adipisicing
elit. Ratione perferendis quod animi dignissimos
</p>
<div class="justify-content-end pr-1">
<button class="btn btn-outline-dark">More</button>
</div>
</div>
</div>
</div>
<div class="mini-container">
<div>
<div class="card shadow border-0">
<img
alt="cardImg"
class="img-fluid"
style="object-fit: cover"
src="./img/cardbg.png"
/>
<div class="p-3">
<h2>Basic</h2>
<p>
This is just a card text Get important notifications
about you or activity you've missed
</p>
<button
class="btn border-0"
style="background: #333; color: white"
>
Button
</button>
</div>
</div>
</div>
<div>
<div
class="card shadow border-0 h-75 mx-auto"
style="
background-image: url('https://cdn.pixabay.com/photo/2018/08/14/13/23/ocean-3605547_960_720.jpg');
"
>
<div class="p-3 d-flex flex-column h-100 w-100">
<h4 class="mt-3 text-white">Heading</h4>
<p class="text-white">Paragraph</p>
<div class="d-flex justify-content-center mt-auto">
<button class="btn btn-light btn-flat btn-rounded">
Button
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="cards-container2">
<div>
<div class="card shadow border-0">
<img
alt="cardImg"
class="img-fluid"
style="object-fit: cover"
src="./img/cardbg.png"
/>
<img
alt="cardImg"
class="mx-auto border rounded-circle"
style="margin-top: -5rem"
width="130px"
src="./img/pane/pane4.png"
/>
<div
class="p-3 d-flex flex-column align-items-center mb-4 text-center"
>
<h4 style="font-weight: 600">Sammy Russo</h4>
<p>Senior Software Developer</p>
<p class="text-muted">Detroit, USA</p>
<div class="d-flex justify-content-center flex-wrap">
<button class="mr-2 btn btn-sm btn-dark">
<i class="fas fa-user-plus"></i> Connect
</button>
<button class="btn btn-sm btn-warning text-dark">
Send Message
</button>
</div>
</div>
</div>
</div>
<div>
<div class="card shadow border-0">
<div>
<img
src="./img/pages/promotionImage2.png"
alt="Project"
class="img-fluid"
/>
</div>
<div class="card-body">
<h4 class="card-title mb-3">
<span style="font-weight: 600">Project Name</span>
</h4>
<p class="card-text">
Lorem ipsum dolor sit amet, consectetur adipisicing
elit. Fugit, error amet numquam iure provident voluptate
esse quasi, veritatis totam voluptas.
</p>
</div>
<div class="card-footer">
<a class="p-2" href="#profile">
Live Preview
<i class="far fa-image ml-1"></i>
</a>
</div>
</div>
</div>
<div>
<div class="card shadow border-0">
<div>
<img
src="./img/pages/promotionImage.png"
alt="Project"
class="img-fluid"
/>
</div>
<div class="card-body">
<h4
class="card-title text-center mb-3"
style="font-weight: 600"
>
Card Title
</h4>
<p class="card-text text-center">
Lorem ipsum dolor sit amet, consectetur adipisicing
elit. Fugit, error amet numquam iure provident voluptate
esse quasi, veritatis totam voluptas.
</p>
</div>
<div class="card-footer text-center">
<a class="p-2" href="#profile"
>Live Preview<i class="far fa-image ml-1"></i
></a>
</div>
</div>
</div>
<div>
<div class="card shadow border-0">
<div class="p-3">
<h4 class="mt-3">Heading</h4>
<p>Paragraph</p>
</div>
<iframe
style="height: 250px"
src="https://www.youtube.com/embed/LebxiFwmYBc"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<div class="p-3">
<button
class="btn btn-flat btn-light btn-outline btn-rounded"
>
Button
</button>
</div>
</div>
</div>
</div>
<footer class="d-flex mx-auto py-4">
<small class="mx-auto my-1 text-center"
>© Devwares, 2020. All rights reserved.</small
>
</footer>
</div>
</div>
</div>
</div>
</div>
<script>
const sidebar = document.querySelector(".sidebar");
new CDB.Sidebar(sidebar);
</script>
</body>
</html>