Skip to content

Commit aa409e5

Browse files
committed
Added GitHub avatar to homepage
1 parent 5803611 commit aa409e5

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

data/assets/css/components/_homepage-header.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
margin: auto;
1717
}
1818
@include tablet {
19-
margin-left: 4rem;
19+
margin-left: 1rem;
2020
}
2121

2222
// Appearance
@@ -53,7 +53,7 @@
5353
img {
5454

5555
// Sizing
56-
width: 7rem;
56+
width: 12rem;
5757

5858
// Positioning
5959
display: block;

data/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
<header id="homepage-header" class="my-6">
66
<div class="columns is-vcentered">
77

8+
<div class="column is-narrow">
9+
<a href="$site-repo-host$/$site-author-username$">
10+
<img src="https://avatars.githubusercontent.com/u/8940077?v=4"
11+
alt="GitHub avatar"
12+
class="apply-shadow"
13+
width="500"
14+
height="500">
15+
</a>
16+
</div>
17+
818
<div class="column">
919
<h1 class="title">Ashley<br>Rose</h1>
1020
</div>

0 commit comments

Comments
 (0)