-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a4074de
commit 2072e95
Showing
4 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ footer { | |
} | ||
|
||
footer nav { | ||
margin: var(--space-m) auto; | ||
text-transform: uppercase; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,10 +45,17 @@ <h1 class="logo"><a href="/" title="{{ site.title }}">{{ site.title }}</a></h1> | |
</main> | ||
|
||
<footer class="container"> | ||
<p> | ||
Amara loves getting emails. | ||
<a class="highlight" href="mailto:[email protected]">Please email her</a>. | ||
<br> | ||
The parents will reply with her hand-written reply. | ||
</p> | ||
<nav> | ||
<a href="/">Home</a> | ||
<a href="/feed.xml">Feed</a> | ||
<a href="mailto:[email protected]">Email</a> | ||
<a href="https://github.com/oinam/amara.oinam.art">Source</a> | ||
</nav> | ||
<p> | ||
<small> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters