Added the basic content like badges, and some stuff in the index.
@@ -48,6 +48,21 @@ ul * {
|
|||||||
line-height: 1.8;
|
line-height: 1.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.buttons {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
gap: 6px;
|
||||||
|
justify-content: center;
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.buttons img {
|
||||||
|
width: 88px;
|
||||||
|
height: 31px;
|
||||||
|
border: none;
|
||||||
|
image-rendering: pixelated;
|
||||||
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
white-space: pre-wrap !important;
|
white-space: pre-wrap !important;
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
src/static/images/buttons/Purplebored_button.png
Normal file
|
After Width: | Height: | Size: 941 B |
BIN
src/static/images/buttons/aagaming.png
Normal file
|
After Width: | Height: | Size: 999 B |
BIN
src/static/images/buttons/airvpn_userbar.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
src/static/images/buttons/aleksey.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
src/static/images/buttons/any_browser.gif
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
src/static/images/buttons/ari.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
src/static/images/buttons/authen.gif
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
src/static/images/buttons/dark-mode.gif
Normal file
|
After Width: | Height: | Size: 552 B |
BIN
src/static/images/buttons/eclipsecx.png
Normal file
|
After Width: | Height: | Size: 1001 B |
BIN
src/static/images/buttons/firefox.gif
Normal file
|
After Width: | Height: | Size: 975 B |
BIN
src/static/images/buttons/freebsd.gif
Normal file
|
After Width: | Height: | Size: 965 B |
BIN
src/static/images/buttons/fsky.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
src/static/images/buttons/georgemoody.png
Normal file
|
After Width: | Height: | Size: 556 B |
BIN
src/static/images/buttons/k327.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
src/static/images/buttons/mcneb10.gif
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
src/static/images/buttons/midgard.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
src/static/images/buttons/nyx.png
Normal file
|
After Width: | Height: | Size: 236 B |
BIN
src/static/images/buttons/telepath.png
Normal file
|
After Width: | Height: | Size: 510 B |
BIN
src/static/images/buttons/tobskep.gif
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
src/static/images/buttons/trace.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
src/static/images/buttons/unpato.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
src/static/images/buttons/valid-atom.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
src/static/images/buttons/valid-rss.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
src/static/images/buttons/xameren.png
Normal file
|
After Width: | Height: | Size: 426 B |
BIN
src/static/images/buttons/zayd.png
Normal file
|
After Width: | Height: | Size: 237 B |
@@ -1,42 +1,87 @@
|
|||||||
{% extends "base.j2" %}
|
{% extends "base.j2" %}
|
||||||
|
|
||||||
{% block title %}Index{% endblock %}
|
{% block title %}Purplebored.pl{% endblock %}
|
||||||
|
|
||||||
{% block description %}Hello, World! Welcome to my sample Flask website from ari/flask-example!{% endblock %}
|
{% block description %}Hello, World! Welcome to purplebored.pl! Probably the best website in all of Poland!{% endblock %}
|
||||||
|
|
||||||
{% block keywords %}example, home{% endblock %}
|
{% block keywords %}purplebored, poland, polish, personal website, website, buttons, niko, self-hosted, open source, fosshome{% endblock %}
|
||||||
|
|
||||||
{%- block head -%}
|
{%- block head -%}
|
||||||
<script src="{{ url_for("static", filename="js/pow.js") }}"></script>
|
<script src="{{ url_for("static", filename="js/pow.js") }}"></script>
|
||||||
{%- endblock -%}
|
{%- endblock -%}
|
||||||
|
|
||||||
{%- block header -%}
|
{%- block header -%}
|
||||||
<h1>Epic home page!!</h1>
|
<h1>Purplebored</h1>
|
||||||
{%- endblock -%}
|
{%- endblock -%}
|
||||||
|
|
||||||
{%- block content -%}
|
{%- block content -%}
|
||||||
<p>This is the home page!</p>
|
<p>Hi, I am Purplebored, o/ also known as Niko. Right now you are on my own little website which I call my home on the World Wide Web! </p>
|
||||||
|
|
||||||
<p>I love the home page <3</p>
|
<p>I like making simple websites, and I am also a privacy advocate. I also love tobacco, and I am a big nicotine addict. I speak Polish and English, but I am also learning Russian. Regarding programming, I currently only know basic HTML. From other stuff, I also know some Linux and quite a lot about Windows — especially the older versions like Windows 7.</p>
|
||||||
|
|
||||||
<p>Meow :3</p>
|
|
||||||
|
|
||||||
<h2>Some form:</h2>
|
|
||||||
|
|
||||||
<form method="POST" id="form" class="form" action="{{ url_for("home.text") }}">
|
|
||||||
<div class="form-group">
|
|
||||||
{{ form.text.label(for="form-text") }}
|
|
||||||
{{ form.text(id="form-text") }}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="form-hidden">{{ form.hidden_tag() }}</div>
|
|
||||||
|
|
||||||
{{ form.form_submit() }}
|
|
||||||
</form>
|
|
||||||
|
|
||||||
<script nonce="{{ csp_nonce }}" defer>proof_of_work_powform_onload("form", "form_submit", {{ pow_difficulty }}, {{ pow_nonce | tojson }});</script>
|
<script nonce="{{ csp_nonce }}" defer>proof_of_work_powform_onload("form", "form_submit", {{ pow_difficulty }}, {{ pow_nonce | tojson }});</script>
|
||||||
|
|
||||||
<h2>Previous texts</h2>
|
<!-- ====== 88x31 Buttons Section ====== -->
|
||||||
|
<div class="buttons">
|
||||||
|
<a href="https://purplebored.pl/" target="_blank">
|
||||||
|
<img src="{{ url_for('static', filename='images/buttons/Purplebored_button.png') }}" alt="My button" />
|
||||||
|
</a>
|
||||||
|
<a href="https://unpato.neocities.org/" target="_blank">
|
||||||
|
<img src="{{ url_for('static', filename='images/buttons/unpato.png') }}" alt="Unpato writing button" />
|
||||||
|
</a>
|
||||||
|
<a href="https://tobskep.com/" target="_blank">
|
||||||
|
<img src="{{ url_for('static', filename='images/buttons/tobskep.gif') }}" alt="Tobskep button" />
|
||||||
|
</a>
|
||||||
|
<a href="https://eclipse.cx" target="_blank">
|
||||||
|
<img src="{{ url_for('static', filename='images/buttons/eclipsecx.png') }}" alt="Eclipse Community button" />
|
||||||
|
</a>
|
||||||
|
<a href="https://aagaming.me/" target="_blank">
|
||||||
|
<img src="{{ url_for('static', filename='images/buttons/aagaming.png') }}" alt="AAgaming button" />
|
||||||
|
</a>
|
||||||
|
<a href="https://themcgovern.net" target="_blank">
|
||||||
|
<img src="{{ url_for('static', filename='images/buttons/mcneb10.gif') }}" alt="Mcneb10 button" />
|
||||||
|
</a>
|
||||||
|
<a href="https://moody.im/" target="_blank">
|
||||||
|
<img src="{{ url_for('static', filename='images/buttons/georgemoody.png') }}" alt="Georgemoody button" />
|
||||||
|
</a>
|
||||||
|
<a href="https://xameren.fsky.io" target="_blank">
|
||||||
|
<img src="{{ url_for('static', filename='images/buttons/xameren.png') }}" alt="Xameren button" />
|
||||||
|
</a>
|
||||||
|
<a href="https://fsky.io" target="_blank">
|
||||||
|
<img src="{{ url_for('static', filename='images/buttons/fsky.png') }}" alt="FSKY.io button" />
|
||||||
|
</a>
|
||||||
|
<a href="https://ari.lt/" title="ari-web badge" rel="noopener noreferrer" target="_blank">
|
||||||
|
<img src="{{ url_for('static', filename='images/buttons/ari.png') }}" alt="ari-web badge" />
|
||||||
|
</a>
|
||||||
|
<a href="https://telepath.im" target="_blank">
|
||||||
|
<img src="{{ url_for('static', filename='images/buttons/telepath.png') }}" alt="Telepath.im button" />
|
||||||
|
</a>
|
||||||
|
<a href="https://nyx.everypizza.im" target="_blank">
|
||||||
|
<img src="{{ url_for('static', filename='images/buttons/nyx.png') }}" alt="Nyx everypizza button" />
|
||||||
|
</a>
|
||||||
|
<a href="https://aleksey-kon-games.fsky.io/" target="_blank">
|
||||||
|
<img src="{{ url_for('static', filename='images/buttons/aleksey.png') }}" alt="Aleksey Kon Games button" />
|
||||||
|
</a>
|
||||||
|
<a href="https://k327.eu/" target="_blank">
|
||||||
|
<img src="{{ url_for('static', filename='images/buttons/k327.png') }}" alt="k327.eu button" />
|
||||||
|
</a>
|
||||||
|
<a href="https://vaporwavefox.neocities.org" target="_blank">
|
||||||
|
<img src="{{ url_for('static', filename='images/buttons/trace.png') }}" alt="Trace button" />
|
||||||
|
</a>
|
||||||
|
<a href="https://zayd.fsky.io" target="_blank">
|
||||||
|
<img src="{{ url_for('static', filename='images/buttons/zayd.png') }}" alt="Zayd button" />
|
||||||
|
</a>
|
||||||
|
<a href="https://authenyo.xyz" target="_blank">
|
||||||
|
<img src="{{ url_for('static', filename='images/buttons/authen.gif') }}" alt="Authen button" />
|
||||||
|
</a>
|
||||||
|
<a href="http://[300:5506:25eb:d0d9::]" target="_blank">
|
||||||
|
<img src="{{ url_for('static', filename='images/buttons/midgard.png') }}" alt="Midgard button" />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<!-- ====== End Buttons Section ====== -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{% for text in texts %}
|
{% for text in texts %}
|
||||||
<div>
|
<div>
|
||||||
|
|||||||