-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathshowcase.html
332 lines (326 loc) · 14.9 KB
/
showcase.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
<!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" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="assets/apple-touch-icon.png" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="assets/favicon-32x32.png" />
<link
rel="icon"
type="image/png"
sizes="16x16"
href="assets/favicon-16x16.png" />
<link rel="manifest" href="assets/site.webmanifest" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<title>Portflow - Showcase</title>
<meta name="title" content="Portflow" />
<meta
name="description"
content="Portflow is Portfolio web template build with TailwindCSS, DaisyUI and simple step to start. This project only contains basic files such as .html, .css, and .js. By using TailwindCSS CDN way, this project is not intended to run in production. For now, Portflow only provide page layouts for simple Article or Blog UI like Medium. Any future development update will be announced on my LinkedIn profile." />
<meta
name="keywords"
content="open source web template, open source portfolio template, web template, web template design, web templates free download, web app template, website blogger template, best template for web stories, best template web, cara buat template web, web template cv gratis, website template cv, template web cv, html css web template, web developer cv template, download web template free, web design proposal template, web page template free download, web developer portfolio template, web template edit, web template free download, web template free" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://portflowku.vercel.app/" />
<meta property="og:title" content="Portflow" />
<meta
property="og:description"
content="Portflow is Portfolio web template build with TailwindCSS, DaisyUI and simple step to start. This project only contains basic files such as .html, .css, and .js. By using TailwindCSS CDN way, this project is not intended to run in production. For now, Portflow only provide page layouts for simple Article or Blog UI like Medium. Any future development update will be announced on my LinkedIn profile." />
<meta property="og:image" content="https://i.imgur.com/snR8vK7.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://portflowku.vercel.app/" />
<meta property="twitter:title" content="Portflow" />
<meta
property="twitter:description"
content="Portflow is Portfolio web template build with TailwindCSS, DaisyUI and simple step to start. This project only contains basic files such as .html, .css, and .js. By using TailwindCSS CDN way, this project is not intended to run in production. For now, Portflow only provide page layouts for simple Article or Blog UI like Medium. Any future development update will be announced on my LinkedIn profile." />
<meta property="twitter:image" content="https://i.imgur.com/snR8vK7.png" />
<link href="https://cdn.lineicons.com/4.0/lineicons.css" rel="stylesheet" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/full.css"
rel="stylesheet"
type="text/css" />
<script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio,line-clamp"></script>
<script src="assets/js/tailwind.custom.js"></script>
<link rel="stylesheet" href="assets/css/tailwind.custom.css" />
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-8DP1V3W9G9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-8DP1V3W9G9");
</script>
</head>
<body>
<!-- component -->
<div class="mx-auto">
<!-- Navbar -->
<div class="relative">
<div class="navbar bg-base-100 z-10 fixed top-0">
<div class="navbar-start">
<div class="dropdown">
<label tabindex="0" class="btn btn-ghost lg:hidden">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-5 w-5"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor">
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M4 6h16M4 12h8m-8 6h16" />
</svg>
</label>
<ul
tabindex="0"
class="menu menu-compact dropdown-content mt-3 p-2 shadow bg-base-100 rounded-box w-52">
<li><a href="/">Home</a></li>
<li><a href="stories.html">Stories</a></li>
<li><a href="#" class="active">Showcase</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<a href="/" class="btn btn-ghost normal-case text-xl">Portflow.</a>
</div>
<div class="navbar-center hidden lg:flex">
<ul class="menu menu-horizontal px-1 space-x-3">
<li><a href="/">Home</a></li>
<li><a href="stories.html">Stories</a></li>
<li><a href="#" class="active">Showcase</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="navbar-end">
<a tabindex="0" class="btn btn-ghost btn-circle avatar">
<div class="w-10 rounded-full">
<img src="https://i.pravatar.cc/300?img=5" />
</div>
</a>
</div>
</div>
</div>
<!-- End of Navbar -->
<!-- Content -->
<section class="">
<!-- showcase -->
<div class="flex justify-center items-center mt-12 lg:mt-8">
<!--- more free and premium Tailwind CSS components at https://tailwinduikit.com/ --->
<div
class="2xl:mx-auto 2xl:container lg:px-20 lg:py-16 md:py-12 md:px-6 py-9 px-4 w-96 sm:w-auto">
<div role="main" class="flex flex-col items-center justify-center">
<h1
class="text-4xl font-semibold leading-9 text-center text-gray-800 dark:text-gray-50">
My Showcase
</h1>
<p
class="text-base leading-normal text-center text-gray-600 dark:text-white mt-4 lg:w-1/2 md:w-10/12 w-11/12">
If you're looking for random paragraphs, you've come to the
right place. When a random word or a random sentence isn't quite
enough
</p>
</div>
<div class="lg:flex items-stretch md:mt-12 mt-8">
<div class="lg:w-full">
<div
class="sm:flex items-center justify-between xl:gap-x-8 gap-x-6">
<div class="sm:w-1/3 relative">
<div>
<p
class="p-6 text-xs font-medium leading-3 text-white absolute top-0 right-0">
12 April 2021
</p>
<div class="absolute bottom-0 left-0 p-6">
<h2 class="text-xl font-semibold 5 text-white">
The Decorated Ways
</h2>
<p class="text-base leading-4 text-white mt-2">
Dive into minimalism
</p>
<a
href="showcase-detail.html"
class="focus:outline-none focus:underline flex items-center mt-4 cursor-pointer text-white hover:text-gray-200 hover:underline">
<p class="pr-2 text-sm font-medium leading-none">
Read More
</p>
<svg
class="fill-stroke"
width="16"
height="16"
viewBox="0 0 16 16"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M5.75 12.5L10.25 8L5.75 3.5"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round" />
</svg>
</a>
</div>
</div>
<a href="showcase-detail.html">
<img
src="https://picsum.photos/id/388/400/400"
class="w-full rounded"
alt="chair" />
</a>
</div>
<div class="sm:w-1/3 sm:mt-0 mt-4 relative">
<div>
<p
class="p-6 text-xs font-medium leading-3 text-white absolute top-0 right-0">
12 April 2021
</p>
<div class="absolute bottom-0 left-0 p-6">
<h2 class="text-xl font-semibold 5 text-white">
The Decorated Ways
</h2>
<p class="text-base leading-4 text-white mt-2">
Dive into minimalism
</p>
<a
href="showcase-detail.html"
class="focus:outline-none focus:underline flex items-center mt-4 cursor-pointer text-white hover:text-gray-200 hover:underline">
<p class="pr-2 text-sm font-medium leading-none">
Read More
</p>
<svg
class="fill-stroke"
width="16"
height="16"
viewBox="0 0 16 16"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M5.75 12.5L10.25 8L5.75 3.5"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round" />
</svg>
</a>
</div>
</div>
<a href="showcase-detail.html">
<img
src="https://picsum.photos/id/123/400/400"
class="w-full rounded"
alt="wall design" />
</a>
</div>
<div class="sm:w-1/3 sm:mt-0 mt-4 relative">
<div>
<p
class="p-6 text-xs font-medium leading-3 text-white absolute top-0 right-0">
12 April 2021
</p>
<div class="absolute bottom-0 left-0 p-6">
<h2 class="text-xl font-semibold 5 text-white">
The Decorated Ways
</h2>
<p class="text-base leading-4 text-white mt-2">
Dive into minimalism
</p>
<a
href="showcase-detail.html"
class="focus:outline-none focus:underline flex items-center mt-4 cursor-pointer text-white hover:text-gray-200 hover:underline">
<p class="pr-2 text-sm font-medium leading-none">
Read More
</p>
<svg
class="fill-stroke"
width="16"
height="16"
viewBox="0 0 16 16"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M5.75 12.5L10.25 8L5.75 3.5"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round" />
</svg>
</a>
</div>
</div>
<a href="showcase-detail.html">
<img
src="https://picsum.photos/id/12/400/400"
class="w-full rounded"
alt="chair" />
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end showcase -->
<!-- pagination -->
<div class="flex justify-center items-center mt-8 mb-12">
<div class="btn-group grid grid-cols-2">
<button class="btn btn-outline">Previous</button>
<button class="btn btn-outline">Next</button>
</div>
</div>
<!-- end pagination -->
</section>
<!-- End of Content -->
<!-- Footer -->
<footer class="footer footer-center p-10 rounded-md">
<div>
<p class="font-bold">
Portflow. <br />A simple portfolio web template
</p>
<p>Copyright © 2023 - All right reserved</p>
</div>
<div>
<div class="grid grid-flow-col gap-2">
<a
href=""
class="btn btn-sm bg-transparent border-none hover:bg-indigo-700 hover:text-white"
><i class="lni lni-linkedin"></i
></a>
<a
href=""
class="btn btn-sm bg-transparent border-none hover:bg-indigo-700 hover:text-white"
><i class="lni lni-github"></i
></a>
<a
href=""
class="btn btn-sm bg-transparent border-none hover:bg-indigo-700 hover:text-white"
><i class="lni lni-instagram"></i
></a>
<a
href=""
class="btn btn-sm bg-transparent border-none hover:bg-indigo-700 hover:text-white"
><i class="lni lni-twitter"></i
></a>
</div>
</div>
</footer>
<!-- End of Footer -->
</div>
</body>
</html>