-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
415 lines (337 loc) · 15.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
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./assets/logo.png" type="image/png">
<link rel="stylesheet" href="style.css">
<title>PORTFOLIO | PIYUSH BHATT</title>
<!-- ICONSCOUT CDN -->
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.8/css/line.css">
<!-- GOOGLE FONTS(POPPINS) -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&family=Varela+Round&display=swap" rel="stylesheet">
<!-- GOOGLE FONTS(OUTFIT) -->
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Poppins:wght@300;400;500;700&family=Varela+Round&display=swap" rel="stylesheet">
<!-- Animate On Scroll -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body>
<!-- NAV -->
<nav>
<div class="container nav__container">
<a href="index.html" class="nav__logo">
<img src="./assets/logo.png" alt="navbar logo">
</a>
<ul class="nav__menu">
<li><a href="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<div class="nav__buttons">
<button class="nav__theme-btn">
<i class="uil uil-moon"></i>
</button>
<button class="nav__toggle-open">
<i class="uil uil-bars"></i>
</button>
<button class="nav__toggle-close">
<i class="uil uil-multiply"></i>
</button>
</div>
</div>
</nav>
<!-- END OF NAV------->
<!-- HEADER SECTION -->
<header>
<div class="container header__container">
<article class="header__image" data-aos="fade-up" data-aos-delay="700ms">
<div>
<img src="./assets/header.jpg" alt="header img">
</div>
</article>
<article class="header__content" data-aos="fade-in">
<h4>
Hi, I'm <span>Piyush Bhatt</span>. And I'll
</h4>
<h1>
Get your business
<br>
online the right way
</h1>
<p>
Are you looking for a professional developer to put your business online? You've come to the right place! I've helped many business owners to take their ideas to life.
Hire me today!
</p>
<div class="header__cta">
<a href="#contact" class="btn primary">Hire me</a>
<a href="#projects" class="btn">Portfolio</a>
</div>
</article>
<ul class="header__socials">
<li>
<a href=https://x.com/PIYUSH_0_8?t=Db73Nh5EdiI_nU-H0r5fPQ&s=09" target="_blank">
<i class="uil uil-twitter-alt"></i>
</a>
</li>
<li>
<a href="https://github.com/THEPIYUSHBHATT" target="_blank">
<i class="uil uil-github-alt"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/piyush-bhatt-66144b1b4" target="_blank">
<i class="uil uil-linkedin-alt"></i>
</a>
</li>
<li>
<a href="https://instagram.com/leo_piyush?igshid=OGQ5ZDc2ODk2ZA==" target="_blank">
<i class="uil uil-instagram-alt"></i>
</a>
</li>
</ul>
</div>
</header>
<!-- END OF HEADER SECTION -->
<section class="about" id="about">
<div class="container about__container">
<div class="about__image">
<img src="https://cdn.pixabay.com/photo/2017/02/18/12/36/hacker-2077138_1280.jpg" alt="about img">
</div>
<div class="about__details" data-aos="fade-in" data-aos-delay="300ms">
<h1>About me</h1>
<div class="about__cards">
<article class="about__card">
<i class="uil uil-award-alt"></i>
<h4>Experience</h4>
<small>1+ years</small>
</article>
<article class="about__card">
<i class="uil uil-swatchbook"></i>
<h4>Projects</h4>
<small>15+ completed</small>
</article>
</div>
<p>
Building projects and learning daily. Being in the web development industry for over 1 year and contributing in open source development. I'm always maotivated to do more.
</p>
<p>
Hi, My name is Piyush Bhatt from Delhi, India. I am a frontend developer pusrsuing my Bachelors degree in Computer Science. My top priority is to get your buisness online the right way, giving you industry-standard design. Get in touch for details of your project let's get started! Check out my resume below!
</p>
<a href="./assets/Piyush_Bhatt_Resume_24-09-2023-13-46-56.pdf" class="btn primary" download target="_blank">
<i class="uil uil-download-alt"></i>Download CV
</a>
</div>
</div>
</section>
<!-- end of about section -->
<section class="services" id="services">
<h1>Services</h1>
<p>
Visualize - Aspire - Create & Live .
</p>
<div class="container services__container">
<ul class="services__left">
<li class="service__item
frontend active ">
<span>
<i class="uil uil-desktop"></i>
</span>
<div>
<h3>Frontend</h3>
</div>
</li>
<li class="service__item backend ">
<span>
<i class="uil uil-server"></i>
</span>
<div>
<h3>Backend</h3>
</div>
</li>
<li class="service__item designs">
<span>
<i class="uil uil-apps"></i>
</span>
<div>
<h3>UI/UX Design</h3>
</div>
</li>
</ul>
<article class="services__right" data-aos="fade-in" data-aos-delay="200ms">
</article>
</div>
</section>
<!-- End Of Services -->
<section class="projects" id="projects">
<h1>Recent Projects</h1>
<p>where visualization comes to reality</p>
<ul class="projects__categories">
<li class="active" data-filter="*">All</li>
<li data-filter=".frontend">Frontend</li>
<li data-filter=".design">Designs</li>
</ul>
<div class="container projects__container" data-aos="fade-in">
<article class="project mix frontend" data-order="1">
<div class="project__image">
<img src="./assets/spotify.png" alt="Project image">
</div>
<h3>Spotify Clone (Frontend)</h3>
<p>
A spotify clone made for listening your favourite song without any interuption of ads just add it to the list of songs in the code and enjoy just like spotify music.
</p>
<div class="project__cta">
<a href="https://spotify-clone-by007.netlify.app/" class="btn sm primary" target="_blank">Demo</a>
<a href="https://github.com/THEPIYUSHBHATT/Spotify-clone.git" class="btn sm " target="_blank">Github</a>
</div>
</article>
<article class="project mix frontend design" data-order="2">
<div class="project__image">
<img src="./assets/ai image generator.png" alt="Project image">
</div>
<h3>AI IMAGE GENERATOR (API Based)</h3>
<p>
An AI based image generator made with the help of OpenAPI. it gives you images based on your own choices.
</p>
<div class="project__cta">
<a href="https://enchanting-tulumba-a7c696.netlify.app/" class="btn sm primary" target="_blank">Demo</a>
<a href="https://github.com/THEPIYUSHBHATT/AI-IMAGE-GENERATOR.git" class="btn sm " target="_blank">Github</a>
</div>
</article>
<article class="project mix frontend" data-order="3">
<div class="project__image">
<img src="./assets/weather.png" alt="Project image">
</div>
<h3>Weather App(API Based)</h3>
<p>
A weather app which gives you weather from all over the world by fetching from API.
</p>
<div class="project__cta">
<a href="https://weather-app-bypiyush.netlify.app/" class="btn sm primary" target="_blank">Demo</a>
<a href="https://github.com/THEPIYUSHBHATT/Weather-App.git" class="btn sm " target="_blank">Github</a>
</div>
</article>
<article class="project mix frontend" data-order="4">
<div class="project__image">
<img src="./assets/to do app.png" alt="Project image">
</div>
<h3>To do list(Frontend) </h3>
<p>
A to do list made for remembering your important task of the days.
</p>
<div class="project__cta">
<a href="https://to-do-list-bypiyush.netlify.app/" class="btn sm primary" target="_blank">Demo</a>
<a href="https://github.com/THEPIYUSHBHATT/to-do-list-app.git" class="btn sm " target="_blank">Github</a>
</div>
</article>
<article class="project mix design" data-order="5">
<div class="project__image">
<img src="./assets/amazon clone.png" alt="Project image">
</div>
<h3>Amazon clone(Design)</h3>
<p>
A non interactive clone made on based of exact same design with a hint my own imagination and making it a bit better and eye cathing interface
</p>
<div class="project__cta">
<a href="https://amazon-cloneee.netlify.app/" class="btn sm primary" target="_blank">Demo</a>
<a href="https://github.com/THEPIYUSHBHATT/Amazon-Clone.git" class="btn sm " target="_blank">Github</a>
</div>
</article>
<article class="project mix frontend design" data-order="6">
<div class="project__image">
<img src="./assets/snake game.png" alt="Project Image ">
</div>
<h3>Snake game </h3>
<p>
A fun and interactive snake game made for fun and entertainment for enjoying in between breaks and remembering the nostalgia of playing snake games on nokia
</p>
<div class="project__cta">
<a href="https://playing-with-ur-ex.netlify.app/" class="btn sm primary" target="_blank">Demo</a>
<a href="https://github.com/THEPIYUSHBHATT/SnakeGame.git" class="btn sm " target="_blank">Github</a>
</div>
</article>
</div>
</section>
<!-- end of projects -->
<section class="contact" id="contact">
<div class="container contact__container">
<ul class="contact__list">
<li data-aos="fade-in">
<a href="mailto:[email protected]" class="contact__list-item" target="_blank">
<i class="uil uil-envelope"></i>
</a>
</li>
<li data-aos="fade-in" data-aos-delay="150ms">
<a href="https://wa.me/+918595135918" class="contact__list-item" target="_blank">
<i class="uil uil-whatsapp"></i>
</a>
</li>
<li data-aos="fade-in" data-aos-delay="300ms">
<a href="tel: 8595135918" class="contact__list-item" target="_blank">
<i class="uil uil-phone"></i>
</a>
</li>
<li data-aos="fade-in" data-aos-delay="450ms">
<a href="https://www.instagram.com/t/leo_piyush" class="contact__list-item" target="_blank">
<i class="uil uil-instagram-alt"></i>
</a>
</li>
</ul>
<form action="https://formsubmit.co/69784306a1df4cbe406246ff43de1227" method="POST"class="contact__form" data-aos="fade-up" data-aos-delay="600ms">
<input type="text" name="Name"
placeholder="Full Name">
<input type="email"
name="Email" placeholder="Email Address">
<textarea rows="7" placeholder="Message"></textarea>
<button type="submit"
name="Message" class="btn">Send</button>
</form>
</div>
</section>
<!-- end of contact -->
<footer>
<div class="container footer__container">
<ul class="footer__menu">
<li><a href="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<ul class="footer__socials">
<li>
<a href=https://x.com/PIYUSH_0_8?t=Db73Nh5EdiI_nU-H0r5fPQ&s=09" target="_blank">
<i class="uil uil-twitter-alt"></i>
</a>
</li>
<li>
<a href="https://github.com/THEPIYUSHBHATT" target="_blank">
<i class="uil uil-github-alt"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/piyush-bhatt-66144b1b4" target="_blank">
<i class="uil uil-linkedin-alt"></i>
</a>
</li>
<li>
<a href="https://instagram.com/leo_piyush?igshid=OGQ5ZDc2ODk2ZA==" target="_blank">
<i class="uil uil-instagram-alt"></i>
</a>
</li>
</ul>
</div>
<div class="footer__copyright">
<small>2023 PIYUSH PORTFOLIO © All Rights Reserved.</small>
</div>
</footer>
<script src="./mixitup-v3/patrickkunka-mixitup-61dac05/dist/mixitup.min.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({duration: 1500, offset: 80});
</script>
<script src="data.js"></script>
<script src="script.js" ></script>
</body>
</html>