Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

profile added succesfully #80

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions AboutPages/shantanu.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shantanu Gondane</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="top">
<h1>Shantanu Gondane</h1>
</div>
<div class="mid">
<ul>
<li>💡 I like to explore new technologies and develop web apps and sites.</li>
<li>🎓 I'm currently studying at Motilal National Institute of Technology, Allahabad, India.</li>
<li>🌱 I'm on track to learning more about Web and UI design.</li>
<li>✍️ Programming is the most important part of my life, but not the only one, I also play badminton and cricket as
hobbies .</li>
<li>💬 Feel free to reach out to me.</li>
<li>✉️ You can email me at [email protected] or write on any social network below. I'll try to respond as
soon as I can.</li>
</ul>
</div>
<div class="footer">
<a href="https://www.linkedin.com/in/shantanu-gondane-46456822b/"><p class="btn">LinkedIn</p></a>
<a href="https://www.instagram.com/shantanuu.exe/"><p class="btn">Instagram</p></a>

</div>
<p>© 2023 Shantanu Gondane. All rights reserved.</p>

</body>
</html>
22 changes: 22 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,28 @@ <h2 style="font-family: Arial, sans-serif; font-size: 20px">Harshit Pandey</h2>
text-decoration: none;
">Learn More</a>
</div>
<div class="content">
<img src="./assets/level.jpg" alt="Owner's Image" />

<h2 style="font-family: Arial, sans-serif; font-size: 20px">Shantanu Gondane</h2>
<p style="
font-family: Arial, sans-serif;
font-size: 16px;

padding: 5px;
">
Click below to know more about me
</p>
<a href="AboutPages/shantanu.html" target="_blank" style="
font-family: Arial, sans-serif;
font-size: 16px;
color: #fff;
background-color: #333;
padding: 10px 20px;
border-radius: 5px;
text-decoration: none;
">Learn More</a>
</div>
</div>

<footer>
Expand Down