updated footer. updated about pages with contact information
This commit is contained in:
parent
d9eac91878
commit
b23ad719a4
7 changed files with 23 additions and 33 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,2 @@
|
|||
public/
|
||||
stashed/
|
||||
.stashed/
|
|
@ -7,11 +7,15 @@ footnote3 = "Silksong is coming out soon, right?"
|
|||
+++
|
||||
**Pronouns** : she/her preferred, but they/them is also fine.
|
||||
|
||||
{{ br() }}
|
||||
I'm Eli {{ footnote() }}, an entity{{ footnote() }} of some sorts. Computers fear me, for I usually fuck them up ( *unwillingly*, if I may add ) while tinkering with them. Currently kinda interested in distributed computing.
|
||||
|
||||
My favourite song is {% link(url="https://www.youtube.com/watch?v=Yh5RSv52g6U") %} Vital Signs by Rush {% end %}.
|
||||
|
||||
My favourite videogames are *Hollow Knight*{{ footnote() }}, *Sekiro: Shadows Die Twice* and *Terraria*.
|
||||
|
||||
If you need to contact me you can find me on {% link(url="https://gts.collective-conciousness.monster/@eli") %} fedi {% end %} or you can send me an {% link(url="mailto:eli@collective-conciousness.monster") %} email {% end %}.
|
||||
|
||||
|
||||
I'm Eli {{ footnote() }}, an entity{{ footnote() }} of some sorts. Computers fear me, for I usually fuck them up ( *unwillingly*, if I may add ) while tinkering with them. Currently kinda interested in distributed computing.{{br()}}
|
||||
My favourite song is {% link(url="https://www.youtube.com/watch?v=Yh5RSv52g6U") %} Vital Signs by Rush {% end %}. {{br()}}
|
||||
My favourite videogames are *Hollow Knight*{{ footnote() }}, *Sekiro: Shadows Die Twice* and *Terraria*. {{br()}}
|
||||
-\-\-
|
||||
{{ footnoted() }}
|
||||
{{ footnoted() }}
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
+++
|
||||
title = "jade"
|
||||
[extra]
|
||||
footnote1 = "Depending on when you are reading this you might find art of it on the website"
|
||||
footnote1 = "Depending on when you are reading this you might find art of it on the website!"
|
||||
+++
|
||||
**Pronouns**: they/them and she/her are fine, no preference between the two. {{br()}}
|
||||
Hii! I'm Jade, my 'sona is a dragon{{footnote()}}! I like drawing! I also do pixel art! My favourite game is *Crying Suns*. If I ever remember to write blog posts they'll probably be about one of the aforementioned things. That's about it ! {{br()}}
|
||||
Hii! I'm Jade, my 'sona is a dragon{{footnote()}}! I like drawing! I also do pixel art! My favourite game is *Crying Suns*. If I ever remember to write blog posts they'll probably be about one of the aforementioned things. That's about it !
|
||||
|
||||
If, for whatever reason, you need to contact me, you can find me {% link(url="https://gts.collective-conciousness.monster/@jade") %} on the fediverse {% end %} or {% link(url="mailto:jade@collective-conciousness.monster") %} you can send me an email {% end %}.
|
||||
|
||||
\-\-\-
|
||||
{{ footnoted() }}
|
|
@ -1,5 +1,8 @@
|
|||
+++
|
||||
title = "vulcan"
|
||||
+++
|
||||
**Pronouns** : it/its
|
||||
|
||||
thing
|
||||
I enjoy reading a lot. And maybe writing about it.
|
||||
|
||||
If you want to get in touch, you can write to my {% link(url="mailto:vulcan@collective-conciousness.monster") %} email {% end %} or you can message me on {% link(url="https://gts.collective-conciousness.monster/@vulcan") %} the fediverse {% end %}.
|
|
@ -1,11 +0,0 @@
|
|||
+++
|
||||
title = "Contact information"
|
||||
template = "contact.html"
|
||||
page_template = "contact.html"
|
||||
[extra]
|
||||
footnote1 = "That should be within our respective \"about\" pages."
|
||||
+++
|
||||
|
||||
You can contact us on our respective fediverse profiles{{ footnote() }}. {{br()}} You can also contact us on email at {% link(url="mailto:ittihadyya@collective-conciousness.monster") %}ittihadyya@collective-conciousness.monster{% end %}.{{br()}}
|
||||
\-\-\-
|
||||
{{footnoted()}}
|
|
@ -19,7 +19,6 @@
|
|||
<li class="navbar-item"><a class="navbar-link" href="/blogs/eli">Eli's blog</a></li>
|
||||
<li class="navbar-item"><a class="navbar-link" href="/blogs/jade">Jade's blog</a></li>
|
||||
<li class="navbar-item"><a class="navbar-link" href="/blogs/vulcan">Vulcan's blog</a></li>
|
||||
<li class="navbar-item"><a class="navbar-link" href="/contact">Contact</a></li>
|
||||
<li class="navbar-item"><a class="navbar-link" href="/about">About</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -33,7 +32,11 @@
|
|||
</section>
|
||||
<div id="FooterSpacer" class ="flex-justified"></div>
|
||||
<footer id="FootFooter" class = "flex-justified">
|
||||
<p class="centered-text">[ Previous space left intentionally blank ]<br> This website is powered by <a href="https://getzola.org">Zola</a></p>
|
||||
<p class="centered-text">[ Previous space left intentionally blank ] <br>
|
||||
This website is powered by <a href="https://getzola.org">Zola</a> <br>
|
||||
Send us an <a href="mailto:website@collective-conciousness.monster">email</a> related to the website. <br>
|
||||
Look at the <a href="https://git.collective-conciousness.monster/Ittihadyya/ccm-website">source code</a>.
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block head %}
|
||||
<title>Ittihadyya | Contact</title>
|
||||
{% endblock head %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="title">
|
||||
Contact
|
||||
</h1>
|
||||
{{ page.content | safe }}
|
||||
{% endblock content %}
|
Loading…
Reference in a new issue