-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
323 lines (266 loc) · 15.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PortFolio</title>
<link rel="stylesheet" href="./assets/css/bootstrap.min.css">
<link rel="stylesheet" href="./assets/css/aos.css">
<link rel="stylesheet" href="./assets/css/line-awesome.min.css">
<link rel="stylesheet" href="./assets/css/style.css">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8861159755404799"
crossorigin="anonymous"></script>
</head>
<body data-bs-spy="scroll" data-bs-target=".navbar">
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top">
<div class="container flex-lg-column">
<a class="navbar-brand mx-lg-auto mb-lg-4" href="#">
<span class="h3 fw-bold d-block d-lg-none">PortFolio</span>
<img src="./assets/images/person.jpg" class="d-none d-lg-block rounded-circle" alt="">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto flex-lg-column text-lg-center">
<li class="nav-item">
<a class="nav-link" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">Acknowledgment</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#work">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- //NAVBAR -->
<!-- CONTENT WRAPPER -->
<div id="content-wrapper">
<!-- HOME -->
<section id="home" class="full-height px-lg-5">
<div class="container">
<div class="row">
<div class="col-lg-10">
<h1 class="display-4 fw-bold" data-aos="fade-up">I'M <span class="text-brand">AYAN JOSHI</span></h1>
<h4>I'm a Software Engineer, from India who loves to explore new technologies and leverage them to solve real-life problems.</h4>
<div data-aos="fade-up" data-aos-delay="600">
<a href="https://drive.google.com/file/d/1qDFVBYAOhRLAlu1m7dWNgiYYcTHsRnq-/view?usp=sharing" class="btn btn-brand me-3">Resume</a>
<a href="#" class="link-custom">Call: 7276079913</a>
</div>
</div>
</div>
</div>
</section>
<!-- //HOME -->
<!-- SERVICES -->
<section id="services" class="full-height px-lg-5">
<div class="container">
<div class="row pb-4" data-aos="fade-up">
<div class="col-lg-8">
<h6 class="text-brand">AWARDS AND CERTIFICATIONS</h6>
<h1></h1>
</div>
</div>
<div class="row gy-4">
<div class="col-md-4" data-aos="fade-up">
<div class="service p-4 bg-base rounded-4 shadow-effect">
<div class="iconbox rounded-4">
<i class="las la-feather"></i>
</div>
<h5 class="mt-4 mb-2">IDEATHON IGNITE</h5>
<a href="" class="link-custom" >Runners Up</a>
</div>
</div>
<div class="col-md-4" data-aos="fade-up" data-aos-delay="300">
<div class="service p-4 bg-base rounded-4 shadow-effect">
<div class="iconbox rounded-4">
<i class="las la-pencil-ruler"></i>
</div>
<h5 class="mt-4 mb-2">FLIPKART GRID 5.0</h5>
<a href="https://unstop.com/certificate-preview/94adfeab-da95-47cf-bfa6-fe1856442e59" class="link-custom">Shortlisted for 2nd Round</a>
</div>
</div>
<div class="col-md-4" data-aos="fade-up" data-aos-delay="600">
<div class="service p-4 bg-base rounded-4 shadow-effect">
<div class="iconbox rounded-4">
<i class="las la-laptop-code"></i>
</div>
<h5 class="mt-4 mb-2">J.P. Morgan Software Engineering</h5>
<a href="https://forage-uploads-prod.s3.amazonaws.com/completion-certificates/J.P.%20Morgan/R5iK7HMxJGBgaSbvk_J.P.%20Morgan_XMekSmmbR8oWex4Qg_1691936863523_completion_certificate.pdf" class="link-custom">Certificate Of Completion</a>
</div>
</div>
</div>
</div>
</section>
<!-- SERVICES -->
<!-- WORK -->
<section id="work" class="full-height px-lg-5">
<div class="container">
<div class="row pb-4" data-aos="fade-up">
<div class="col-lg-8">
<h6 class="text-brand">PROJECTS</h6>
<h1>My Recent Projects</h1>
</div>
</div>
<div class="row gy-4">
<div class="projects-container d-flex flex-wrap justify-content-center">
<div class="col-md-6" data-aos="fade-up">
<div class="card-custom rounded-4 bg-base shadow-effect">
<div class="card-custom-image rounded-4">
<img class="rounded-4" src="./assets/images/project-1.jpg" alt="">
</div>
<div class="card-custom-content p-4">
<a href="https://github.com/ayan-joshi/objectdetector" class="text-brand mb-2">Object Detector</a>
<p>An object detector Python project is a computer vision application that is able to identify and locate objects within an image or video stream.</p>
<p>Techstack: Python, OpenCV, Numpy, GUI</p>
</div>
</div>
</div>
<div class="col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="card-custom rounded-4 bg-base shadow-effect">
<div class="card-custom-image rounded-4">
<img class="rounded-4" src="./assets/images/project-2.png" alt="">
</div>
<div class="card-custom-content p-4">
<a href="https://github.com/ayan-joshi/Sorting-Visualizer" class="text-brand mb-2">Sorting Visualizer</a>
<p>The Sorting Visualizer is a basic web application that allows you to visualize the process of sorting on a set of randomly generated bars.</p>
<p>The added feature in the visualizer is the sound while visualizing.</p>
<p>Techstack: HTML, CSS, JavaScript</p>
</div>
</div>
</div>
<div class="col-md-6" data-aos="fade-up">
<div class="card-custom rounded-4 bg-base shadow-effect">
<div class="card-custom-image rounded-4">
<img class="rounded-4" src="./assets/images/project-3.jpg" alt="">
</div>
<div class="card-custom-content p-4">
<a href="https://github.com/ayan-joshi/PRODO" class="text-brand mb-2">PRODO</a>
<p>Prodo, your go-to student productivity app! Prodo is designed to help students stay organized, focused, and productive.</p>
<p>Techstack: JavaScript, Firebase, jQuery, Bootstrap</p>
</div>
</div>
</div>
<div class="col-md-6" data-aos="fade-up">
<div class="card-custom rounded-4 bg-base shadow-effect">
<div class="card-custom-image rounded-4">
<img class="rounded-4" src="./assets/images/project-4.jpg" alt="">
</div>
<div class="card-custom-content p-4">
<a href="https://github.com/ayan-joshi/PRODO" class="text-brand mb-2">Policy-Clarity</a>
<p>PolicyClarity is a free and user-friendly platform designed to help users understand complex policies by providing simple and clear summaries.</p>
<p>Techstack: Python's FastAPI, React, Tailwind CSS, Generative AI</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //WORK -->
<!-- ABOUT -->
<section id="about" class="full-height px-lg-5">
<div class="container">
<div class="row pb-4" data-aos="fade-up">
<div class="col-lg-8">
<h6 class="text-brand">ABOUT</h6>
<h1>My Education & Experience</h1>
</div>
</div>
<div class="row gy-5">
<div class="col-lg-6">
<h3 class="mb-4" data-aos="fade-up" data-aos-delay="300">Education</h3>
<div class="row gy-4">
<div class="col-12" data-aos="fade-up" data-aos-delay="600">
<div class="bg-base p-4 rounded-4 shadow-effect">
<h4>Bachelor Of Technology in Information Technology</h4>
<a href="https://ternaengg.ac.in/" class="text-brand mb-2">Terna Engineering College (2021- 2025)</a>
<p class="mb-0">CGPA 9.12/10 </p>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<h3 class="mb-4" data-aos="fade-up" data-aos-delay="300">Experience</h3>
<div class="row gy-4">
<div class="col-12" data-aos="fade-up" data-aos-delay="600">
<div class="bg-base p-4 rounded-4 shadow-effect">
<h4>Full Stack Developer Intern</h4>
<a href="https://piratesalert.com/" class="text-brand mb-2">PiratesAlert</a>
<p class="mb-0">March-2024 to May-2024</p>
<p class="mb-0">Leveraged Puppeteer in Node.js for efficient web scraping</p>
</div>
</div>
<div class="col-12" data-aos="fade-up" data-aos-delay="600">
<div class="bg-base p-4 rounded-4 shadow-effect">
<h4>OPEN SOURCE CONTRIBUTOR</h4>
<a href="https://letsgrowmore.in/" class="text-brand mb-2">GSSOC'23</a>
<p class="mb-0">May-2023 to July-2023</p>
<p class="mb-0">Accomplished multiple open-source contributions across various projects, resulting in the successful merging of 10-12 PRs within just three months.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //ABOUT -->
<!-- CONTACT -->
<section id="contact" class="full-height px-lg-5">
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-lg-8 pb-4" data-aos="fade-up">
<h6 class="text-brand">CONTACT</h6>
<h1>Interested in working together? Let's talk
</h1>
</div>
<div class="col-lg-8" data-aos="fade-up" data-aos-delay="300">
<form action="https://formspree.io/f/xvojqkyd" method="post" class="row g-lg-3 gy-3">
<div class="form-group col-md-6">
<input type="text" class="form-control" name="name" placeholder="Enter your name" required>
</div>
<div class="form-group col-md-6">
<input type="email" class="form-control" name="email" placeholder="Enter your email" required>
</div>
<div class="form-group col-12">
<input type="text" class="form-control" name="subject" placeholder="Enter subject" required>
</div>
<div class="form-group col-12">
<textarea name="message" rows="4" class="form-control" placeholder="Enter your message" required></textarea>
</div>
<div class="form-group col-12 d-grid">
<button type="submit" class="btn btn-brand">Contact me</button>
</div>
<div class="col-auto">
<div class="social-icons">
<a href="https://twitter.com/Ayan_joshi_"><i class="lab la-twitter"></i></a>
<a href="https://www.instagram.com/ayan.joshi_/"><i class="lab la-instagram"></i></a>
<a href="https://www.linkedin.com/in/ayan-joshi-8568701ab/"><i class="lab la-linkedin"></i></a>
<a href="https://github.com/ayan-joshi"><i class="lab la-github"></i></a>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- //CONTACT -->
</div>
<!-- //CONTENT WRAPPER -->
<script src="./assets/js/bootstrap.bundle.min.js"></script>
<script src="./assets/js/aos.js"></script>
<script src="./assets/js/main.js"></script>
</body>
</html>