Compare commits

..

No commits in common. 'ede431b9b402d81ca894e80d0a41f760e919e572' and '0b6213f86a9b283b7474de4fd70e2baeacff8bbb' have entirely different histories.

  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,10 +4,3 @@
Hi I'm Catherine. I'm a woman from Texas. I will occasionally do things online.\ 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>. 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,10 +1,2 @@
# Links # 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,12 +62,3 @@ ul#links li.discord {
background-position: left; background-position: left;
background-size: 1.5em; 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"> <div class="navbar">
<nav> <nav>
<a href="/">home</a> <a href="/">home</a>
<a href="/links/">links</a> <a href="links/">links</a>
</nav> </nav>
</div> </div>
$body$ $body$

7
src/style.css

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

Loading…
Cancel
Save