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

Created portfolio Website #161

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
50 changes: 50 additions & 0 deletions template/sourabh-kumar1_website.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<html>
<!--- For male -->
<head>

<title>Sourabh Kumar | 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/default.png" class="main-img">
<h3><span>Sourabh kumar</span></h3>
<button class="btn btn-lg btn-yellow">Hello, Glad to see you here!</button>
<p>I am a learner from Sonipat. You can view my works <a href="#">here</a>. I love to cook Maggie when I'm not cooking any website. Presently I am undergraduate at
<a href="http://www.vit.ac.in/" target="_blank">ABC university , Haryana.</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="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-github"></i></a></li>
</ul>

</div>

</center>

</div>

</body>

<!--- Made with love by Sourabh Kumar -->

</html>