Skip to content
Open
Show file tree
Hide file tree
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
Binary file added .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
50 changes: 50 additions & 0 deletions template/kunalSrivastava_website.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<html>
<!--- For male -->
<head>

<title>Kunal Srivastava | 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>Kunal Srivastava</span></h3>
<button class="btn btn-lg btn-yellow">Hello, Glad to see you here!</button>
<p>I am a Full Stack Developer and an Undergraduate at M S Ramaiah University Of Applied Sciences. You can view my works <a target="_blank" href="https://github.com/Kunal0220"><b> here</b></a>.I use React to make Dynamic Single Page Websites and work as a Free Lancer. </p>

<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="https://github.com/Kunal0220"><i class="fa fa-github"></i></a></li>
</ul>

</div>

</center>

</div>

</body>

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

</html>