Skip to content

Commit 9ecaf2a

Browse files
authored
Merge pull request #4 from diffix/edon/wordmark
Add wordmark
2 parents 73ffdd4 + e8c4f6a commit 9ecaf2a

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

_includes/header.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,8 @@
66
<div class="container">
77
{% if page.permalink != '/' -%}
88
<a class="navbar-brand title font-weight-lighter" href="{{ site.baseurl }}/">
9-
{%- if site.title == "blank" -%}
10-
{%- if site.brand_name -%}
11-
<span class="font-weight-bold">{{- site.brand_name -}}&nbsp;</span>
12-
{%- endif -%}
13-
{%- else -%}
14-
{{- site.title -}}
15-
{%- endif -%}
9+
<img src="/assets/img/logo-flat.png" alt="Open Diffix Logo" width="26" height="26" style="margin-top: -2px; margin-right: 1px;">
10+
{% include wordmark.html %}
1611
</a>
1712
{%- elsif site.enable_navbar_social -%}
1813
<!-- Social Icons -->

_includes/wordmark.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<span class="font-weight-bold">
2+
<span style="color: #0eb896;">Open</span>&nbsp;<span style="color: #3385e1;">Diffix</span>
3+
</span>

_layouts/about.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
<!-- about.html -->
66
<div class="post">
77
<header class="post-header">
8-
<h1 class="post-title">
9-
{% if site.title == "blank" -%}<span class="font-weight-bold">{{ site.brand_name }}</span>
10-
{%- else -%}{{ site.title }}{%- endif %}
11-
</h1>
8+
<div style="display: flex; align-items: center; gap: 12px;">
9+
<img src="/assets/img/logo-flat.png" alt="Open Diffix Logo" style="margin-top: -6px;" width="56" height="56">
10+
<h1 class="post-title">
11+
{% include wordmark.html %}
12+
</h1>
13+
</div>
1214
<p class="desc">{{ page.subtitle }}</p>
1315
</header>
1416

assets/img/logo-flat.png

28 KB
Loading

0 commit comments

Comments
 (0)