Skip to content

Commit

Permalink
Merge pull request #136 from deepak-chouhan/master
Browse files Browse the repository at this point in the history
deepak-chouhan added my website
  • Loading branch information
vinitshahdeo authored Oct 2, 2021
2 parents 2626be7 + d562a81 commit 1112d7a
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions template/deepak-chouhan_website.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<html>

<head>

<title>Deepak Chouhan - Personal website</title>

<!--- Default Stylesheet -->
<link href="css/style.css" rel="stylesheet">

<!--- Font Awesome Icons -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">

</head>

<body>

<div class="main">

<center>

<div class="About Me">
<img src="img/male.png" class="main-img">
<h3><span>Deepak Chouhan</span></h3>
<button class="btn btn-lg btn-yellow">Hey, Glad to see you!</button>
<p>I am a computer science student. Passionate about technology

<br/><span>Thanks You for Visiting!</span>
</p>

<hr>

<ul class="social">
<li><a href="https://www.facebook.com/"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.linkedin.com/"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.github.com/"><i class="fa fa-github"></i></a></li>
</ul>

</div>

</center>

</div>

</body>

<!--- Made with love by Deepak Chouhan-->

</html>

0 comments on commit 1112d7a

Please sign in to comment.