Skip to content

Commit b1c4716

Browse files
committed
fixed fab
1 parent 0091da2 commit b1c4716

File tree

5 files changed

+44
-11
lines changed

5 files changed

+44
-11
lines changed

assets/css/reset.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ a. Reset
163163
}
164164

165165
.container {
166-
width: 85% !important;
166+
width: 80% !important;
167167
}
168168

169169
}

assets/vendor/fab/fab.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cv/index.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="utf-8" />
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
7-
<title>Curriculum Vitae</title>
8-
<meta name="author" content="Alok Prateek" />
9-
<meta name="description" content="My academic and professional achivements">
10-
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
7+
<title>Curriculum Vitae</title>
8+
<meta name="author" content="Alok Prateek" />
9+
<meta name="description" content="My academic and professional achivements">
10+
<meta name="theme-color" content="#f74770"/>
1111
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css" />
1212
<link rel="stylesheet" href="bootstrap.min.css" />
1313
<link rel="stylesheet" href="bootstrap-social.css" />
@@ -53,6 +53,7 @@
5353
</head>
5454

5555
<body>
56+
<a name="top"></a>
5657
<ul id="menu" class="mfb-component--bl mfb-slidein-spring " data-mfb-toggle="click" style="display: block;">
5758
<li class="mfb-component__wrap">
5859
<a href="#" class="mfb-component__button--main">
@@ -66,7 +67,7 @@
6667
</a>
6768
</li>
6869
<li>
69-
<a href="#top" data-mfb-label="Back to Top" class="mfb-component__button--child">
70+
<a href="#top" data-mfb-label="Go to Top" class="mfb-component__button--child">
7071
<i class="mfb-component__child-icon fa fa-arrow-up"></i>
7172
</a>
7273
</li>

index.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<link rel="stylesheet" type="text/css" href="assets/css/hint.css">
1616
<link rel="manifest" href="manifest.json">
1717
<meta name="theme-color" content="#f74770"/>
18+
<link rel="stylesheet" href="assets/vendor/fab/fab.min.css" />
1819
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
1920

2021
<meta name="author" content="Alok Prateek">
@@ -83,6 +84,7 @@ <h1 id="logo" itemprop="name">Alok Prateek</h1>
8384
<!-- Wrapper Begin-->
8485
<div id="wrapper">
8586
<!-- Main -->
87+
<a name="top"></a>
8688
<div id="main">
8789
<section id="intro">
8890
<div class="container">
@@ -540,6 +542,34 @@ <h4 class="red">
540542
</datalist>
541543
</div>
542544
<!--Search End-->
545+
<!--fab begin-->
546+
<ul id="menu" class="mfb-component--bl mfb-slidein-spring " data-mfb-toggle="click" style="display: block;">
547+
<li class="mfb-component__wrap">
548+
<a href="#" class="mfb-component__button--main">
549+
<i class="mfb-component__main-icon--resting fa fa-plus"></i>
550+
<i class="mfb-component__main-icon--active fa fa-close"></i>
551+
</a>
552+
553+
<ul class="mfb-component__list">
554+
<li>
555+
<a href="#top" data-mfb-label="Go to Top" class="mfb-component__button--child">
556+
<i class="mfb-component__child-icon fa fa-arrow-up"></i>
557+
</a>
558+
</li>
559+
<li>
560+
<a href="/blog/" data-mfb-label="My Blog" class="mfb-component__button--child">
561+
<i class="mfb-component__child-icon fa fa-book"></i>
562+
</a>
563+
</li>
564+
<li>
565+
<a href="mailto:i@alokprateek.ml" data-mfb-label="Hire Me" class="mfb-component__button--child">
566+
<i class="mfb-component__child-icon fa fa-envelope-open-o"></i>
567+
</a>
568+
</li>
569+
</ul>
570+
</li>
571+
</ul>
572+
<!--fab-end-->
543573
<!-- Scripts -->
544574
<!--Vendor Scripts-->
545575
<script src="assets/vendor/jquery/jquery.min.js"></script>
@@ -552,6 +582,7 @@ <h4 class="red">
552582
<script src="assets/js/util.js"></script>
553583
<script src="assets/js/main.js"></script>
554584
<script async src="assets/js/search.js"></script>
585+
<script src="assets/vendor/fab/fab.min.js"></script>
555586
<!--Scripts For Google-->
556587
<script async src="https://www.google-analytics.com/analytics.js"></script>
557588
<script>

privacy.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<link rel="stylesheet" href="assets/vendor/fab/fab.min.css" />
1313
</head>
1414
<body>
15+
<a name="top"></a>
1516
<ul id="menu" class="mfb-component--bl mfb-slidein-spring " data-mfb-toggle="click" style="display: block;">
1617
<li class="mfb-component__wrap">
1718
<a href="#" class="mfb-component__button--main">
@@ -25,7 +26,7 @@
2526
</a>
2627
</li>
2728
<li>
28-
<a href="#top" data-mfb-label="Back to Top" class="mfb-component__button--child">
29+
<a href="#top" data-mfb-label="Go to Top" class="mfb-component__button--child">
2930
<i class="mfb-component__child-icon fa fa-arrow-up"></i>
3031
</a>
3132
</li>

0 commit comments

Comments
 (0)