-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (35 loc) · 2.37 KB
/
Copy pathindex.html
File metadata and controls
50 lines (35 loc) · 2.37 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
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio - Your Name</title>
<script src="https://kit.fontawesome.com/604b715d93.js" crossorigin="anonymous"></script>
</head>
<body style="margin: 0; padding: 0; font-family: Arial, sans-serif; background-color: #0b0b20; color: white;">
<section style="text-align: center; padding: 50px 20px;">
<h1 style="font-size: 2.5rem; margin: 0;">Hi, I'm <span style="color: #61dafb;">Atharv Paharia</span>,</h1>
<h2 style="font-size: 2rem; color: #a8a8ff; margin-top: 10px;">A Passionate Musician</h2>
<p style="margin-top: 10px; font-size: 1.1rem;">
Based in <strong>Pune,Maharashtra</strong> | Specialized in <span style="color: #61dafb;">Playing Guitar</span>, <span style="color: #61dafb;">Flute</span>, and <span style="color: #61dafb;">Harmonium
</span>
</p>
<section style="padding: 40px 20px;">
<h2 style="text-align: center; color: #a8a8ff;">MY JOURNEY</h2>
<p style="max-width: 800px; margin: 20px auto; line-height: 1.6; font-size: 1rem; text-align: center;">
My musical journey began back when I was in 8th grade, and it’s been an exciting path ever since. Currently, I’m in college,
but I took a unique route by doing B-tech together to pursue my passion for music. Inspired by legendary singers like Arijit Singh, Mohit Chauhan, KK, Sonu Nigam, and Shreya Ghoshal, I strive to create music that connects with people on a deep level. Whether it's through instrumental melodies or heartfelt vocals, music has always been my way of expressing myself and reaching out to others.
</p>
</section>
<section style="display: flex; justify-content: center; margin-top: 30px;">
<img src="PHOTO-2024-10-16-23-17-51.jpg" alt="Your Image" style="border-radius: 12px; width: 300px; height: auto;">
</section>
<footer>
<div class="social-icons">
<a href="https://www.instagram.com/i___am__atharv/" target="_blank" class="icon"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/feed/?trk=guest_homepage-basic_google-one-tap-submit" target="_blank" class="icon"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/atharvgit2005" target="_blank" class="icon"><i class="fab fa-github"></i></a>
</div>
</footer>
</body>
</html>