-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
406 lines (356 loc) · 19.3 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
<!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>Document</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
</head>
<body>
<hr>
<hr>
<hr>
<hr>
<hr>
<hr>
<div>
<header style="background-color: #333; color: white; padding: 20px; display: flex; align-items: center;">
<img src="https://i.ibb.co/tQKB1SS/Whats-App-Image-2023-04-12-at-17-53-21.jpg" alt="Profile Picture"
style="width: 200px; height: 200px; margin-right: 30px;">
<div>
<h1 style="font-family: 'Montserrat', sans-serif; font-size: 36px; margin: 0;">Welcome to My Website!
</h1>
<h2 style="font-family: 'Montserrat', sans-serif; font-size: 24px; margin: 0;">...By Rohit Kumar Yadav
</h2>
</div>
</header>
</div>
<br><br>
<div class="menu-icon" onclick="toggleMenu()">
<i class="fas fa-bars"> Menu</i>
</div>
<nav>
<ul id="menu" class="menu hidden">
<li><a href="#about-me">About Me</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contacts">Contact</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#link">Link</a></li>
<li class="close-menu" onclick="toggleMenu()">
<i class="fas fa-times"></i>
</li>
</ul>
</nav>
<br>
<hr>
<main>
<section id="about">
<h2 align="center">About Me</h2>
<div class="photo-holder">
<img src="https://media.licdn.com/dms/image/D4D03AQGHe_iURJ9pNQ/profile-displayphoto-shrink_800_800/0/1678085358202?e=2147483647&v=beta&t=IoZQpJkTS5a7-DXKwvQQPhVulVTSBc5w8dGeolkYWc0"
alt="my-profile-picture">
</div>
<p>
Greetings! My name is <strong>Rohit Kumar Yadav</strong>, and I'm a <em>curious</em> and
<em>passionate</em>
individual from Tarya Sujan in Kushinagar, Uttar Pradesh. In my free time, you can find me
<em>exploring</em>
the world of the internet, <em>learning</em> new things and staying up-to-date on the latest <em>trends
and
technologies</em>. I'm also an avid reader of <strong>Hindi literature</strong>, which has inspired
me to
develop my own writing skills. When I'm not in front of a screen or buried in a book, I enjoy spending
time with
my <strong>pets, a cow and its calf</strong>. They bring me a sense of <em>peace and joy</em> that I
can't find
anywhere else. In the future, I aspire to become a <strong>software developer</strong> and make a
positive
impact in the world of technology.
</p>
<p>
I am currently pursuing my <strong>Bachelor's degree</strong> in <strong>Computer Science and
Engineering</strong> from Goel Institute of Technology and Management in Lucknow.
</p>
<p>
As I continue on my educational journey, I am excited to see where my passion for technology and my
drive to
<em>learn and grow</em> will take me. I am always eager to take on new challenges and push myself to be
the
<strong>best</strong> I can be.
</p>
<p>
Thank you for stopping by my page, and I hope you enjoy <u>learning more about me</u>!
</p>
</section>
</section>
<section id="education">
<div id="education">
<h1>My Education</h1>
<p>Education is a crucial part of personal growth and development, and my academic journey has been
one
of
challenges, opportunities, and personal growth. My educational journey began at an early age,
where
I learned
the importance of education and its potential to transform lives.</p>
<p>I completed my high school education at <i>St. Xavier High School</i> in <i>Sameda, Azamgarh</i>,
where I
graduated
with an
impressive <b>87.6%</b>. During my high school years, I studied five subjects
which is
<ol><b>
<li>Mathematics Standard</li>
<li>Hindi-A</li>
<li>Social studies</li>
<li>English Lit. and Grammer</li>
<li>Science</li>
</b>
</ol>including an additional
subjects
<b>Computer Applications.</b></p>
<div class="photo-holder">
<img src="https://www.joonsquare.com/usermanage/image/business/st-xaviers-high-school-azamgarh-4807/st-xaviers-high-school-azamgarh-st-xaviers-azamgarh-1.jpg"
alt="St. Xavier High School" />
</div>
<p>After high school, I pursued intermediate studies at <i>Government Jubilee Inter College</i> in
<i>Gorakhpur</i>.
My
experiences at <b>Government Jubilee Inter College</b> were instrumental in shaping my academic and
personal growth,
allowing me to explore myself and the world around me. However, I also struggled to concentrate
on
my studies
during this time, which impacted my academic performance.
</p>
<div class="photo-holder">
<img src="https://lh4.googleusercontent.com/hV1_J38YyfmRI51QBnY4enbhbJH7wofSzBOZivnibkY7GTTwm6PHu8UiS9MZZWR1=w426-h240-k-no"
alt="Government Jubilee Inter College" />
</div>
<p>Despite these challenges, I passed my intermediate from Government Jubilee Inter College with a solid
<b>67%</b>
grade,
point average.
This accomplishment was a testament to my perseverance and resilience during this challenging
period
of my life.
</p>
<p>Currently, I am pursuing a Bachelor of Technology (B.Tech.) degree in <i><b>Computer Science and
Engineering</i></b>
at the <i><b>Goel Institute of Technology and Management (GITM)</i></b> in Lucknow. Studying at GITM
has been a
challenging yet rewarding experience, allowing me to gain practical knowledge and hands-on
experience in the field
of computer science.</p>
<div class="photo-holder">
<img src="https://images.shiksha.com/mediadata/images/1576124692phpzRfY3a.jpeg"
alt="Goel Institute of Technology and Management" />
</div>
<p>Looking ahead, I have ambitious plans for my future. I hope to pursue a career in the field of
computer science,
leveraging the skills and knowledge I have gained through my academic journey thus far. I am excited
about the
opportunities that lie ahead and the potential to make a positive impact in the world.</p>
<p>In conclusion, my academic journey has been a fulfilling and rewarding experience that has taught me
the importance
of <i><b>perseverance, resilience, and determination</i></b>. Despite facing challenges along the
way, I have
remained committed to my goals and ambitions. I am grateful for the opportunities I have had to
learn and grow, and
I look forward to the next chapter in my academic journey.</p>
</div>
</section>
<div>
<div class="container">
<h1>My Projects</h1>
</div>
<div class="container">
<section class="projects">
<article class="project">
<div class="bio">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Dr._Bhimrao_Ambedkar.jpg/330px-Dr._Bhimrao_Ambedkar.jpg"
alt="Profile Picture">
<h2>Dr. B.R. Ambedkar: A Visionary and Leader</h2>
<p>Our project is dedicated to the life and work of Dr. B.R. Ambedkar, a visionary and
leader
who
played a pivotal role
in shaping modern India.</p>
<a href="https://rohit-ayadav.github.io/Dr.-B.R.-Ambedkar-A-Visionary-and-Leader/" target="_blank">View Project</a>
</div>
</article>
<article class="project">
<section id="it-careers">
<div class="bio">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTQfsULeIc9EjKkEz5ZjCAIavvdiyrb0ebSJw&usqp=CAU"
alt="Profile Picture">
<h2>Careers in IT</h2>
<p>Our project provides an overview of various careers in the field of Information
Technology,
including roles such
as software engineer, web developer, data analyst, and more.</p>
<a href="carrier in IT.html" target="_blank">View Project</a>
</div>
</section>
</article>
<article class="project">
<section id="paneer-ki-sabzi">
<div class="bio">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d0/Matar-Paneer.JPG/1200px-Matar-Paneer.JPG"
alt="Profile Picture">
<h2>Paneer ki Sabzi kaise banaye</h2>
<p>Our project is a step-by-step guide on how to make Paneer ki Sabzi, a delicious and
popular dish in Indian
cuisine.</p>
<a href="receipe.html" target="_blank">View Project</a>
</div>
</section>
</article>
<article class="project">
<section id="project">
<div class="bio">
<img src="https://lh3.googleusercontent.com/p/AF1QipNK0f_j8QxA4Dk4M6zmXmoA6QRIIeHS__YWbj8Q=s1360-w1360-h1020"
alt="Kushinagar">
<h2>Kushinagar: Exploring the Spiritual Capital of Buddhism</h2>
<p>Kushinagar is a small town located in the Indian state of Uttar Pradesh and is known
for
its
rich history and
religious significance. </p>
<p>If you're interested in learning more about the spiritual capital of Buddhism, check
out
my
Kushinagar website!</p>
<a href="Kushinara.html">View Project</a>
</div>
</section>
</article>
<div class="cta">
<a href="www.google.com">View More Projects</a>
</div>
</section>
</div>
</div>
<section id="gallery">
<h2>Gallery</h2>
<div id="gallery">
<div class="gallery-item">
<a href="https://ibb.co/TkCghJ1"><img src="https://i.ibb.co/L8GZpBr/PXL-20220919-120714978.jpg"
alt="PXL-20220919-120714978" border="0"></a>
</div>
<div class="gallery-item">
<a href="https://ibb.co/HK4bN3g"><img src="https://i.ibb.co/JctGxgk/1.jpg" alt="1" border="0"></a>
</div>
<div class="gallery-item">
<a href="https://ibb.co/9wtrLsG"><img src="https://i.ibb.co/wJszXMY/IMG20220905185018.jpg"
alt="IMG20220905185018" border="0"></a>
</div>
<div class="gallery-item">
<img src="https://i.ibb.co/b5tLYzY/IMG20220901175152.jpg" alt="IMG20220901175152" border="0">
</div>
<div class="gallery-item">
<a href="https://ibb.co/5Y20y9w"><img
src="https://i.ibb.co/hXC6jMw/trashed-1676134877-IMG-20221120-WA0054.jpg"
alt="trashed-1676134877-IMG-20221120-WA0054" border="0"></a>
</div>
<div class="gallery-item" style="display:none">
<a href="https://ibb.co/8sHgLcb"><img src="https://i.ibb.co/r0V2Rs3/IMG-20210328-172257-719.jpg"
alt="IMG-20210328-172257-719" border="0"></a>
</div>
<div class="gallery-item" style="display:none">
<img src="https://i.ibb.co/KyVCsS5/IMG-20210109-142713-248.jpg" alt="IMG-20210109-142713-248"
border="0">
</div>
<div class="gallery-item" style="display:none">
<img src="https://i.ibb.co/zPH6mxx/IMG-20210413-143213-605.jpg" alt="IMG-20210413-143213-605"
border="0">
</div>
<div class="gallery-item" style="display:none">
<img src="https://i.ibb.co/1RpCk8Z/IMG-20210823-212855-175.jpg" alt="IMG-20210823-212855-175"
border="0">
</div>
<div class="gallery-item">
<img src="https://i.ibb.co/Q8CjcpG/PXL-20221027-133400268-NIGHT.jpg"
alt="PXL-20221027-133400268-NIGHT" border="0">
</div>
<div class="gallery-item" style="display:none">
<img src="https://i.ibb.co/2tdTfKN/IMG-20210906-144746-862.jpg" alt="IMG-20210906-144746-862"
border="0">
</div>
<div class="gallery-item" style="display:none">
<img src="https://i.ibb.co/CPY17dm/IMG-20210906-224031-095.webp" alt="IMG-20210906-224031-095"
border="0">
</div>
<div class="gallery-item" style="display:none">
<img src="https://i.ibb.co/1vnxZ7T/IMG-20210215-WA0015.jpg" alt="IMG-20210215-WA0015" border="0">
</div>
<div class="gallery-item" style="display:none">
<img src="https://i.ibb.co/NL7q5Ns/IMG-20201208-WA0000.jpg" alt="IMG-20201208-WA0000" border="0">
</div>
<div class="gallery-item" style="display:none">
<img src="https://i.ibb.co/VpWCbT5/IMG-20200127-WA0034.jpg" alt="IMG-20200127-WA0034" border="0">
</div>
<div class="gallery-item" style="display:none">
<img src="https://i.ibb.co/qkYsZX3/Every-garden-must-have-a-flower-like-rose-every-sweat-face-must-have-a-red-rose-every-grass-must-hav.jpg"
alt="Every-garden-must-have-a-flower-like-rose-every-sweat-face-must-have-a-red-rose-every-grass-must-hav"
border="0">
</div>
<div class="gallery-item" style="display:none">
<img src="https://i.ibb.co/vwxNwyW/IMG20220115161716-01.jpg" alt="IMG20220115161716-01" border="0">
</div>
<div class="gallery-item" style="display:none">
<img src="https://i.ibb.co/F0B6dzg/IMG20211028135510-01.jpg" alt="IMG20211028135510-01" border="0">
</div>
<button id="see-more-button">See More</button>
</div>
</section>
<section id="link">
<script async src="//www.instagram.com/embed.js"></script>
</section>
<section id="contact">
<h2 align="center"><b><u>Contact Me</u></b></h2>
<p>If you have any questions or would like to get in touch, please feel free to reach out to me
using the
following
contact information:</p>
<ul id="list">
<li><a href="mailto:[email protected]"><b>Email</b></a></li>
<li><a href="tel:+919721235063"><b>Call</b></a></li>
<li><a href="https://wa.me/916392177974"><b>WhatsApp</b></a></li>
<li><a href="https://www.instagram.com/rohit.ayadav/"><b>Instagram</b></a></li>
<li><a href="https://www.linkedin.com/in/rohit-kumar-yadav-7b5805250"><b>LinkedIn</b></a></li>
</ul>
</section>
<button id="scrollToTopBtn"><i class="fas fa-arrow-up"></i></button>
<footer id="myFooter">
<div class="container">
<div class="row">
<div class="col-md-12">
<b>
<p>© 2023 Rohit Kumar Yadav. All rights reserved.</p>
</b>
<button id="closeFooterBtn" onclick="closeFooter()">✖</button>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<hr>
<hr>
<hr>
<hr>
<hr>
<hr>
<hr>
<hr>
<hr>
<hr>
</main>
<script src="script.js"></script>
</body>
</html>