-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
402 lines (386 loc) · 17.8 KB
/
index.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
<!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 - Home</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="/" class="active">Home</a></li>
<li><a href="stories.html">Stories</a></li>
<li><a href="showcase.html">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="/" class="active">Home</a></li>
<li><a href="stories.html">Stories</a></li>
<li><a href="showcase.html">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 -->
<article class="">
<div class="hero min-h-screen bg-base-200">
<div
class="hero-content max-w-screen-lg mx-auto flex-col lg:flex-row-reverse">
<img
src="assets/images/business-3d-young-woman-standing-and-smiling.png"
class="mt-0 pt-0 h-96" />
<div class="text-center md:text-left mb-14 md:mb-0 mr-0 md:mr-28">
<h1 class="text-5xl font-bold">Gwen Julia</h1>
<p class="py-6">
I have 3 years exp in Flutter in my previous company,
TheCompanyName Inc. based on Surabaya, ID. I love practicing my
skills and upscale for the real world users and share my
knowledge to help each other.
</p>
<button class="btn btn-primary">Contact Me</button>
</div>
</div>
</div>
<div class="max-w-screen-lg mx-auto">
<!-- recent posts -->
<section id="overview">
<div
class="flex mt-16 mb-4 px-4 lg:px-0 items-center justify-between">
<h2 class="font-bold text-white text-3xl">Latest Articles</h2>
<a
href="stories.html"
class="text-indigo-300 hover:text-indigo-400 px-3 py-1 cursor-pointer">
View All
</a>
</div>
<div class="block space-x-0 lg:flex lg:space-x-6">
<div class="w-full lg:w-1/3 p-4 lg:p-0">
<img
src="https://images.unsplash.com/photo-1526666923127-b2970f64b422?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=900&q=60"
class="rounded"
alt="technology" />
<div class="p-4 pl-0">
<h2 class="font-bold text-2xl text-white line-clamp-2">
Put all speaking her delicate recurred possible.
</h2>
<p class="text-gray-300 mt-2 line-clamp-3">
Set indulgence inquietude discretion insensible bed why
announcing. Middleton fat two satisfied additions. So
continued he or commanded household smallness delivered.
Door poor on do walk in half. Roof his head the what.
</p>
<a
href="story.html"
class="btn bg-indigo-600 hover:bg-indigo-700 border-none py-2 rounded text-indigo-200 mt-2 ml-auto">
Read more
</a>
</div>
</div>
<div class="w-full lg:w-1/3 p-4 lg:p-0">
<img
src="https://images.unsplash.com/photo-1504384764586-bb4cdc1707b0?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=900&q=60"
class="rounded"
alt="technology" />
<div class="p-4 pl-0">
<h2 class="font-bold text-2xl text-white line-clamp-2">
Is at purse tried jokes china ready decay an.
</h2>
<p class="text-gray-300 mt-2 line-clamp-3">
Small its shy way had woody downs power. To denoting
admitted speaking learning my exercise so in. Procured
shutters mr it feelings. To or three offer house begin taken
am at.
</p>
<a
href="story.html"
class="btn bg-indigo-600 hover:bg-indigo-700 border-none py-2 rounded text-indigo-200 mt-2 ml-auto">
Read more
</a>
</div>
</div>
<div class="w-full lg:w-1/3 p-4 lg:p-0">
<img
src="https://images.unsplash.com/photo-1483058712412-4245e9b90334?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2100&q=80"
class="rounded"
alt="technology" />
<div class="p-4 pl-0">
<h2 class="font-bold text-2xl text-white line-clamp-2">
As dissuade cheerful overcame so of friendly he indulged
unpacked.
</h2>
<p class="text-gray-300 mt-2 line-clamp-3">
Alteration connection to so as collecting me. Difficult in
delivered extensive at direction allowance. Alteration put
use diminution can considered sentiments interested
discretion.
</p>
<a
href="story.html"
class="btn bg-indigo-600 hover:bg-indigo-700 border-none py-2 rounded text-indigo-200 mt-2 ml-auto">
Read more
</a>
</div>
</div>
</div>
</section>
<!-- end recent posts -->
<!-- medium -->
<section>
<div
class="flex mt-16 mb-4 px-4 lg:px-0 items-center justify-between">
<h2 class="font-bold text-white text-3xl">From Medium</h2>
<a
class="text-indigo-300 hover:text-indigo-400 px-3 py-1 cursor-pointer">
View More
</a>
</div>
<div>
<content
class="grid grid-cols-6 lg:grid-cols-12 gap-3 w-full px-4 pb-4 lg:px-0">
<div class="col-span-4 lg:col-span-9 flex flex-col">
<a href=""
><subject
class="font-bold text-lg lg:text-2 pt-1 line-clamp-2 lg:line-clamp-3">
Lorem ipsum dolor sit amet
</subject></a
>
<description
class="font-light text-sm lg:text-lg pt-2 line-clamp-2 lg:line-clamp-5">
Lorem ipsum dolor sit, amet consectetur adipisicing elit.
Itaque, esse? Quod, voluptate laborum! Lorem ipsum dolor sit
amet consectetur adipisicing elit. Ea iste magni
necessitatibus nemo?
</description>
</div>
<div class="col-span-2 lg:col-span-3 flex items-center">
<a href=""
><img
src="https://picsum.photos/id/33/500/500"
class="rounded w-full"
/></a>
</div>
</content>
<content
class="grid grid-cols-6 lg:grid-cols-12 gap-3 w-full px-4 pb-4 lg:px-0">
<div class="col-span-4 lg:col-span-9 flex flex-col">
<a href=""
><subject
class="font-bold text-lg lg:text-2 pt-1 line-clamp-2 lg:line-clamp-3">
Consectetur adipisicing elit. Dicta, eveniet!
</subject></a
>
<description
class="font-light text-sm lg:text-lg pt-2 line-clamp-2 lg:line-clamp-5">
Tenetur ipsam possimus veritatis sit ab expedita, placeat
molestiae consequuntur non voluptatum. Lorem ipsum dolor sit
amet consectetur adipisicing elit. Ea iste magni
necessitatibus nemo?
</description>
</div>
<div class="col-span-2 lg:col-span-3 flex items-center">
<a href=""
><img
src="https://picsum.photos/id/80/500/500"
class="rounded w-full"
/></a>
</div>
</content>
<content
class="grid grid-cols-6 lg:grid-cols-12 gap-3 w-full px-4 pb-4 lg:px-0">
<div class="col-span-4 lg:col-span-9 flex flex-col">
<a href=""
><subject
class="font-bold text-lg lg:text-2 pt-1 line-clamp-2 lg:line-clamp-3">
Temporibus quia aperiam delectus
</subject></a
>
<description
class="font-light text-sm lg:text-lg pt-2 line-clamp-2 lg:line-clamp-5">
Repellat magni pariatur commodi nesciunt qui doloribus
architecto consectetur. Provident, voluptatum cumque. Lorem
ipsum dolor sit amet consectetur adipisicing elit. Ea iste
magni necessitatibus nemo?
</description>
</div>
<div class="col-span-2 lg:col-span-3 flex items-center">
<a href=""
><img
src="https://picsum.photos/id/234/500/500"
class="rounded w-full"
/></a>
</div>
</content>
</div>
</section>
<!-- end medium section -->
<!-- subscribe -->
<section>
<div class="flex mt-5 lg:mt-14">
<img
src="https://images.unsplash.com/photo-1579275542618-a1dfed5f54ba?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=900&q=60"
class="w-0 md:w-1/4 object-cover rounded-l" />
<div class="px-4 py-4 lg:px-12">
<h3
class="text-2xl lg:text-3xl text-gray-200 font-bold lg:mt-5">
Subscribe my newsletter!
</h3>
<p class="text-sm text-gray-300">
I will send latest collection shot and post once in every
week, fresh from the oven.
</p>
<form class="mt-4 mb-10">
<input
type="email"
class="rounded bg-gray-100 px-4 py-2 border focus:border-indigo-400"
placeholder="[email protected]" />
<button
class="px-4 py-2 rounded border border-indigo-600 bg-indigo-600 text-gray-100">
Subscribe
<i class="bx bx-right-arrow-alt"></i>
</button>
<p class="text-indigo-200 opacity-50 text-sm mt-1">
No spam. I promise
</p>
</form>
</div>
</div>
</section>
<!-- ens subscribe section -->
</div>
</article>
<!-- End of Content -->
<!-- Footer -->
<footer class="footer footer-center p-10 rounded-md lg:mt-16">
<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>