Skip to content

Commit

Permalink
Merge pull request #27 from richtja/logo
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Richter <[email protected]>
  • Loading branch information
richtja authored May 30, 2024
2 parents 625be49 + 1026236 commit 4507550
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<header>
<div class="inner">
<a href="{{ '/' | absolute_url }}">
<img src="../assets/images/avocado_logo_Page_1.png">
<h1>{{ site.title | default: site.github.repository_name }}</h1>
</a>
<h2>{{ site.description | default: site.github.project_tagline }}</h2>
Expand Down
7 changes: 7 additions & 0 deletions _sass/jekyll-theme-architect.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ header {
border-bottom: solid 1px #275da1;
}

header a img {
height: 100px;
display: inline-block;
vertical-align: middle;
}
header h1 {
width: 540px;
margin-top: 0;
Expand All @@ -40,6 +45,8 @@ header h1 {
line-height: 1;
color: #fff;
letter-spacing: -1px;
display: inline-block;
vertical-align: middle;
}

header h2 {
Expand Down
Binary file added assets/images/avocado_logo_Page_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/avocado_logo_Page_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/avocado_logo_Page_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/avocado_logo_Page_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4507550

Please sign in to comment.