Compare commits

...

2 Commits

  1. 7
      src/index.md
  2. 8
      src/links/index.md
  3. 9
      src/links/style.css
  4. 2
      src/links/template.html
  5. 7
      src/style.css

7
src/index.md

@ -4,3 +4,10 @@
Hi I'm Catherine. I'm a woman from Texas. I will occasionally do things online.\
Anyways, this website is mostly just a link farm, so click this <a href="/links/">here</a>.
<div class="footer-text">
<footer>
<p>The source code for this site is hosted <a href="https://git.sexmasters.xyz/catherine/cola.works">here</a>
</footer>
</div>

8
src/links/index.md

@ -1,2 +1,10 @@
# Links
<div class="footer-text">
<footer>
<p>The source code for this site is hosted <a href="https://git.sexmasters.xyz/catherine/cola.works">here</a>
</footer>
</div>

9
src/links/style.css

@ -62,3 +62,12 @@ ul#links li.discord {
background-position: left;
background-size: 1.5em;
}
.footer-text {
text-align: center;
position: fixed;
bottom: 0px;
width: 100%;
font-size: 0.5em
}

2
src/links/template.html

@ -9,7 +9,7 @@
<div class="navbar">
<nav>
<a href="/">home</a>
<a href="links/">links</a>
<a href="/links/">links</a>
</nav>
</div>
$body$

7
src/style.css

@ -28,3 +28,10 @@ p {
background:#BE0C0C;
}
.footer-text {
text-align: center;
position: fixed;
bottom: 0px;
width: 100%;
font-size: 0.5em
}

Loading…
Cancel
Save