-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
310 lines (260 loc) · 15.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sanjay Rai</title>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="./assets/images/fav3.webp">
<link rel="stylesheet" href="./style.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css">
<script src="https://kit.fontawesome.com/ffe8c3f3d7.js" crossorigin="anonymous"></script>
<!-- Scroll Reveal -->
<script src="https://unpkg.com/scrollreveal"></script>
<!-- Typed.js -->
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
</head>
<body>
<!------------------------- Header Section -------------------------------->
<header class="header">
<a href="#home" class="logo">Sanjay <span>Rai</span></a>
<i class='bx bx-menu' id="menu-icon"></i>
<nav class="navbar" id="navbar">
<a href="#home" class="active">Home</a>
<a href="#education">Education</a>
<a href="#projects">Projects</a>
<a href="#technologies">Technologies</a>
<a href="#contact">Contact</a>
</nav>
</header>
<!------------------------ Home Section ----------------------------------->
<section class="home" id="home">
<div class="home-content left-side">
<h1>Hey, It's <span>Sanjay</span></h1>
<h3 class="text-animation">I'm a <span></span></h3>
<p>Aspiring MERN stack developer with strong foundational skills in MongoDB, Express.js, React, and Node.js. Passionate about building dynamic web applications and eager to grow in a professional environment.</p>
<div class="social-icons">
<a href="https://www.linkedin.com/in/sanjay-rai-1491b4228/" target="_blank"><i class='bx bxl-linkedin'></i></a>
<a href="https://x.com/Rajende17438932?t=rYhBK4BsO5pZo54UL7785A&s=09" target="_blank"><i class='bx bxl-twitter'></i></a>
<a href="https://github.com/sanjaraiy" target="_blank"><i class='bx bxl-github'></i></a>
</div>
<div class="btn-group">
<a href="https://drive.google.com/file/d/1q7YLXUSbDnr5FQIYkiiaQbZzd9HmY67H/view?usp=sharing" target="_blank" download class="btn">Resume</a>
<a href="#contact" class="btn">Contact</a>
</div>
</div>
<div class="home-img right-side">
<img src="./assets/images/sanj1.png" alt="Avatar.jpg" width="300px" >
</div>
</section>
<!---------------------- Education Section --------------------------------->
<section class="education" id="education">
<h2 class="heading top-side">Education & Work Experience</h2>
<div class="timeline-items">
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-date">2017 - 2018</div>
<div class="timeline-content left-side">
<h3><span>Xth</span>, Board Of Secondary Education, Rajasthan (Ajmer)</h3>
<p>I completed my matriculation in 2018 with a score of 86.50%. I achieved a 100% score in Mathematics. I am interested in exploring Science and Mathematics subjects.</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-date">2019 - 2020</div>
<div class="timeline-content right-side">
<h3><span>XIIth(Science)</span>, Board Of Secondary Education, Rajasthan (Ajmer)</h3>
<p>I completed my higher secondary education in 2020 with a score of 95.60%. I achieved a 100% score in Mathematics and secured a rank in the top 1% of students in the Rajasthan board.</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-date">Nov 2021 - Expected 2025</div>
<div class="timeline-content left-side">
<h3><span>Bachelor of Engineering (CSE)</span>, Panjab University, Chandigarh</h3>
<p>My current CGPA is 8.34, reflecting my dedication and commitment to academic excellence. Throughout my college curriculum, I have honed my skills in Object Oriented Programming (OOP), Data Structures and Algorithms, DBMS, Computer Networking, and Software Engineering, positioning me for impactful contributions in the field.</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-date">May 2023 - July 2023</div>
<div class="timeline-content right-side">
<h3><span>Frontend Developer Intern</span>, Omninos Technologies International Pvt. Ltd.</h3>
<p>
<ul class="bullets-points">
<li>Developed a real-time chatting application using HTML, CSS, JavaScript, Node.js, and WebSocket, enhancing
user engagement by 40% and reducing message latency by 50%.</li>
<li>Designed a responsive interface, improving user
satisfaction ratings by 35%.</li>
</ul>
</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-date">Aug 2024 - Present</div>
<div class="timeline-content left-side">
<h3><span>Full Stack Developer Intern</span>, The Assigner</h3>
<p>
<ul class="bullets-points">
<li>Developed a fully responsive webpages for a key section of The Assigner, ensuring optimal user
experience and functionality across all devices.</li>
<li>Developed and implemented verification & authentication for both frontend and backend, and tested RESTful
APIs.</li>
<li>Collaborated with IT, design, SEO, and content teams, ensuring seamless coordination and project integration.</li>
</ul>
</p>
</div>
</div>
</div>
</section>
<!--------------------- Projects Section (ToDo) ----------------------------------->
<section class="projects" id="projects">
<h2 class="heading top-side">Projects</h2>
<div class="projects-container">
<div class="project-box left-side portfolio-box">
<img src="./assets/images/musicalX.png" alt="">
<div class="portfolio-layer">
<h4>Music Academy App</h4>
<p>🎵 crafted with HTML, Tailwind CSS, TypeScript, and Next.js, featuring dynamic animations powered by Framer Motion and Aceternity UI!</p>
<div class="external-links">
<a href="https://github.com/sanjaraiy/Nextjs_Project" target="_blank"><i class="fa-solid fa-code"></i></a>
<a href="https://nextjs-project-lt3b-9u1brc2m2-sanjhs-projects-9ddd6cb3.vercel.app/" target="_blank"><i class="fa-solid fa-eye"></i></a>
</div>
</div>
</div>
<div class="project-box right-side portfolio-box">
<img src="./assets/images/movie-app.png" alt="" width="150px" height="170px" alt="">
<div class="portfolio-layer">
<h4>Movie Trailer App</h4>
<p>Welcome to the Movie App! 🎬🍿 Dive into the world of movies with our user-friendly web application🌟✨</p>
<div class="external-links">
<a href="https://github.com/sanjaraiy/Movie_App" target="_blank"><i class="fa-solid fa-code"></i></a>
<a href="https://movie-app-kappa-rouge.vercel.app/" target="_blank"><i class="fa-solid fa-eye"></i></a>
</div>
</div>
</div>
<div class="project-box left-side portfolio-box">
<img src="./assets/images/bookstore.png" alt="" width="150px" height="170px" alt="">
<div class="portfolio-layer">
<h4>BookStore App</h4>
<p>📚✨This MERN-based application allows you to browse, purchase & manage books online, providing both client-side and server-side code.</p>
<div class="external-links">
<a href="https://github.com/sanjaraiy/BookStore_WebSite" target="_blank"><i class="fa-solid fa-code"></i></a>
<a href="https://book-store-frontend-ovcs4v6us-sanjhs-projects-9ddd6cb3.vercel.app/" target="_blank"><i class="fa-solid fa-eye"></i></a>
</div>
</div>
</div>
<div class="project-box right-side portfolio-box">
<img src="./assets/images/demo.png" alt="" width="150px" height="170px" alt="">
<div class="portfolio-layer">
<h4>Image Search App</h4>
<p>Built with HTML, CSS, and JavaScript. Search and explore images effortlessly with a sleek and intuitive interface! 🚀✨</p>
<div class="external-links">
<a href="https://github.com/sanjaraiy/ImageSearchEngine" target="_blank"><i class="fa-solid fa-code"></i></a>
<a href="https://image-search-engine-psi.vercel.app/" target="_blank"><i class="fa-solid fa-eye"></i></a>
</div>
</div>
</div>
</div>
</section>
<!------------------------- Technologies Section --------------------------------->
<section class="technologies" id="technologies">
<div class="technologies-box">
<h2 class="heading top-side">Technologies</h2>
<div class="wrapper">
<div class="tech-item bottom-side">
<img src="./assets/images/html.webp" width="200px" alt="html.jpg">
<h2>HTML5</h2>
</div>
<div class="tech-item bottom-side">
<img src="./assets/images/css.webp" width="200px" alt="css.jpg">
<h2>CSS3</h2>
</div>
<div class="tech-item bottom-side">
<img src="./assets/images/js1.webp" width="200px" alt="js.jpg">
<h2>JavaScript</h2>
</div>
<div class="tech-item bottom-side">
<img src="./assets/images/react1.webp" width="200px" alt="react.jpg">
<h2>React</h2>
</div>
<div class="tech-item bottom-side">
<img src="./assets/images/tailwind.webp" width="200px" alt="tailwind.jpg">
<h2>TailwindCSS</h2>
</div>
<div class="tech-item bottom-side">
<img src="./assets/images/node1.webp" width="200px" alt="node.jpg">
<h2>Nodejs</h2>
</div>
<div class="tech-item bottom-side">
<img src="./assets/images/mongoDB.webp" width="200px" alt="mongoDB.jpg">
<h2>MongoDB</h2>
</div>
<div class="tech-item bottom-side">
<img src="./assets/images/sql.webp" width="200px" alt="sql.jpg">
<h2>MySQL</h2>
</div>
<div class="tech-item bottom-side">
<img src="./assets/images/git.webp" width="200px" alt="git.jpg">
<h2>Git/GitHub</h2>
</div>
<div class="tech-item bottom-side">
<img src="./assets/images/c++.webp" width="200px" alt="c++.jpg">
<h2>C/C++</h2>
</div>
</div>
</div>
</section>
<!--------------------- Contact Section -------------------------->
<section class="contact" id="contact">
<h2 class="heading top-side">Contact <span>Me</span></h2>
<form action="" name="contact" novalidate>
<div class="input-group left-side">
<div class="input-box">
<input type="text" placeholder="Full Name" id="fullName" name="fullName" title="Please enter your full Name" required>
<input type="email" title="Please enter your valid email" placeholder="Email" id="email" name="email" required>
</div>
<div class="input-box">
<input type="text" name="country_code" title="Please enter exactly 10 digits" placeholder="Phone Number" maxlength="10" id="phone" name="phone" required>
<input type="text" placeholder="Subject" id="subject" name="subject" required >
</div>
</div>
<div class="input-group-2 right-side">
<textarea cols="30" rows="8" placeholder="Your Message" title="Please enter your message" id="message" name="message" class="item" required></textarea>
<button type="submit" value="Send Message" class="btn">Send Message</button>
</div>
</form>
</section>
<!---------------------- Footer Section ------------------------->
<footer class="footer">
<div class="social top-side">
<a href="https://www.linkedin.com/in/sanjay-rai-1491b4228/" target="_blank"><i class='bx bxl-linkedin'></i></a>
<a href="https://x.com/Rajende17438932?t=rYhBK4BsO5pZo54UL7785A&s=09" target="_blank"><i class='bx bxl-twitter'></i></a>
<a href="https://github.com/sanjaraiy" target="_blank"><i class='bx bxl-github'></i></a>
</div>
<ul class="list left-side">
<li>
<a href="#">About me</a>
</li>
<li>
<a href="#projects">Projects</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
<li>
<a href="#technologies">Technologies</a>
</li>
</ul>
<p class="copyright right-side">
© Sanjay Rai | All Rights Reserved 2024
</p>
</footer>
<script src="https://smtpjs.com/v3/smtp.js"></script>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/toastify-js"></script>
<script src="./script.js"></script>
</body>
</html>