mirror of
https://github.com/zyllian/webdog.git
synced 2025-01-18 11:44:35 -08:00
Add link to site source
This commit is contained in:
parent
f52ddeff3f
commit
f1031b8edc
2 changed files with 16 additions and 2 deletions
|
@ -22,6 +22,16 @@ header.main-header {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
background-color: var(--accent-color);
|
background-color: var(--accent-color);
|
||||||
color: var(--accent-text-color);
|
color: var(--accent-text-color);
|
||||||
|
display: flex;
|
||||||
|
gap: 4px;
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.spacer {
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
|
@ -9,8 +9,12 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<header class="main-header">
|
<header class="main-header">
|
||||||
<span class="name">Zoey</span>'s website |
|
<span>
|
||||||
<span class="pronouns">she/they</span>
|
<span class="name">Zoey</span>'s website |
|
||||||
|
<span class="pronouns">she/they</span>
|
||||||
|
</span>
|
||||||
|
<span class="spacer"></span>
|
||||||
|
<a href="https://github.com/Zoeycode/zoeycode.github.io" rel="noopener noreferrer">Source</a>
|
||||||
</header>
|
</header>
|
||||||
<main class="page">
|
<main class="page">
|
||||||
{{{page}}}
|
{{{page}}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue