Skip to content

Commit da4b4a1

Browse files
committed
update nav style
1 parent 4619bfd commit da4b4a1

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ GEM
6363
rexml (3.2.6)
6464
rouge (4.2.1)
6565
safe_yaml (1.0.5)
66-
sass-embedded (1.74.1-x64-mingw-ucrt)
66+
sass-embedded (1.75.0-x64-mingw-ucrt)
6767
google-protobuf (>= 3.25, < 5.0)
6868
terminal-table (3.0.2)
6969
unicode-display_width (>= 1.1.1, < 3)

_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ description: >-
66
baseurl: "" # the subpath of your site, e.g. /blog
77
url: "" # the base hostname & protocol for your site, e.g. http://example.com
88
twitter_username: jekyllrb
9-
logo: static/img/site/evos.jpg
109

1110
# site details
1211
overview: Empowering individuals and organizations to embrace code and no-code Open Source contributions

_includes/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<nav class="navbar fixed-top align-items-center">
2-
<div class="container">
2+
<div class="container nav-con">
33
<div class="logo">
44
<a class="navbar-brand" href="/">
5-
<img class="header-logo" src="{{site.logo}}" alt="Logo" height="45px" />
5+
<img class="header-logo" src="/static/img/site/evos.jpg" alt="Logo" height="45px" />
66
</a>
77
</div>
88

static/css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/* Custom Stylesheet */
2+
.navbar {
3+
background-color: black;
4+
}
15
.default-section {
26
position: relative;
37
background-image: url("/static/img/site/backevos.jpg");

0 commit comments

Comments
 (0)