-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
353 lines (341 loc) · 12.8 KB
/
Copy pathindex.html
File metadata and controls
353 lines (341 loc) · 12.8 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Prachurya Ray</title>
<style>
* {
box-sizing: border-box;
}
</style>
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<link rel="shortcut icon" href="./assets/p.png" type="image/x-icon" />
</head>
<body class="bg-gray-200">
<!-- navigation bar -->
<nav
class="w-full h-16 bg-linear-to-l from-sky-900 to-indigo-500 sm:px-24 px-4 py-4 flex justify-between items-center sticky top-0 z-50"
>
<h1 class="logo text-white sm:text-2xl text-lg font-bold cursor-progress">
Prachurya
</h1>
<!-- <h1 class="logo text-white sm:text-2xl text-lg font-bold cursor-progress">
Pr.
</h1> -->
<div class="menu sm:flex gap-10 hidden">
<div class="text-white cursor-pointer font-semibold home">
<a href="#home">Home</a>
</div>
<div class="text-white cursor-pointer font-semibold about">
<a href="#about-me">About</a>
</div>
<div class="text-white cursor-pointer font-semibold project">
<a href="#project">Project</a>
</div>
<div class="text-white cursor-pointer font-semibold contact">
<a href="#contact">Contact</a>
</div>
</div>
<div class="hamburger block sm:hidden cursor-pointer text-xl text-white">
☰
</div>
</nav>
<!-- hero section -->
<section class="relative min-h-[calc(100vh-4rem)]" id="home">
<!-- Background image -->
<div
class="absolute inset-0 z-0 bg-[url(./assets/faraaz-zuberi-YoIq2GyYcAU-unsplash.jpg)] bg-cover bg-center bg-no-repeat"
></div>
<!-- Dark overlay -->
<div class="absolute inset-0 z-10 bg-black/50"></div>
<!-- Content -->
<div
class="relative z-20 flex justify-center items-center text-white h-[80vh] flex-col gap-5"
>
<h1 class="text-3xl font-semibold px-2">
Hello👋 I'm
<span class="font-bold text-5xl cursor-progress">
Prachurya Ray
<span
class="inline-flex h-4 w-4 animate-ping rounded-full bg-sky-300"
></span>
</span>
</h1>
<h1 class="text-2xl hidden sm:block italic">
A Full-Stack Developer !
</h1>
</div>
<div class="relative bottom-20 z-30 flex justify-center items-center">
<button
class="bg-blue-500 px-4 py-2 rounded-full text-white text-center font-semibold cursor-pointer hover:bg-blue-700 animate-bounce hover:shadow-xl hover:shadow-cyan-500"
>
<a href="#project">View My Work</a>
</button>
</div>
</section>
<!-- about me -->
<section
class="min-h-[calc(100vh-4rem)] bg-gray-200 sm:mb-16 sm:py-4 py-8 sm:px-28 px-14 gap-16 text-justify flex items-center justify-between flex-wrap md:flex-nowrap"
id="about-me"
>
<div class="about-me-text flex flex-col gap-16 items-center">
<h1 class="font-serif mt-8 text-3xl">About Me.</h1>
<p class="font-serif">
I’m Prachurya Ray, a passionate Full Stack Developer, based in
Bangalore, with a postgraduate degree in MCA from KIIT University.
I’ve built multiple full-fledged projects, including a Restaurant
Billing System, showcasing my skills in MERN stack, UI/UX, and
scalable application development. I also have experience as an intern
at Clickuptel and intern at KIIT IT Cell. I’m continuously learning
and striving to build innovative, production-grade
applications—especially in areas intersecting with AI and modern web
technologies.
</p>
<div class="tech-stacks flex flex-wrap items-center gap-4">
<img src="./assets/html.jpg" alt="" class="h-16 w-16 rounded-full" />
<img src="./assets/css3.png" alt="" class="h-16 w-16 rounded-full" />
<img src="./assets/js.png" alt="" class="h-16 w-16 rounded-full" />
<img src="./assets/react.jpg" alt="" class="h-16 w-16 rounded-full" />
<img
src="./assets/nextjs.png"
alt=""
class="h-16 w-16 rounded-full"
/>
<img
src="./assets/tailwind.png"
alt=""
class="h-16 w-16 rounded-full"
/>
<img src="./assets/redux.png" alt="" class="h-16 w-16 rounded-full" />
<img
src="./assets/nodejs.png"
alt=""
class="h-16 w-16 rounded-full"
/>
<img
src="./assets/expressjs.png"
alt=""
class="h-16 w-16 rounded-full"
/>
<img
src="./assets/n8n-color.png"
alt=""
class="h-16 w-16 rounded-full"
/>
<img
src="./assets/postman.png"
alt=""
class="h-16 w-16 rounded-full"
/>
</div>
</div>
<img
src="/assets/my-photo.jpg"
alt=""
class="sm:h-78 sm:w-78 h-62 w-62 rounded-full cursor-pointer shadow-2xl shadow-black-1000 hover:scale-105"
/>
</section>
<!-- project section -->
<section
id="project"
class="min-h-[calc(100vh-4rem)] flex flex-col items-center bg-gray-700 p-8"
>
<h1 class="font-serif text-3xl py-12 text-white">Projects</h1>
<!-- cards -->
<div
class="cards grid lg:grid-cols-4 md:grid-cols-3 sm:grid-cols-2 grid-cols-1 justify-center items-center gap-16 p-8 sm:px-2 sm:mb-32"
>
<div
class="project-card group p-2 bg-white relative flex flex-col items-center gap-2 h-56 w-42 rounded-lg hover:border-1 hover:border-gray-300 hover:shadow-xl hover:shadow-gray-300 hover:scale-105 transition-all duration-700"
>
<img
src="./assets/faraaz-zuberi-YoIq2GyYcAU-unsplash.jpg"
class="rounded-lg group-hover:h-2/5 w-full h-3/5"
alt=""
/>
<h3 class="font-serif cursor-default">Restaurant Billing</h3>
<p
class="text-xs/2 px-2 leading-3 italic group-hover:block hidden cursor-default"
>
React, NodeJS, ExpressJS, AntD, Tailwind
</p>
<div class="project-card-btns flex gap-6 absolute bottom-4 flex-wrap">
<!-- <button
class="px-2 border-1 border-red-500 bg-red-500 text-white hover:text-black hover:bg-red-100 rounded-md py-0.5 hover:cursor-pointer"
>
<a href="">Live</a>
</button> -->
<button
class="px-2 border-1 border-green-500 bg-green-500 text-white hover:text-black hover:bg-green-100 rounded-md py-0.5 hover:cursor-pointer"
>
<a
href="https://github.com/Prachurya-Ray/Restuarant-Billing-Software.git"
target="_blank"
>Code</a
>
</button>
</div>
</div>
<div
class="project-card group p-2 bg-white relative flex flex-col items-center gap-2 h-56 w-42 rounded-lg hover:border-1 hover:border-gray-300 hover:shadow-xl hover:shadow-gray-300 hover:scale-105 transition-all duration-700"
>
<img
src="./assets/faraaz-zuberi-YoIq2GyYcAU-unsplash.jpg"
class="rounded-lg group-hover:h-2/5 w-full h-3/5"
alt=""
/>
<h3 class="font-serif cursor-default">Restaurant Billing</h3>
<p
class="text-xs/2 px-2 leading-3 italic group-hover:block hidden cursor-default"
>
React, NextJS, Tailwind, Typescript
</p>
<div class="project-card-btns flex gap-6 absolute bottom-4 flex-wrap">
<button
class="px-2 border-1 border-red-500 bg-red-500 text-white hover:text-black hover:bg-red-100 rounded-md py-0.5 hover:cursor-pointer"
>
<a href="https://www.pinhr.in/" target="_blank">Live</a>
</button>
<button
class="px-2 border-1 border-green-500 bg-green-500 text-white hover:text-black hover:bg-green-100 rounded-md py-0.5 hover:cursor-pointer"
>
<a
href="https://github.com/Prachurya-Ray/Pin-HR-System"
target="_blank"
>Code</a
>
</button>
</div>
</div>
<div
class="project-card group p-2 bg-white relative flex flex-col items-center gap-2 h-56 w-42 rounded-lg hover:border-1 hover:border-gray-300 hover:shadow-xl hover:shadow-gray-300 hover:scale-105 transition-all duration-700"
>
<img
src="./assets/faraaz-zuberi-YoIq2GyYcAU-unsplash.jpg"
class="rounded-lg group-hover:h-2/5 w-full h-3/5"
alt=""
/>
<h3 class="font-serif cursor-default">Food Ordering App</h3>
<p
class="text-xs/2 px-2 leading-3 italic group-hover:block hidden cursor-default"
>
React, Tailwind, Redux, Jest
</p>
<div class="project-card-btns flex gap-6 absolute bottom-4 flex-wrap">
<!-- <button
class="px-2 border-1 border-red-500 bg-red-500 text-white hover:text-black hover:bg-red-100 rounded-md py-0.5 hover:cursor-pointer"
>
<a href="">Live</a>
</button> -->
<button
class="px-2 border-1 border-green-500 bg-green-500 text-white hover:text-black hover:bg-green-100 rounded-md py-0.5 hover:cursor-pointer"
>
<a
href="https://github.com/Prachurya-Ray/Food-App-React.git"
target="_blank"
>Code</a
>
</button>
</div>
</div>
</div>
</section>
<!-- contact -->
<section
id="contact"
class="min-h-[calc(100vh-4rem)] bg-gray-200 flex justify-center pt-6"
>
<form
action=""
class="contact-form py-6 mt-16 flex flex-col gap-3 items-center sm:w-2/5 w-4/5 rounded-lg bg-sky-900 shadow-2xl shadow-gray-700"
>
<h2 class="text-white font-serif text-2xl">Contact Us</h2>
<div class="name w-2/3">
<label for="your-name" class="text-white text-lg">Name:</label>
<input
type="text"
required
class="bg-white rounded w-full h-8 pl-2"
placeholder="Enter Your Name"
name="your-name"
id=""
/>
</div>
<div class="mail w-2/3">
<label for="email" class="text-white text-lg">Email:</label>
<input
type="text"
required
class="bg-white w-full rounded w-4/5 h-8 pl-2"
placeholder="Enter Your Email"
name=""
id="email"
/>
</div>
<div class="message w-2/3">
<label for="text-msg" class="text-white text-lg">Message:</label>
<textarea
name=""
class="bg-white w-full rounded w-4/5 h-28 pl-2"
placeholder="Enter Your Message"
id="text-msg"
></textarea>
</div>
<button
class="rounded bg-sky-500 text-white w-2/3 h-10 text-lg font-bold cursor-pointer hover:bg-blue-500 my-2"
>
Send
</button>
</form>
</section>
<!-- social media -->
<section
id="social-links"
class="min-h-[calc(100vh-8rem)] bg-gray-200 flex justify-center flex flex-col justify-center items-center"
>
<h1 class="font-serif sm:text-3xl py-12 text-black px-2">
Connect With Me -
</h1>
<div class="links flex flex-wrap px-4 justify-center items-center gap-12">
<a
href="https://www.linkedin.com/in/prachurya-ray-001/"
target="_blank"
rel="noopener noreferrer"
>
<img
src="./assets/linkedin.png"
alt=""
class="rounded-full h-24 w-24 cursor-pointer"
/>
</a>
<a
href="https://x.com/PrachuryaRay"
target="_blank"
rel="noopener noreferrer"
>
<img
src="./assets/twitter.png"
alt=""
class="rounded-full h-24 w-24 cursor-pointer"
/>
</a>
<a
href="https://github.com/Prachurya-Ray"
target="_blank"
rel="noopener noreferrer"
>
<img
src="./assets/github.png"
alt=""
class="rounded-full h-24 w-24 cursor-pointer"
/>
</a>
</div>
</section>
<!-- footer -->
<footer class="bg-black text-white flex justify-center items-center h-16">
<p>Made with ❤️ by Prachurya</p>
</footer>
</body>
</html>