-
Notifications
You must be signed in to change notification settings - Fork 2
/
contact.html
197 lines (192 loc) · 8.82 KB
/
contact.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
<!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 - Contact</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="max-w-screen-lg 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="showcase.html">Showcase</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#" class="active">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="showcase.html">Showcase</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#" class="active">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="">
<div class="hero min-h-screen">
<div
class="hero-content flex-col lg:flex-row max-w-screen-lg mx-auto mt-20 lg:mt-0">
<img
src="https://i.pravatar.cc/500?img=1"
class="max-w-sm rounded-lg shadow-2xl" />
<div class="p-1 lg:ml-6">
<h1 class="text-2xl font-bold">Let's discuss something!</h1>
<p class="py-2">
Lorem ipsum, dolor sit amet consectetur adipisicing elit.
Itaque, corrupti nesciunt nam ad pariatur cum sapiente illo
debitis qui laborum!
</p>
<div class="mt-3 space-y-3 lg:space-y-2">
<input
type="text"
placeholder="John Who"
class="input input-bordered rounded-md text-sm w-full bg-gray-800 border-gray-600" />
<input
type="email"
placeholder="[email protected]"
class="input input-bordered rounded-md text-sm w-full bg-gray-800 border-gray-600" />
<textarea
class="textarea textarea-bordered rounded-md text-sm p-3 w-full bg-gray-800 border-gray-600"
placeholder="Write some message for me..."></textarea>
<button class="btn btn-primary">Send To Me</button>
</div>
</div>
</div>
</div>
</section>
<!-- 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>