Skip to content
Open
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
51 changes: 51 additions & 0 deletions template/avinash.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<html>
<!--- For male -->
<head>

<title>
Avinash | 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">
<img src="img/male.png" class="main-img">
<h3><span>Avinash</span></h3>
<button class="btn btn-lg btn-yellow">Hello, Welcome to my Portfolio !</button>
<p>I am undergraduate Computer Science student at GCE . I am ML enthusiat and a fresher to Competitive Programmer with 3 stars at CodeChef. You can see it <a href="https://www.codechef.com/users/ak188269">here</a>. I love to solve coding problems and making machine learning models.
<!-- <a href="http://www.vit.ac.in/" target="_blank">VIT University Vellore.</a> -->
<br/><span>Thank You for Visiting!</span>
</p>

<p>Ping me at <a href="mailto:[email protected]">[email protected]</a></p>

<hr>

<ul class="social">
<li><a href="https://www.facebook.com/profile.php?id=100004266918324"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.linkedin.com/in/avinash-1b9561211/"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://github.com/ak188269"><i class="fa fa-github"></i></a></li>
</ul>

</div>

</center>

</div>

</body>

<!--- Made with love by Vinit Shahdeo -->

</html>