Browse Source

Added link to Website source page

master
nukashimika 2 years ago
parent
commit
471690cabe
  1. 7
      src/index.md
  2. 8
      src/links/index.md
  3. 9
      src/links/style.css
  4. 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.\ 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,2 +1,10 @@
# 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,3 +62,12 @@ 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
}

7
src/style.css

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

Loading…
Cancel
Save