~skovati/website

73885115348dfcbf31384c83e0853ed5d0add089 — skovati 1 year, 5 months ago f471998
update header and footer
3 files changed, 8 insertions(+), 6 deletions(-)

M src/components/Footer.astro
M src/components/Header.astro
M src/styles/global.css
M src/components/Footer.astro => src/components/Footer.astro +2 -0
@@ 6,6 6,8 @@ const links = [
]
---

<hr>

<p>
  the content for this site is <a href="/LICENSE.txt"><b>CC-BY-NC-ND</b></a>
</p>

M src/components/Header.astro => src/components/Header.astro +4 -4
@@ 3,10 3,10 @@ const subtitle = "a digital minimalist.";
---
<a href="/">
<pre class="header-art">
 ______     __  __     ______     __   __   ______     ______    __
/\  ___\   /\ \/ /    /\  __ \   /\ \ / /  /\  __ \   /\__  _\  /\ \
\ \___  \  \ \  _"-.  \ \ \/\ \  \ \ \'/   \ \  __ \  \/_/\ \/  \ \ \
 \/\_____\  \ \_\ \_\  \ \_____\  \ \__|    \ \_\ \_\    \ \_\   \ \_\
 ______     __  __     ______     __    __  ______     ______    __
/\  ___\   /\ \/ /    /\  __ \   /\ \  / / /\  __ \   /\__  _\  /\ \
\ \___  \  \ \  _'-.  \ \ \/\ \  \ \ \/ /  \ \  __ \  \/_/\ \/  \ \ \
 \/\_____\  \ \_\ \_\  \ \_____\  \ \__/    \ \_\ \_\    \ \_\   \ \_\
  \/_____/   \/_/\/_/   \/_____/   \/_/      \/_/\/_/     \/_/    \/_/

</pre>

M src/styles/global.css => src/styles/global.css +2 -2
@@ 21,7 21,7 @@ body {
  color: var(--light_primary);
  background: var(--dark_primary);
}
a {
a, hr {
  text-decoration: none;
  color: var(--accent);
}


@@ 47,6 47,6 @@ h1, h2, h3, h4, h5 {
  user-select: none;
  display: flex;
  justify-content: center;
  font-size: min(1.8vw, 15px);
  font-size: min(1.8vw, 12px);
  overflow: hidden;
}