aboutsummaryrefslogtreecommitdiffstats
path: root/templates/home.html.tera
diff options
context:
space:
mode:
Diffstat (limited to 'templates/home.html.tera')
-rw-r--r--templates/home.html.tera53
1 files changed, 53 insertions, 0 deletions
diff --git a/templates/home.html.tera b/templates/home.html.tera
new file mode 100644
index 0000000..cf14f54
--- /dev/null
+++ b/templates/home.html.tera
@@ -0,0 +1,53 @@
+{% extends "base" %}
+
+{% block header %}
+
+<div class="panel" id="title">
+ <h1>cel 🌸</h1>
+</div>
+
+{% if is_live %}
+<iframe
+ class="panel"
+ id="stream"
+ src="https://live.blos.sm/embed/video"
+ title="girlstream"
+ referrerpolicy="origin"
+ scrolling="no"
+ allowfullscreen>
+</iframe>
+{% endif %}
+
+{% if is_scrobbling %}
+<a href="https://listenbrainz.org/user/celblossom" class="panel" id="scrobble">now playing: Parfum d'étoiles - Ichiko Aoba</a>
+{% endif %}
+
+{% endblock header %}
+
+{% block content %}
+
+<div class="info panel">
+ <h2>hallo i am celeste welcome 2 my site 🌟</h2>
+ <p>this is where i dump everything</p>
+ <p>i wish u a wonderful day</p>
+ <br>
+ <img src="https://s3.eu-west-1.wasabisys.com/skinnyverse/f28c467a-0ee1-4d49-a638-08a010fd9927/quinntyping.png">
+ <p>perpetually under construction</p>
+ <img style="border: 0;" src="/barraconstruction.gif">
+</div>
+
+{% endblock content %}
+
+{% block aside %}
+
+<aside>
+
+ {% include "latestblogs" %}
+ {% include "latestskweets" %}
+
+</aside>
+
+{% endblock aside %}
+
+
+