Skip to content

Commit

Permalink
Merge pull request #14 from sagar2002malik/patch-1
Browse files Browse the repository at this point in the history
Simple html file
  • Loading branch information
Aniruddha775 authored Oct 8, 2021
2 parents c018222 + fa2becc commit 8e37c4f
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions html/sagar2002malik_About.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Task 5 Day2</title>
</head>
<body>
<h1 align="center">
<a href="https://git.io/typing-svg">
<img src="https://readme-typing-svg.herokuapp.com/?lines=console.log(%22I%20am%20Sagar%20Malik!%22);System.out.println(%22Sagar%20Malik!%22);print(%22I%20am%20Sagar%20Malik!%22);printf(%22I%20am%20Sagar%20Malik!%22);fmt.Println(%22I%20am%20Sagar%20Malik!%22);println!(%22I%20am%20Sagar%20Malik!%22);cout%20%3C%3C%20%22I%20am%20Sagar%20Malik!%22&center=true&size=27&width=550">
</a>
</h1>
<center>
<h1>This website tells about me!</h1>
<img src="https://mesigoengfab.com/wp-content/uploads/2020/03/abc.png" alt="Profile" width="200">

<h3>About</h3>
<i>Sagar Malik</i>
<hr>
</center>
<h3>Skills</h3>
<ul>
<li>C++</li>
<li>C</li>
<li>Python</li>
<li>java</li>
</ul>
<center>
<a href="https://github.com/sagar2002malik">Follow me on GitHub</a><br>
<a href="https://www.instagram.com/sagar2002malik/">Follow me on Insta</a>
</center>
</body>
</html>

0 comments on commit 8e37c4f

Please sign in to comment.