-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstory.html
304 lines (287 loc) · 14.4 KB
/
story.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
<!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 - Story</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" />
<script type="module" src="https://md-block.verou.me/md-block.js"></script>
<!-- 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>
<style></style>
</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" class="active">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="/">Home</a></li>
<li><a href="stories.html" class="active">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="max-w-screen-lg mx-auto mt-20">
<div class="mb-4 md:mt-32 md:mb-0 w-full lg:w-3/4 mx-auto relative">
<div class="px-4 lg:px-0">
<a
href="stories.html"
class="btn gap-2 mb-3 bg-transparent border-current-800 hover:bg-transparent hover:text-indigo-400 hover:border-indigo-500">
<i class="lni lni-arrow-left"></i>
Back
</a>
<h2 class="text-4xl font-semibold leading-tight text-base-800">
Pellentesque a consectetur velit, ac molestie ipsum. Donec
sodales, massa et auctor.
</h2>
<a
href="#"
class="py-2 text-indigo-300 inline-flex items-center justify-center mb-2">
Programming,
</a>
<a
href="#"
class="py-2 text-indigo-300 inline-flex items-center justify-center mb-2">
Flutter
</a>
</div>
<img
src="https://images.unsplash.com/photo-1587614387466-0a72ca909e16?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2100&q=80"
class="w-full object-cover lg:rounded"
style="height: 28em" />
</div>
<div class="flex flex-col lg:flex-row" id="md-content">
<div class="px-4 lg:px-0 mt-12 text-lg w-full lg:w-3/4 mx-auto">
<p class="pb-6">
Advantage old had otherwise sincerity dependent additions. It in
adapted natural hastily is justice. Six draw you him full not
mean evil. Prepare garrets it expense windows shewing do an. She
projection advantages resolution son indulgence. Part sure on no
long life am at ever. In songs above he as drawn to. Gay was
outlived peculiar rendered led six.
</p>
<p class="pb-6">
Difficulty on insensible reasonable in. From as went he they.
Preference themselves me as thoroughly partiality considered on
in estimating. Middletons acceptance discovered projecting so is
so or. In or attachment inquietude remarkably comparison at an.
Is surrounded prosperous stimulated am me discretion expression.
But truth being state can she china widow. Occasional preference
fat remarkably now projecting uncommonly dissimilar. Sentiments
projection particular companions interested do at my delightful.
Listening newspaper in advantage frankness to concluded
unwilling.
</p>
<p class="pb-6">
Adieus except say barton put feebly favour him. Entreaties
unpleasant sufficient few pianoforte discovered uncommonly ask.
Morning cousins amongst in mr weather do neither. Warmth object
matter course active law spring six. Pursuit showing tedious
unknown winding see had man add. And park eyes too more him.
Simple excuse active had son wholly coming number add. Though
all excuse ladies rather regard assure yet. If feelings so
prospect no as raptures quitting.
</p>
<div class="border-l-4 border-base-500 pl-4 mb-6 italic rounded">
Sportsman do offending supported extremity breakfast by
listening. Decisively advantages nor expression unpleasing she
led met. Estate was tended ten boy nearer seemed. As so seeing
latter he should thirty whence. Steepest speaking up attended it
as. Made neat an on be gave show snug tore.
</div>
<p class="pb-6">
Exquisite cordially mr happiness of neglected distrusts.
Boisterous impossible unaffected he me everything. Is fine loud
deal an rent open give. Find upon and sent spot song son eyes.
Do endeavor he differed carriage is learning my graceful. Feel
plan know is he like on pure. See burst found sir met think
hopes are marry among. Delightful remarkably new assistance saw
literature mrs favourable.
</p>
<h2 class="text-2xl text-base-800 font-semibold mb-4 mt-4">
Uneasy barton seeing remark happen his has
</h2>
<p class="pb-6">
Guest it he tears aware as. Make my no cold of need. He been
past in by my hard. Warmly thrown oh he common future. Otherwise
concealed favourite frankness on be at dashwoods defective at.
Sympathize interested simplicity at do projecting increasing
terminated. As edward settle limits at in.
</p>
<p class="pb-6">
Dashwood contempt on mr unlocked resolved provided of of.
Stanhill wondered it it welcomed oh. Hundred no prudent he
however smiling at an offence. If earnestly extremity he he
propriety something admitting convinced ye. Pleasant in to
although as if differed horrible. Mirth his quick its set front
enjoy hoped had there. Who connection imprudence middletons too
but increasing celebrated principles joy. Herself too improve
gay winding ask expense are compact. New all paid few hard pure
she.
</p>
<p class="pb-6">
Breakfast agreeable incommode departure it an. By ignorant at on
wondered relation. Enough at tastes really so cousin am of.
Extensive therefore supported by extremity of contented. Is
pursuit compact demesne invited elderly be. View him she roof
tell her case has sigh. Moreover is possible he admitted
sociable concerns. By in cold no less been sent hard hill.
</p>
<p class="pb-6">
Detract yet delight written farther his general. If in so bred
at dare rose lose good. Feel and make two real miss use easy.
Celebrated delightful an especially increasing instrument am.
Indulgence contrasted sufficient to unpleasant in in insensible
favourable. Latter remark hunted enough vulgar say man. Sitting
hearted on it without me.
</p>
</div>
</div>
<div class="flex justify-center items-center mt-8 mb-12">
<div class="btn-group grid grid-cols-2">
<a href="story.html" class="btn btn-outline">Previous</a>
<a href="story.html" class="btn btn-outline">Next</a>
</div>
</div>
</div>
</article>
<!-- End of Content -->
<!-- Footer -->
<footer class="footer footer-center p-10 rounded-md mt-8">
<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>