Skip to content

Commit 6d941d4

Browse files
committed
Add lab logo
1 parent 983c2b2 commit 6d941d4

File tree

6 files changed

+9
-1
lines changed

6 files changed

+9
-1
lines changed

_includes/header.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<div class="container">
1010
{% if page.permalink != '/' -%}
1111
<a class="navbar-brand title font-weight-lighter" href="{{ site.baseurl | prepend: site.url }}/">
12-
{%- if site.title == "blank" -%}<span class="font-weight-bold">{{ site.first_name }}</span> {{ site.middle_name }} {{ site.last_name }}{%- else -%}{{ site.title }}{%- endif -%}
12+
<!-- {%- if site.title == "blank" -%}<span class="font-weight-bold">{{ site.first_name }}</span> {{ site.middle_name }} {{ site.last_name }}{%- else -%}{{ site.title }}{%- endif -%} -->
13+
<img class="lab-logo" />
1314
</a>
1415
{%- elsif site.enable_navbar_social -%}
1516
<!-- Social Icons -->

_sass/_base.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,4 +855,9 @@ tbody tr.future-item {
855855
p {
856856
color: $green-color;
857857
}
858+
}
859+
860+
.lab-logo {
861+
content:var(--global-logo);
862+
max-width: 100px;
858863
}

_sass/_themes.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
--global-divider-color: rgba(0,0,0,.1);
1919
--global-card-bg-color: #{$white-color};
2020
--global-splash: url("../img/header_background_light.jpg");
21+
--global-logo: url("../img/lab-logo-black.png");
2122

2223
.fa-sun {
2324
display : none;
@@ -52,6 +53,7 @@ html[data-theme='dark'] {
5253
--global-divider-color: #424246;
5354
--global-card-bg-color: #{$grey-900};
5455
--global-splash: url("../img/header_background_dark.jpg");
56+
--global-logo: url("../img/lab-logo-white.png");
5557

5658
.fa-sun {
5759
padding-left: 10px;

assets/img/lab-logo-black.png

5.63 KB
Loading

assets/img/lab-logo-gray.png

5.28 KB
Loading

assets/img/lab-logo-white.png

3.72 KB
Loading

0 commit comments

Comments
 (0)