Update index.html
This commit is contained in:
32
index.html
32
index.html
@@ -0,0 +1,32 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>My Profile</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>My Profile</h1>
|
||||
|
||||
<h2>About Me</h2>
|
||||
<p>Hello! My name is Siddhi R. Avhad. I am BE IT student of Shivajirao S. Jondhale College of Engineering . I am a web development intern at JIO.</p>
|
||||
|
||||
<h2>My Skills</h2>
|
||||
<ul>
|
||||
<li>HTML</li>
|
||||
<li>CSS (Learning)</li>
|
||||
<li>JavaScript (Learning)</li>
|
||||
</ul>
|
||||
|
||||
<h2>Contact</h2>
|
||||
<p>Email: siddhiavhad27@email.com</p>
|
||||
|
||||
<h2>My Favorite Website</h2>
|
||||
<a href="https://www.freepik.com/free-photos-vectors/landscape" target="_blank">
|
||||
Visit Freepik
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user