Skip to content

Commit 4507550

Browse files
authored
Merge pull request #27 from richtja/logo
Signed-off-by: Jan Richter <[email protected]>
2 parents 625be49 + 1026236 commit 4507550

6 files changed

+8
-0
lines changed

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<header>
1818
<div class="inner">
1919
<a href="{{ '/' | absolute_url }}">
20+
<img src="../assets/images/avocado_logo_Page_1.png">
2021
<h1>{{ site.title | default: site.github.repository_name }}</h1>
2122
</a>
2223
<h2>{{ site.description | default: site.github.project_tagline }}</h2>

_sass/jekyll-theme-architect.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ header {
3131
border-bottom: solid 1px #275da1;
3232
}
3333

34+
header a img {
35+
height: 100px;
36+
display: inline-block;
37+
vertical-align: middle;
38+
}
3439
header h1 {
3540
width: 540px;
3641
margin-top: 0;
@@ -40,6 +45,8 @@ header h1 {
4045
line-height: 1;
4146
color: #fff;
4247
letter-spacing: -1px;
48+
display: inline-block;
49+
vertical-align: middle;
4350
}
4451

4552
header h2 {

assets/images/avocado_logo_Page_1.png

280 KB
Loading

assets/images/avocado_logo_Page_2.png

98.5 KB
Loading

assets/images/avocado_logo_Page_3.png

22.7 KB
Loading

assets/images/avocado_logo_Page_4.png

89.1 KB
Loading

0 commit comments

Comments
 (0)