-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit reverts the changes made in " #49 " as they are no longer required.
- Loading branch information
1 parent
936e4b9
commit 20e767b
Showing
5 changed files
with
40 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,20 +6,12 @@ | |
<title>Minifolio</title> | ||
<link rel="shortcut icon" href="Minifolio.png" type="image/x-icon" /> | ||
<link rel="stylesheet" href="css/style.css" /> | ||
<link rel="stylesheet" href="css/button.css" /> | ||
<link rel="stylesheet" href="css/preloader.css" /> | ||
<script src="https://unpkg.com/ionicons@latest/dist/ionicons.js"></script> | ||
<link rel="stylesheet" href="css/button.css" /> | ||
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> | ||
|
||
<!-- <link rel="stylesheet" href="button.css" /> --> | ||
</head> | ||
<body> | ||
<div class="overlayer"></div> | ||
<div id="loading-bar-spinner" class="spinner"> | ||
<div class="spinner-icon"></div> | ||
</div> | ||
<div class="loadingP">Loading . . .</div> | ||
<div class="home"> | ||
<div class="container"> | ||
Hi, my name is <span>Your Name</span> <br />I'm <span id="role"> </span> | ||
|
@@ -132,7 +124,5 @@ | |
<script src="js/script.js"></script> | ||
<script src="js/typingAnimation.js"></script> | ||
<script src="js/copyRight.js"></script> | ||
<script src="js/preloader.js"></script> | ||
<!--555--> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.