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
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "simplebio",
"version": "1.0.0",
"description": "[![GitHub license](https://img.shields.io/github/license/vinitshahdeo/SimpleBio?logo=github)](https://github.com/vinitshahdeo/SimpleBio/blob/master/LICENSE) [![GitHub forks](https://img.shields.io/github/forks/vinitshahdeo/SimpleBio?color=red&logo=github)](https://github.com/vinitshahdeo/SimpleBio/network) [![GitHub stars](https://img.shields.io/github/stars/vinitshahdeo/SimpleBio?logo=github)](https://github.com/vinitshahdeo/SimpleBio/stargazers)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heeba-khan/SimpleBio.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/heeba-khan/SimpleBio/issues"
},
"homepage": "https://github.com/heeba-khan/SimpleBio#readme"
}
Binary file added template/img/Avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 56 additions & 0 deletions template/img/HeebaKhan.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<html>
<!--- Simple Bio template -->
<!--- Author - Vinit Shahdeo -->
<head>

<title>Vinit Shahdeo | Personal Website</title>

<!--- Default Stylesheet -->
<link href="./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">
<a href="https://www.instagram.com/vinitshahdeo">
<img src="./img/Avatar.png" class="main-img">
</a>
<h3><span>Heeba Khan</span></h3>
<button class="btn btn-lg btn-yellow">Hello, Glad to see you here!</button>
<p>I am an 4th year Electrical Engineering student from New Delhi. You can view my works
<a href="https://github.com/heeba-khan">here</a>.
I am an unhealthy addictive fiction reader.
Presently I am undergraduate at
<a href="http://www.vit.ac.in/" target="_blank">JMI, New Delhi.</a>
<br/><span>Thank You for Visiting!</span>
</p>

<p>Ping me at <a href="mailto:[email protected]">heebak45@@gmail.com</a></p>

<hr>

<ul class="social">
<li><a href="http://www.facebook.com/heebakhan" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.linkedin.com/in/heeba-khan-06a00a159/" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://twitter.com/heebakhan" target="_blank"><i class="fa fa-twitter"></i></a></li>
</ul>

</div>

</center>

</div>

</body>

<!--- Made with love by Heeba Khan-->

</html>