-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
229 lines (196 loc) · 11.6 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
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Showcase | Tailwindcss projects</title>
<link rel="stylesheet" href="./CSS/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;600&family=Open+Sans:wght@500;700;800&display=swap" rel="stylesheet">
</head>
<body class="bg-slate-900 text-white">
<nav id="nav" class="max-w-6xl mx-auto flex flex-row justify-between mt-3 px-12 py-3">
<h1 class="text-2xl uppercase">Project Showcase</h1>
<div class="flex flex-row items-center gap-5 md:gap-10">
<div class="group">
<a href="#hero" class="p-2 text-sm font-semibold group-hover:text-indigo-600">About</a>
<div class="group-hover:border-b mx-3 mt-1 duration-200"></div>
</div>
<div class="group">
<a href="#show-case" class="p-2 text-sm font-semibold group-hover:text-indigo-600">Projects</a>
<div class="group-hover:border-b mx-3 mt-1 duration-200"></div>
</div>
</div>
</nav>
<div class="mt-6 bg-hero-pattern
bg-no-repeat bg-cover">
<div id="hero" class="container flex flex-col space-y-12 mx-auto
justify-center items-center p-12 py-24">
<h1 class="text-4xl font-bold">🚀 TailwindCSS landing pages,</h1>
<p class="text-lg max-w-md">
Hi, I am Dhanush Prabhu S 🌟. This place is to showcase the <span class="text-xl font-bold">Six Awesome Landing Pages</span> build by me with an inspiration from the challenge website projects of
<a href="https://www.frontendmentor.io/home" class="text-indigo-600">Frontend Mentor</a>
</p>
</div>
<div class="flex flex-col md:flex-row mx-auto max-w-6xl justify-between mt-3 px-12 py-3">
<img src="images/website-designer-bro.svg" class="mx-auto h-96 w-auto hover:scale-110 transition-all duration-300" alt="" />
<p class="text-lg max-w-sm">
Tailwind CSS is basically a utility-first CSS framework for rapidly building custom user interfaces. It is a highly customizable, low-level CSS framework that gives you all of the building blocks you need to build bespoke designs without any annoying
opinionated styles you have to fight to override.
</p>
</div>
<div class="container flex flex-col space-y-12 mx-auto
justify-center items-center p-12 mb-0">
<h2 class="text-xl font-bold border-b uppercase border-indigo-600">Project Types</h2>
<div class="flex flex-col space-y-2 md:flex-row md:space-y-0 md:space-x-6 justify-between">
<a href="" class="text-lg hover:text-indigo-500"><span class="text-2xl">⚡</span>Landing Pages</a>
<a href="" class="text-lg hover:text-indigo-500"><span class="text-2xl">⚡</span>Testimonial Grids</a>
<a href="" class="text-lg hover:text-indigo-500"><span class="text-2xl">⚡</span>Product Websites</a>
<a href="" class="text-lg hover:text-indigo-500"><span class="text-2xl">⚡</span>Dark/Light Modes</a>
</div>
</div>
<div id="show-case" class="container flex flex-col space-y-12 mx-auto
justify-center items-center p-24">
<h2 class="text-2xl font-bold uppercase text-center border-b border-indigo-600">Showcase</h2>
<div class="p-6 grid gap-8 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 text-black">
<div class="relative group w-[300px] md:w-auto">
<a href="./clipboard-website/index.html">
<img src="images/project-6.png" alt="" class="w-96">
<div class="absolute bottom-0 left-0 right-0 p-2 px-4 text-white duration-500 bg-black opacity-0 group-hover:opacity-100 bg-opacity-80">
<div class="flex justify-between w-full">
<div class="font-normal">
<p class="text-lg">Clipboard Website</p>
<p class="text-xs">Visit</p>
</div>
<div class="flex items-center">
<img src="images/link.png" alt="link" />
</div>
</div>
</div>
</a>
</div>
<div class="relative group w-[300px] md:w-auto">
<a href="./loops-studio/index.html">
<img src="images/project-7.png" alt="" class="w-96">
<div class="absolute bottom-0 left-0 right-0 p-2 px-4 text-white duration-500 bg-black opacity-0 group-hover:opacity-100 bg-opacity-80">
<div class="flex justify-between w-full">
<div class="font-normal">
<p class="text-lg">Loopstudios</p>
<p class="text-xs">Visit</p>
</div>
<div class="flex items-center">
<img src="images/link.png" alt="bookmark" />
</div>
</div>
</div>
</a>
</div>
<div class="relative group w-[300px] md:w-auto">
<a href="./link-short/index.html">
<img src="images/project-8.png" alt="" class="w-96">
<div class="absolute bottom-0 left-0 right-0 p-2 px-4 text-white duration-500 bg-black opacity-0 group-hover:opacity-100 bg-opacity-80">
<div class="flex justify-between w-full">
<div class="font-normal">
<p class="text-lg">Shortly Website</p>
<p class="text-xs">Visit</p>
</div>
<div class="flex items-center">
<img src="images/link.png" alt="bookmark" />
</div>
</div>
</div>
</a>
</div>
<div class="relative group w-[300px] md:w-auto">
<a href="./testimonial-grid/index.html">
<img src="images/project-9.png" alt="" class="w-96">
<div class="absolute bottom-0 left-0 right-0 p-2 px-4 text-white duration-500 bg-black opacity-0 group-hover:opacity-100 bg-opacity-80">
<div class="flex justify-between w-full">
<div class="font-normal">
<p class="text-sm">Testimonial Grid</p>
<p class="text-xs">Visit</p>
</div>
<div class="flex items-center">
<img src="images/link.png" alt="bookmark" />
</div>
</div>
</div>
</a>
</div>
<div class="relative group w-[300px] md:w-auto">
<a href="./fylo/index.html">
<img src="images/project-10.png" alt="" class="w-96">
<div class="absolute bottom-0 left-0 right-0 p-2 px-4 text-white duration-500 bg-black opacity-0 group-hover:opacity-100 bg-opacity-80">
<div class="flex justify-between w-full">
<div class="font-normal">
<p class="text-lg">Fylo Dark Mode</p>
<p class="text-xs">Visit</p>
</div>
<div class="flex items-center">
<img src="images/link.png" alt="bookmark" />
</div>
</div>
</div>
</a>
</div>
<div class="relative group w-[300px] md:w-auto">
<a href="./bookmark/index.html">
<img src="images/project-11.png" alt="" class="w-96">
<div class="absolute bottom-0 left-0 right-0 p-2 px-4 text-white duration-500 bg-black opacity-0 group-hover:opacity-100 bg-opacity-80">
<div class="flex justify-between w-full">
<div class="font-normal">
<p class="text-lg">Bookmark Website</p>
<p class="text-xs">Visit</p>
</div>
<div class="flex items-center">
<img src="images/link.png" alt="bookmark" />
</div>
</div>
</div>
</a>
</div>
<div class="group w-[300px] md:w-auto">
<a href="https://github.com/DhanushprabhuS/tailwindcss-main-projects">
<div class="p-2 px-4 text-white duration-500 bg-black opacity-80">
<div class="flex justify-between w-full">
<div class="font-normal">
<p class="text-xl">Check the project on GitHub here</p>
<p class="text-lg">Source Code</p>
</div>
<div class="flex items-center">
<img src="images/link.png" alt="bookmark" />
</div>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="flex items-center space-x-3 md:space-x-10 justify-center pb-24">
<a href="https://github.com/DhanushPrabhus">
<img src="images/github.svg" alt="" class="h-20 hover:scale-125 duration-200">
</a>
<a href="https://www.linkedin.com/in/dhanushprabhus/">
<img src="images/linkedin.svg" alt="" class="h-20 hover:scale-125 duration-200">
</a>
<a href="https://twitter.com/DhanushPrabhuS">
<img src="images/twitter.svg" alt="" class="h-20 hover:scale-125 duration-200">
</a>
</div>
</div>
<footer class="max-w-6xl mx-auto flex flex-row justify-between mt-3 px-6 py-24">
<p class="text-xl">Copyright © 2023 Dhanush Prabhu S</p>
<div class="flex flex-row items-center gap-5">
<div class="group">
<a href="#nav" class="p-2 text-sm font-semibold group-hover:text-indigo-600">Top</a>
<div class="group-hover:border-b mx-3 mt-1 duration-200"></div>
</div>
<div class="group">
<a href="#show-case" class="p-2 text-sm font-semibold group-hover:text-indigo-600">Projects</a>
<div class="group-hover:border-b mx-3 mt-1 duration-200"></div>
</div>
</div>
</footer>
</body>
</html>