This commit is contained in:
Alie 2023-07-14 20:05:38 +02:00
parent 4d7b82ecb0
commit d2e922e595
5 changed files with 140 additions and 97 deletions

View File

@ -3,34 +3,56 @@
{% include "head.html" %}
<body id="about">
<div class="centercubeplease">
<h1>So hey, you want to know more about me. Here u have!</h1>
<h1>
So hey, you want to know more about me. Here u have!
</h1>
<div class="centerade">
<p>
A thing i need to say is that this page one day could be deprecated bc
of me just not remembering to change anything.
</p>
<h2>Index</h2>
<h2>
Index
</h2>
<ul class="disclosure-closed">
<li><a href="#how">How to adress me</a></li>
<li><a href="#who">Who i am</a></li>
<li><a href="#what">What i am</a></li>
<li><a href="#where">Where to contact me</a></li>
<li>
<a href="#how">How to adress me</a>
</li>
<li>
<a href="#who">Who i am</a>
</li>
<li>
<a href="#what">What i am</a>
</li>
<li>
<a href="#where">Where to contact me</a>
</li>
</ul>
<h2 id="how">How to adress me</h2>
<h2 id="how">
How to adress me
</h2>
<p>
So first of all if you are not gonna adress me directly or you don't
know me yet just call me Bizcochito!<br />
know me yet just call me Bizcochito!
<br />
</p>
<h3>You can call me:</h3>
<h3>
You can call me:
</h3>
<ul class="disclosure-closed">
<li>Yari</li>
<li>Alicia</li>
<li>Maria</li>
<li>Bizcochito</li>
<li>
Yari
</li>
<li>
Alicia
</li>
<li>
Maria
</li>
<li>
Bizcochito
</li>
</ul>
<p>
Also if you are gonna "pronoun" me, please think before if u can just
use the name "Yari" that is literaly like "They" long.
@ -40,35 +62,48 @@
<b> (in order of preference) </b> :
</h3>
<ul class="disclosure-closed">
<li><b>My names</b></li>
<li>Literally anything but he</li>
<li>
<b>My names</b>
</li>
<li>
Literally anything but he
</li>
</ul>
<h2 id="who">Who i am</h2>
<p>Existential question i have yet not answered</p>
<h2 id="what">What i am</h2>
<p></p>
<h2 id="where">Where to contact me</h2>
<h2 id="who">
Who i am
</h2>
<p>
Existential question i have yet not answered
</p>
<h2 id="what">
What i am
</h2>
<p>
</p>
<h2 id="where">
Where to contact me
</h2>
<div class="centerade">
<a href="xmpp:bizcochito@fai.st">
<img
style="border: 0px; height: 36px; width: auto"
src="https://xmpp.org/images/logos/xmpp-logo.svg"
alt="XMPP" />
<img style="border: 0px;
height: 36px;
width: auto"
src="https://xmpp.org/images/logos/xmpp-logo.svg"
alt="XMPP" />
</a>
<a href="mailto:bizcochito@anartist.org">
<img
style="border: 0px; height: 36px; width: auto"
src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ee/%28at%29.svg/170px-%28at%29.svg.png"
alt="Personal Mail" />
<img style="border: 0px;
height: 36px;
width: auto"
src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ee/%28at%29.svg/170px-%28at%29.svg.png"
alt="Personal Mail" />
</a>
<a href="https://awoo.fai.st/MeDueleLaTeta">
<img
style="border: 0px; height: 36px; width: auto"
src="https://upload.wikimedia.org/wikipedia/commons/9/93/Fediverse_logo_proposal.svg"
alt="Pleroma" />
<img style="border: 0px;
height: 36px;
width: auto"
src="https://upload.wikimedia.org/wikipedia/commons/9/93/Fediverse_logo_proposal.svg"
alt="Pleroma" />
</a>
</div>
</div>

View File

@ -2,23 +2,25 @@
<div class="centerade">
<div>
<a href="https://fediring.net/previous?host=yari.fai.st">
<img
style="height: 30px; width: auto"
src="{% static 'icons/last.png' %}"
alt="LAST" />
<img style="height: 30px;
width: auto"
src="{% static 'icons/last.png' %}"
alt="LAST" />
</a>
<a href="https://fediring.net/">
<img
style="height: 30px; width: auto"
src="{% static 'icons/fediring.png' %}"
alt="FEDIRING" />
<img style="height: 30px;
width: auto"
src="{% static 'icons/fediring.png' %}"
alt="FEDIRING" />
</a>
<a href="https://fediring.net/next?host=yari.fai.st">
<img
style="height: 30px; width: auto"
src="{% static 'icons/next.png' %}"
alt="NEXT" />
<img style="height: 30px;
width: auto"
src="{% static 'icons/next.png' %}"
alt="NEXT" />
</a>
</div>
<p>Fediring links</p>
</div>
<p>
Fediring links
</p>
</div>

View File

@ -1,10 +1,6 @@
{% load static %}
<head>
<link
rel="stylesheet"
href="{% static 'style.css' %}" />
<link
rel="icon"
href="{% static 'icon.png' %}" />
<title>{{ title }}</title>
</head>
<head>
<link rel="stylesheet" href="{% static 'style.css' %}" />
<link rel="icon" href="{% static 'icon.png' %}" />
<title>{{ title }}</title>
</head>

View File

@ -1,63 +1,69 @@
{% load static %}
<!DOCTYPE html>
<html lang="en">
{% include "head.html" %}
{% include "head.html" %}
<body id="index">
{% include "fediring.html" %}
{% include "fediring.html" %}
<div id="noscript">
<div class="centercubeplease">
<h1>I'm bizcochito, hey!</h1>
<h2>-Pages:</h2>
<h1>
I'm bizcochito, hey!
</h1>
<h2>
-Pages:
</h2>
<ul class="disclosure-closed">
<li><a href="signbook/">Signbook</a></li>
</ul>
<h2>-Banners</h2>
<li>
<a href="signbook/">Signbook</a>
</li>
</ul>
<h2>
-Banners
</h2>
<div class="img">
{% for gif in banger_list %}
<img
style="max-height: 50px; width: auto"
src="{% static "icons/banner/" %}{{gif.name}}"
alt="{{gif.url}}"
/>
<img style="max-height: 50px; width: auto" src="{% static "icons/banner/" %}{{ gif.name }}" alt="{{ gif.url }}" />
{% endfor %}
</div>
<h2>-Funni gifs</h2>
<h2>
-Funni gifs
</h2>
<div class="img">
{% for gif in gif_list %}
<img
style="max-height: 50px; width: auto"
src="{% static "icons/gif/" %}{{gif.name}}"
alt="{{gif.url}}"
/>
<img style="max-height: 50px; width: auto" src="{% static "icons/gif/" %}{{ gif.name }}" alt="{{ gif.url }}" />
{% endfor %}
</div>
<h2>-Frens:</h2>
<h2>
-Frens:
</h2>
<div class="img">
{% for banner in banner_list %}
<a href="https://{{banner.url}}"><img
style="height: 31px; width: auto"
src="{% static "icons/88x31/" %}{{banner.name}}"
alt="{{banner.url}}"
/></a>
<a href="https://{{ banner.url }}">
<img style="height: 31px; width: auto" src="{% static "icons/88x31/" %}{{ banner.name }}" alt="{{ banner.url }}" />
</a>
{% endfor %}
</div>
<h2>-Me in other places:</h2>
<h2>
-Me in other places:
</h2>
<div class="img">
<a href="http://cronut.cafe/~bizcochito"
><img
src="{% static 'icons/coconut.png' %}"
alt="cronut.cafe/~bizcochito"
/></a>
<a href="http://cronut.cafe/~bizcochito">
<img src="{% static 'icons/coconut.png' %}" alt="cronut.cafe/~bizcochito" />
</a>
</div>
<h2>-NEW BANNER:</h2>
<h2>
-NEW BANNER:
</h2>
<div class="img">
<a href="https://yari.fai.st"
><img src="{% static 'icons/bizcochito.gif' %}" alt="yari.fai.st"
/></a>
<a href="https://yari.fai.st">
<img src="{% static 'icons/bizcochito.gif' %}" alt="yari.fai.st" />
</a>
</div>
</div>
<div class="centerade">
<a><img src="{% static "ads/hor/" %}{{ad}}" /></a>
<a>
<img src="{% static "ads/hor/" %}{{ ad }}" />
</a>
</div>
</div>
<script>

View File

@ -41,7 +41,11 @@
<p>
<form method="post" action="">
{% csrf_token %}
{% if error_message %}<p><strong>{{ error_message }}</strong></p>{% endif %}
{% if error_message %}
<p>
<strong>{{ error_message }}</strong>
</p>
{% endif %}
<table>
{{ form.as_table }}
</table>