Skip to content

Commit 33e44ed

Browse files
committed
personalizing header and nav
1 parent fd0b1f5 commit 33e44ed

4 files changed

Lines changed: 10 additions & 11 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Ruby Fore
33
email: your-email@domain.com
44
url: https://example.github.io
5-
description: Statistics M.Sc.
5+
description: Bioinformatic data specialist, MSc in statistics, experienced programmer
66

77
# Color settings (hex-codes without the leading hash-tag)
88
color:

_includes/css/grayscale.css

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ a:focus {
8080
.bar-custom .navbar-brand .navbar-toggle {
8181
padding: 4px 6px;
8282
font-size: 16px;
83-
color: #fff;
83+
color: rgb(88, 89, 90);
8484
}
8585

8686
.navbar-custom .navbar-brand .navbar-toggle:focus,
@@ -89,7 +89,7 @@ a:focus {
8989
}
9090

9191
.navbar-custom a {
92-
color: #fff;
92+
color: rgb(88, 89, 90);
9393
}
9494

9595
.navbar-custom .nav li.active {
@@ -110,7 +110,7 @@ a:focus {
110110
background-color: rgba(255,255,255,.3);
111111
}
112112

113-
/*@media(min-width:767px) {
113+
@media(min-width:767px) {
114114
.navbar {
115115
padding: 20px 0;
116116
border-bottom: 0;
@@ -123,21 +123,21 @@ a:focus {
123123

124124
.top-nav-collapse {
125125
padding: 0;
126-
background-color: rgba(153, 157, 160);
126+
background-color: rgb(9, 10, 10);
127127
}
128128

129129
.navbar-custom.top-nav-collapse {
130130
border-bottom: 1px solid rgba(255,255,255,.3);
131131
}
132-
}*/
132+
}
133133

134134
.intro {
135135
display: table;
136136
width: 100%;
137137
height: auto;
138138
padding: 100px 0;
139139
text-align: center;
140-
color: #fff;
140+
color: rgb(185, 189, 192);
141141
background: url(/img/IMG_3378.jpg) no-repeat bottom center scroll;
142142
background-color: {{ site.color.primary-dark }};
143143
-webkit-background-size: cover;
@@ -159,7 +159,6 @@ a:focus {
159159
}
160160

161161
.brand-heading {
162-
color: rgb(153, 157, 160);
163162
text-align: center;
164163
}
165164
.intro .intro-body .intro-text {
@@ -172,7 +171,7 @@ a:focus {
172171
@media(min-width:767px) {
173172
.intro {
174173
height: 60%;
175-
padding: 0;
174+
padding: 10;
176175
background-position: 25% 68%;
177176

178177
}

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="row">
88
<div class="col-md-8 col-md-offset-2">
99
<h1 class="brand-heading">{{ site.title }}</h1>
10-
<!---<p class="intro-text">{{ site.description }}<br>--->
10+
<p class="intro-text">{{ site.description }}<br>
1111
<a href="#about" class="btn btn-circle page-scroll">
1212
<i class="fa fa-angle-double-down animated"></i>
1313
</a>

_includes/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<a class="page-scroll" href="#about">About</a>
2020
</li>
2121
<li>
22-
<a class="page-scroll" href="#download">Download</a>
22+
<a class="page-scroll" href="#resume">Resume</a>
2323
</li>
2424
<li>
2525
<a class="page-scroll" href="#contact">Contact</a>

0 commit comments

Comments
 (0)