Skip to content

Commit

Permalink
fixed fab
Browse files Browse the repository at this point in the history
  • Loading branch information
theWhiteWulfy committed Jun 2, 2018
1 parent 0091da2 commit b1c4716
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 11 deletions.
2 changes: 1 addition & 1 deletion assets/css/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ a. Reset
}

.container {
width: 85% !important;
width: 80% !important;
}

}
Expand Down
2 changes: 1 addition & 1 deletion assets/vendor/fab/fab.min.css

Large diffs are not rendered by default.

17 changes: 9 additions & 8 deletions cv/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>Curriculum Vitae</title>
<meta name="author" content="Alok Prateek" />
<meta name="description" content="My academic and professional achivements">

<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>Curriculum Vitae</title>
<meta name="author" content="Alok Prateek" />
<meta name="description" content="My academic and professional achivements">
<meta name="theme-color" content="#f74770"/>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="bootstrap.min.css" />
<link rel="stylesheet" href="bootstrap-social.css" />
Expand Down Expand Up @@ -53,6 +53,7 @@
</head>

<body>
<a name="top"></a>
<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">
Expand All @@ -66,7 +67,7 @@
</a>
</li>
<li>
<a href="#top" data-mfb-label="Back to Top" class="mfb-component__button--child">
<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>
Expand Down
31 changes: 31 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down Expand Up @@ -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">
Expand Down Expand Up @@ -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>
Expand All @@ -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>
Expand Down
3 changes: 2 additions & 1 deletion privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<link rel="stylesheet" href="assets/vendor/fab/fab.min.css" />
</head>
<body>
<a name="top"></a>
<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">
Expand All @@ -25,7 +26,7 @@
</a>
</li>
<li>
<a href="#top" data-mfb-label="Back to Top" class="mfb-component__button--child">
<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>
Expand Down

0 comments on commit b1c4716

Please sign in to comment.