-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
443 lines (414 loc) · 19.8 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
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="skills.css">
<link rel="stylesheet" href="projects.css">
<link rel="stylesheet" href="exp.css">
<link rel="stylesheet" href="edu.css">
<link rel="stylesheet" href="contact.css">
<title>Ashish Patnaik</title>
</head>
<body>
<nav>
<div class="nav-container">
<div class="logo" data-aos="zoom-in" data-aos-duration="1500">
Ashish <span>Patnaik</span>
</div>
<!-- navbar -->
<div class="links">
<div class="link" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="100"><a href="#home">Home</a></div>
<div class="link" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="200"><a href="#project">Projects</a></div>
<div class="link" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="300"><a href="#skills">Skills</a></div>
<div class="link" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="400"><a href="#experience">Experience</a></div>
<div class="link" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="500"><a href="#education">Education</a></div>
<div class="link" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="500"><a href="#contact">Contact</a></div>
</div>
<i class="fa-solid fa-bars hamburg" onclick="hamburg()"></i>
</div>
<div class="dropdown">
<div class="links">
<a href="#home">Home</a>
<a href="#project">Projects</a>
<a href="#skills">Skills</a>
<a href="#experience">Experience</a>
<a href="#education">Education</a>
<a href="#contact">Contact</a>
<i class="fa-solid fa-xmark cancel" onclick="cancel()"></i>
</div>
</div>
</nav>
<section id="home">
<div class="main-container">
<div class="image" data-aos="zoom-out" data-aos-duration="3000">
<img src="Lucky.png" alt="">
</div>
<div class="content">
<h1 data-aos="fade-left" data-aos-duration="1500" data-aos-delay="700">Hey I'm <span>Ashish<img src="https://user-images.githubusercontent.com/74038190/241763891-7bb1e704-6026-48f9-8435-2f4d40101348.gif" width="40"></span></h1>
<div class="typewriter" data-aos="fade-right" data-aos-duration="1500" data-aos-delay="900">I'm a <span class="typewriter-text"></span><label for="">|</label></div>
<p data-aos="flip-down" data-aos-duration="1500" data-aos-delay="1100">Hello! I'm a passionate tech enthusiast and coding lover who loves turning ideas into reality through innovative projects. With a strong interest in web development and problem-solving, I'm constantly exploring new technologies and enhancing my skills to create impactful solutions. Let's build something amazing together!</p>
<div class="social-links">
<a href="https://github.com/Ashish-Patnaik" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="1300"><i class="fa-brands fa-github"></i></a>
<a href="https://www.linkedin.com/in/ashishpatnaik2806/" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="1500"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://x.com/AshishPatnaik_" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="1600"><i class="fa-brands fa-twitter"></i></a>
</div>
<div class="btn" data-aos="zoom-in" data-aos-duration="1500" data-aos-delay="1800">
<button onclick="window.location.href = '#contact'">Hire me</button>
</div>
</div>
</div>
</section>
<section id="skills">
<div class="skills part" id="Skills">
<div class="title">
<h1>Skills</h1>
<hr>
</div>
<div class="wrap">
<p data-aos="fade-right" class="skillText">"I’m a tech enthusiast who loves coding and exploring innovative technologies. Passionate about building projects and solving problems, I’m always eager to learn and grow in the tech world.".</p>
<div class="interest" data-aos="fade-right" data-aos-anchor=".skillText">
<h3>Interests</h3>
<div class>
<p>Loves Open-Source :-)</p>
<p>Web Development </p>
<p>Programming in C/C++</p>
</div>
</div>
<div class="skillIteams" data-aos="fade-left">
<div class="iteam iteam1">
<div class="iteamCircle">
<img src="./icons/cpp.svg" alt=" C++ Language">
</div>
<p>C++</p>
</div>
<div class="iteam iteam2">
<div class="iteamCircle">
<img src="./icons/icons8-python.svg" alt="python Language">
</div>
<p>Python</p>
</div>
<div class="iteam iteam3">
<div class="iteamCircle">
<img src="./icons/javascript.svg" alt="JavaScript">
</div>
<p>JavaScript</p>
</div>
<div class="iteam iteam4">
<div class="iteamCircle">
<img src="./icons/html5.svg" alt="HTML5">
</div>
<p>HTML5</p>
</div>
<div class="iteam iteam5">
<div class="iteamCircle">
<img src="./icons/css3.svg" alt="CSS3">
</div>
<p>CSS3</p>
</div>
<div class="iteam iteam6">
<div class="iteamCircle">
<img src="./icons/github-project.svg" alt="github">
</div>
<p>Github</p>
</div>
<div class="iteam iteam7">
<div class="iteamCircle">
<img src="./icons/react.svg" alt="ReactJs">
</div>
<p>ReactJs</p>
</div>
<div class="iteam iteam7">
<div class="iteamCircle">
<img src="./icons/bootstrap.svg" alt="Bootstrap">
</div>
<p>Bootstrap</p>
</div>
<div class="iteam iteam7">
<div class="iteamCircle">
<img src="./icons/c.svg" alt="C">
</div>
<p>C</p>
</div>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<div id="project" class="title1">
<h1>Projects</h1>
<hr>
</div>
<section id="deals" class="deals-section">
<div class="carousel">
<div class="carousel-inner">
<!-- Deal 1: Flight Offer -->
<div class="deal-item">
<div class="pic">
<img src="./projects img/1.PNG" alt="" srcset="">
</div>
<div class="header1">
<h3>Clash in Space</h3>
<p class="ok">A game made in pygame where a spaceship destroys meteors!</p>
</div>
<button class="btn-book-now" onclick="redirectTo('https://github.com/Ashish-Patnaik/Clash-in-Space')">View</button>
</div>
<!-- Deal 2: Hotel Offer -->
<div class="deal-item">
<div class="pic">
<img src="./projects img/2.PNG" alt="" srcset="">
</div>
<div class="header1">
<h3>Expense Tracker</h3>
<p class="ok">An Expense tracker build in React to track the expense and income helpful for budgeting!</p>
</div>
<button class="btn-book-now" onclick="redirectTo('https://github.com/Ashish-Patnaik/Expense-Tracker-React-Vite-')">View</button>
</div>
<!-- Deal 3: Travel Package -->
<div class="deal-item">
<div class="pic">
<img src="./projects img/3.PNG" alt="" srcset="">
</div>
<div class="header1">
<h3>Destination Delights</h3>
<p class="ok">A travel website that helps travellers to get their favourite destinations!</p>
</div>
<button class="btn-book-now" onclick="redirectTo('https://github.com/Ashish-Patnaik/Destination-Delights')">View</button>
</div>
<!-- Deal 4: International Trip -->
<div class="deal-item">
<div class="pic">
<img src="./projects img/4.PNG" alt="" srcset="">
</div>
<div class="header1">
<h3>🎮 Collect Your GamingTools</h3>
<p class="ok"> Contibuted to an E-Commerce Website for Gaming Tools!</p>
</div>
<button class="btn-book-now" onclick="redirectTo('https://github.com/Ashish-Patnaik/Collect-your-GamingTools')">View</button>
</div>
<!-- Deal 5: Adventure Trip -->
<div class="deal-item">
<div class="pic">
<img src="./projects img/5.PNG" alt="" srcset="">
</div>
<div class="header1">
<h3>🏞️ BuddyTrail</h3>
<p class="ok"> BuddyTrail helps you discover and explore amazing destinations🏰, find the best hotels 🏨, and book affordable flights 💺 with ease!</p>
</div>
<button class="btn-book-now" onclick="redirectTo('https://github.com/Ashish-Patnaik/BuddyTrail')">View</button>
</div>
<!-- Deal 6: Ski Trip in Switzerland -->
<div class="deal-item">
<div class="pic">
<img src="./projects img/6.PNG" alt="" srcset="">
</div>
<div class="header1">
<h3>SwapReads</h3>
<p class="ok">Connect, Exchange, Explore – Where Book Enthusiasts Swap Books and Discover New Literary Adventures!</p>
</div>
<button class="btn-book-now" onclick="redirectTo('https://github.com/Ashish-Patnaik/SwapReads')">View</button>
</div>
<!-- Deal 7: Wildlife Safari in Kenya -->
<div class="deal-item">
<div class="pic">
<img src="./projects img/7.PNG" alt="" srcset="">
</div>
<div class="header1">
<h3>Alien Invasion Defense 🛸</h3>
<p class="ok">fast-paced space shooting game! Defend your base from waves of alien invaders and become the ultimate space defender!</p>
</div>
<button class="btn-book-now" onclick="redirectTo('https://github.com/Ashish-Patnaik/Alien-Invasion-Defense')">View</button>
</div>
</div>
<button class="carousel-button prev" onclick="moveSlide(-1)">❮</button>
<button class="carousel-button next" onclick="moveSlide(1)">❯</button>
</div>
<script>
function redirectTo(url) {
window.location.href = url;
}
</script>
</section>
<!-- Experience -->
<section id="experience">
<div class="experience part" id="experience">
<div class="title5">
<h1>Experience</h1>
<hr>
</div>
</div>
<div class="ag-format-container">
<div class="ag-courses_box">
<div class="ag-courses_item">
<a href="#" class="ag-courses-item_link">
<div class="ag-courses-item_bg"></div>
<div class="tug">
<img src="./projects img/exp1.PNG">
</div>
<div class="ag-courses-item_title">
Girlscript Summer of Code 2024
</div>
<div class="ag-courses-item_date-box">
Contributor
</div>
</a>
</div>
<div class="ag-courses_item">
<a href="#" class="ag-courses-item_link">
<div class="ag-courses-item_bg"></div>
<div class="tug">
<img src="./projects img/exp2.PNG">
</div>
<div class="ag-courses-item_title">
Hacktoberfest 2024
</div>
<div class="ag-courses-item_date-box">
Contributor
</div>
</a>
</div>
</div>
</div>
<section id="education">
<!-- Education -->
<div class="title22">
<h1>Education</h1>
<hr>
</div>
<div class="timeline">
<div class="container left">
<div class="date">2024</div>
<i class="icon fa fa-home"></i>
<div class="content">
<h2>BTech IT</h2>
<p>
Maharaja Surajmal Institute of Technology
<br>
2024-2028
</p>
</div>
</div>
<div class="container right">
<div class="date">2022</div>
<i class="icon fa fa-gift"></i>
<div class="content">
<h2>Class XIIth</h2>
<p>
Delhi Jain Public Sr. Sec School
<br>
2022-2023
</p>
</div>
</div>
<div class="container left">
<div class="date">2020</div>
<i class="icon fa fa-user"></i>
<div class="content">
<h2>Class Xth</h2>
<p>
Delhi Jain Public Sr. Sec School
<br>
2020-2021
</p>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section>
<div class="title2">
<h1>Contact</h1>
<hr>
</div>
<div id="contact" class="cards">
<div class="card active" id="overview">
<a class="card-toggle"><i class="fas fa-arrow-circle-left social-icon"></i></a>
<div class="card-content">
<div class="row">
<div class="left col">
<h2>Personal <strong>Social Card</strong></h2>
<p>Click one of the social icons below to switch between cards.</p>
<br>
<p>Feel free to reach out to me on any of the platforms below. I'm always open to new opportunities, collaborations, and conversations.</p>
</div>
<div class="right col"></div>
</div>
</div>
</div>
<div class="card" id="dribbble">
<a class="card-toggle"><i class="fas fa-envelope social-icon"></i></a>
<div class="card-content">
<div class="row">
<div class="left col">
<h2>My <strong>📧 Email</strong></h2>
<p>If you have any questions, project proposals, or opportunities you'd like to discuss, feel free to send me an email. I check my inbox regularly and will get back to you as soon as I can.</p>
<br>
👉👉👉 ashishpatnaik2806@gmail.com
<button class="btn-book-now1" onclick="redirectTo('mailto:gme3860@gmail.com')">Mail Me</button>'
</div>
<div class="right col"></div>
</div>
</div>
</div>
<div class="card" id="behance">
<a class="card-toggle"><i class="fab fa-github social-icon"></i></a>
<div class="card-content">
<div class="row">
<div class="left col">
<h2>My <strong>💻 GitHub</strong></h2>
<p>Explore my open-source contributions, personal projects, and coding experiments on GitHub. Check out my repositories to see what I've been working on, and feel free to star or fork the ones you like.</p>
<button class="btn-book-now1" onclick="redirectTo('https://github.com/Ashish-Patnaik')">View</button>
</div>
<div class="right col"></div>
</div>
</div>
</div>
<div class="card" id="linkedin">
<a class="card-toggle"><i class="fab fa-linkedin social-icon"></i></a>
<div class="card-content">
<div class="row">
<div class="left col">
<h2>My <strong>🔗 LinkedIn</strong></h2>
<p>Let's connect professionally! LinkedIn is where I share my career milestones, projects, and insights. Reach out to expand our networks and collaborate on exciting opportunities.</p>
<button class="btn-book-now1" onclick="redirectTo('https://www.linkedin.com/in/ashishpatnaik2806/')">View</button>
</div>
<div class="right col"></div>
</div>
</div>
</div>
<div class="card" id="twitter">
<a class="card-toggle"><i class="fab fa-twitter social-icon"></i></a>
<div class="card-content">
<div class="row">
<div class="left col">
<h2>My <strong>🐦 Twitter</strong></h2>
<p>Follow me on Twitter for updates about my latest projects, tech trends, and occasional thoughts on the world of coding and technology. It's a great way to stay connected informally.</p>
<button class="btn-book-now1" onclick="redirectTo('https://x.com/AshishPatnaik_')">View</button>
</div>
<div class="right col"></div>
</div>
</div>
</div>
</div>
<footer>
<div class="footer-container">
<div class="footer-content">
<p>Made with <img class="foot" src="https://fonts.gstatic.com/s/e/notoemoji/latest/1f525/512.gif" alt="🔥" width="32" height="32""> BY Ashish Patnaik..<img src="./gifs/unicorn.gif"></p>
</div>
</div>
</footer>
</section>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({offset:0});
</script>
<script src="https://code.jquery.com/jquery-3.7.1.js" integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4=" crossorigin="anonymous"></script>
<script src="script.js"></script>
<script src="cont.js"></script>
<script src="proj.js"></script>
</body>
</html>