-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0091da2
commit b1c4716
Showing
5 changed files
with
44 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -163,7 +163,7 @@ a. Reset | |
} | ||
|
||
.container { | ||
width: 85% !important; | ||
width: 80% !important; | ||
} | ||
|
||
} | ||
|
Large diffs are not rendered by default.
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
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 |
---|---|---|
|
@@ -15,6 +15,7 @@ | |
<link rel="stylesheet" type="text/css" href="assets/css/hint.css"> | ||
<link rel="manifest" href="manifest.json"> | ||
<meta name="theme-color" content="#f74770"/> | ||
<link rel="stylesheet" href="assets/vendor/fab/fab.min.css" /> | ||
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]--> | ||
|
||
<meta name="author" content="Alok Prateek"> | ||
|
@@ -83,6 +84,7 @@ <h1 id="logo" itemprop="name">Alok Prateek</h1> | |
<!-- Wrapper Begin--> | ||
<div id="wrapper"> | ||
<!-- Main --> | ||
<a name="top"></a> | ||
<div id="main"> | ||
<section id="intro"> | ||
<div class="container"> | ||
|
@@ -540,6 +542,34 @@ <h4 class="red"> | |
</datalist> | ||
</div> | ||
<!--Search End--> | ||
<!--fab begin--> | ||
<ul id="menu" class="mfb-component--bl mfb-slidein-spring " data-mfb-toggle="click" style="display: block;"> | ||
<li class="mfb-component__wrap"> | ||
<a href="#" class="mfb-component__button--main"> | ||
<i class="mfb-component__main-icon--resting fa fa-plus"></i> | ||
<i class="mfb-component__main-icon--active fa fa-close"></i> | ||
</a> | ||
|
||
<ul class="mfb-component__list"> | ||
<li> | ||
<a href="#top" data-mfb-label="Go to Top" class="mfb-component__button--child"> | ||
<i class="mfb-component__child-icon fa fa-arrow-up"></i> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="/blog/" data-mfb-label="My Blog" class="mfb-component__button--child"> | ||
<i class="mfb-component__child-icon fa fa-book"></i> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="mailto:[email protected]" data-mfb-label="Hire Me" class="mfb-component__button--child"> | ||
<i class="mfb-component__child-icon fa fa-envelope-open-o"></i> | ||
</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
<!--fab-end--> | ||
<!-- Scripts --> | ||
<!--Vendor Scripts--> | ||
<script src="assets/vendor/jquery/jquery.min.js"></script> | ||
|
@@ -552,6 +582,7 @@ <h4 class="red"> | |
<script src="assets/js/util.js"></script> | ||
<script src="assets/js/main.js"></script> | ||
<script async src="assets/js/search.js"></script> | ||
<script src="assets/vendor/fab/fab.min.js"></script> | ||
<!--Scripts For Google--> | ||
<script async src="https://www.google-analytics.com/analytics.js"></script> | ||
<script> | ||
|
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