-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (36 loc) · 3.29 KB
/
Copy pathindex.html
File metadata and controls
41 lines (36 loc) · 3.29 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Me - Paridhi Pawaiya</title>
</head>
<body style="font-family: Arial, sans-serif; background-color: #f0f8ff; color: #333; margin: 0; padding: 0; line-height: 1.6;">
<header style="text-align: center; background-color: #95b72f; color: white; padding: 20px 0;">
<h1 style="margin: 0; font-size: 2.5em;">Paridhi Pawaiya</h1>
<h2 style="font-style: italic; margin-top: 10px;">Aspiring Computer Scientist</h2>
</header>
<main style="max-width: 900px; margin: 20px auto; padding: 20px; background-color: #ffffff; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); overflow: hidden;">
<div style="float: left; margin-right: 20px;">
<img src="https://www.shutterstock.com/image-photo/calm-weather-on-sea-ocean-600nw-2212935531.jpg" alt="Paridhi Pawaiya's Profile Picture" style="border-radius: 50%; width: 150px; height: 150px;">
</div>
<div>
<p style="text-align: justify;">Hello! My name is <strong>Paridhi Pawaiya</strong>. I am passionate about <span style="font-weight: bold; color: #d2691e;">technology</span> and love exploring its applications in everyday life. Over the years, I have been honing my skills in <span style="font-style: italic; color: #006400;">problem-solving</span> and <span style="font-style: italic; color: #006400;">creative thinking</span>, which are essential for innovation and growth.</p>
<p style="text-align: justify;">I am currently pursuing a degree in Computer Science and Engineering at VIT Vellore. Growing up in <span style="font-style: italic;">Bhopal, Madhya Pradesh</span>, I have always been curious about how things work, which inspired me to delve into AI/ML and cutting-edge technologies. My education at VIT has provided me with a strong foundation in:</p>
<ul style="list-style-type: disc; padding-left: 20px;">
<li style="margin-bottom: 5px;">Data Structures and Algorithms</li>
<li style="margin-bottom: 5px;">Database Management Systems</li>
<li style="margin-bottom: 5px;">Object-Oriented Programming</li>
<li style="margin-bottom: 5px;">Web Development</li>
<li style="margin-bottom: 5px;">Artificial Intelligence and Machine Learning</li>
</ul>
<p style="text-align: justify;">I am eager to contribute to the ever-evolving world of technology and make a positive impact through my work. I am particularly interested in exploring the intersection of AI and sustainable development.</p>
<p style="text-align: justify;">In my free time, I enjoy reading science fiction novels, playing chess, and exploring new hiking trails. I am a firm believer in lifelong learning and constantly seek opportunities to expand my knowledge and skillset.</p>
<p style="text-align: justify;">You can connect with me on <a href="https://www.linkedin.com/in/yourprofile" target="_blank" style="color: blue; text-decoration: underline;">LinkedIn</a>.</p>
</div>
</main>
<footer style="text-align: center;">
<p>© 2023 Paridhi Pawaiya</p>
</footer>
</body>
</html>