-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
335 lines (312 loc) · 13.2 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<link rel="stylesheet" href="styling.css">
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
<script src="animations.js"></script>
<title>My Landing Page</title>
</head>
<body>
<!-- <header>
<div class="container">
<h1>The Web App</h1>
<h2>This app will put a smile on your face!</h2>
<a href="#" class="btn">Download Now</a>
<div class="submenu">
<a href="#">Link 1</a>
<a href="#">Link 2</a>
</div>
</div>
</header>
-->
<header aria-label="Page Header" class="bg-gray-50">
<div class="mx-auto max-w-screen-xl px-4 py-8 sm:px-6 lg:px-8">
<div class="flex items-center sm:justify-between sm:gap-4">
<div class="relative hidden sm:block">
<label class="sr-only" for="search"> Search </label>
<input
class="h-10 w-full rounded-lg border-none bg-white pl-4 pr-10 text-sm shadow-sm sm:w-56"
id="search"
type="search"
placeholder="Search website..."
/>
<button
type="button"
class="absolute top-1/2 right-1 -translate-y-1/2 rounded-md bg-gray-50 p-2 text-gray-600 transition hover:text-gray-700"
>
<span class="sr-only">Submut Search</span>
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-4 w-4"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"
/>
</svg>
</button>
</div>
<div
class="flex flex-1 items-center justify-between gap-8 sm:justify-end"
>
<div class="flex gap-4">
<button
type="button"
class="block shrink-0 rounded-lg bg-white p-2.5 text-gray-600 shadow-sm hover:text-gray-700 sm:hidden"
>
<span class="sr-only">Search</span>
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-5 w-5"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"
/>
</svg>
</button>
<a
href="#"
class="block shrink-0 rounded-lg bg-white p-2.5 text-gray-600 shadow-sm hover:text-gray-700"
>
<span class="sr-only">Academy</span>
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-5 w-5"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path d="M12 14l9-5-9-5-9 5 9 5z" />
<path
d="M12 14l6.16-3.422a12.083 12.083 0 01.665 6.479A11.952 11.952 0 0012 20.055a11.952 11.952 0 00-6.824-2.998 12.078 12.078 0 01.665-6.479L12 14z"
/>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M12 14l9-5-9-5-9 5 9 5zm0 0l6.16-3.422a12.083 12.083 0 01.665 6.479A11.952 11.952 0 0012 20.055a11.952 11.952 0 00-6.824-2.998 12.078 12.078 0 01.665-6.479L12 14zm-4 6v-7.5l4-2.222"
/>
</svg>
</a>
<a
href="#"
class="block shrink-0 rounded-lg bg-white p-2.5 text-gray-600 shadow-sm hover:text-gray-700"
>
<span class="sr-only">Notifications</span>
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-5 w-5"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9"
/>
</svg>
</a>
</div>
<button
type="button"
class="group flex shrink-0 items-center rounded-lg transition"
>
<span class="sr-only">Menu</span>
<img
alt="Man"
src="https://images.unsplash.com/photo-1600486913747-55e5470d6f40?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1770&q=80"
class="h-10 w-10 rounded-full object-cover"
/>
<p class="ml-2 hidden text-left text-xs sm:block">
<strong class="block font-medium">Shreyash Naik</strong>
<span class="text-gray-500"> [email protected] </span>
</p>
<svg
xmlns="http://www.w3.org/2000/svg"
class="ml-4 hidden h-5 w-5 text-gray-500 transition group-hover:text-gray-700 sm:block"
viewBox="0 0 20 20"
fill="currentColor"
>
<path
fill-rule="evenodd"
d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z"
clip-rule="evenodd"
/>
</svg>
</button>
</div>
</div>
<div class="mt-8">
<h1 class="text-2xl font-bold text-gray-900 sm:text-3xl">
Welcome Back
</h1>
<p class="mt-1.5 text-sm text-gray-500">
his app will put a smile on your face!
</p>
</div>
</div>
</header>
<section class="features">
<div class="container">
<div class="feature">
<img src="images/pin.png"">
<p>Location Services</p>
</div>
<div class="feature">
<img src="images/pie-chart.png" alt="">
<p>Charts Services </p>
</div>
<div class="feature">
<img src="images/comments.png" alt="">
<p>Messaging tools </p>
</div>
</div>
</section>
<section class="quote">
<blockquote class="container">
<p>"Whatever life holds in store for me, I will miss the part where that's my problem!"</p>
<cite>Bully Maguire</cite>
</blockquote>
</section>
<!-- <footer>
<div class="container">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contacts</a></li>
</ul>
<p>Shreyas Naik. Copyright © 2019-2023.</p>
</div>
</footer> -->
<footer style="height: 30px;" aria-label="Site Footer" class="bg-white text-center">
<div s class="mx-auto max-w-screen-xl px-4 py-12 sm:px-6 lg:px-8">
<div class="mx-auto max-w-3xl space-y-6">
<div class="flex justify-center gap-6">
<a
class="text-blue-500 hover:text-blue-500/75"
href="/"
target="_blank"
rel="noreferrer"
aria-label="Twitter"
>
<svg
class="h-8 w-8"
fill="currentColor"
viewBox="0 0 24 24"
aria-hidden="true"
>
<path
d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0022 5.92a8.19 8.19 0 01-2.357.646 4.118 4.118 0 001.804-2.27 8.224 8.224 0 01-2.605.996 4.107 4.107 0 00-6.993 3.743 11.65 11.65 0 01-8.457-4.287 4.106 4.106 0 001.27 5.477A4.072 4.072 0 012.8 9.713v.052a4.105 4.105 0 003.292 4.022 4.095 4.095 0 01-1.853.07 4.108 4.108 0 003.834 2.85A8.233 8.233 0 012 18.407a11.616 11.616 0 006.29 1.84"
></path>
</svg>
</a>
<a
class="text-gray-900 hover:text-gray-900/75"
href="/"
target="_blank"
rel="noreferrer"
aria-label="GitHub"
>
<svg
class="h-8 w-8"
fill="currentColor"
viewBox="0 0 24 24"
aria-hidden="true"
>
<path
fill-rule="evenodd"
d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z"
clip-rule="evenodd"
></path>
</svg>
</a>
<a
class="text-pink-600 hover:text-pink-600/75"
href="/dribbble"
target="_blank"
rel="noreferrer"
aria-label="Dribbble"
>
<svg
class="h-8 w-8"
fill="currentColor"
viewBox="0 0 24 24"
aria-hidden="true"
>
<path
fill-rule="evenodd"
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10c5.51 0 10-4.48 10-10S17.51 2 12 2zm6.605 4.61a8.502 8.502 0 011.93 5.314c-.281-.054-3.101-.629-5.943-.271-.065-.141-.12-.293-.184-.445a25.416 25.416 0 00-.564-1.236c3.145-1.28 4.577-3.124 4.761-3.362zM12 3.475c2.17 0 4.154.813 5.662 2.148-.152.216-1.443 1.941-4.48 3.08-1.399-2.57-2.95-4.675-3.189-5A8.687 8.687 0 0112 3.475zm-3.633.803a53.896 53.896 0 013.167 4.935c-3.992 1.063-7.517 1.04-7.896 1.04a8.581 8.581 0 014.729-5.975zM3.453 12.01v-.26c.37.01 4.512.065 8.775-1.215.25.477.477.965.694 1.453-.109.033-.228.065-.336.098-4.404 1.42-6.747 5.303-6.942 5.629a8.522 8.522 0 01-2.19-5.705zM12 20.547a8.482 8.482 0 01-5.239-1.8c.152-.315 1.888-3.656 6.703-5.337.022-.01.033-.01.054-.022a35.318 35.318 0 011.823 6.475 8.4 8.4 0 01-3.341.684zm4.761-1.465c-.086-.52-.542-3.015-1.659-6.084 2.679-.423 5.022.271 5.314.369a8.468 8.468 0 01-3.655 5.715z"
clip-rule="evenodd"
></path>
</svg>
</a>
</div>
<nav
aria-label="Footer Nav"
class="rounded-3xl border-4 border-gray-900 p-6"
>
<ul class="flex flex-wrap justify-center gap-6 text-sm font-bold">
<li>
<a
class="text-gray-900 transition hover:text-gray-900/75"
href="/"
target="_blank"
rel="noreferrer"
>
Home
</a>
</li>
<li>
<a
class="text-gray-900 transition hover:text-gray-900/75"
href="/"
target="_blank"
rel="noreferrer"
>
About
</a>
</li>
<li>
<a
class="text-gray-900 transition hover:text-gray-900/75"
href="/"
target="_blank"
rel="noreferrer"
>
Contacts
</a>
</li>
<li>
<a
class="text-gray-900 transition hover:text-gray-900/75"
href="/"
target="_blank"
rel="noreferrer"
>
Portfolio
</a>
</li>
</ul>
</nav>
<span class="mt-4 block"> © Shreyas Naik </span>
</div>
</div>
</footer>
</body>
</html>