Skip to content

Commit

Permalink
Add contact me link to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
cubetastic33 committed Apr 17, 2024
1 parent c7d683f commit 784be62
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
3 changes: 1 addition & 2 deletions static/styles/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions static/styles/index.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions static/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ footer {
justify-content: space-between;
}

footer span a {
color: var(--foreground);
}

// Mock ups

#add_kanji {
Expand Down
4 changes: 3 additions & 1 deletion templates/index.html.tera
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@
</p>
</main>
<footer role="contentinfo">
© {{ year }} | Sakubun
<span>
© {{ year }} | Sakubun - <a href="mailto:[email protected]">Contact Me</a>
</span>
<a class="github-button" href="https://github.com/cubetastic33/sakubun" data-color-scheme="no-preference: light; light: light; dark: dark;" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star cubetastic33/sakubun on GitHub">Star</a>
</footer>
<script async defer src="https://buttons.github.io/buttons.js"></script>
Expand Down

0 comments on commit 784be62

Please sign in to comment.