2022-12-18 19:47:43 +00:00
{% set meta = {"title": "trimill", "desc": "Home page"} %}
2022-06-23 05:58:54 +00:00
{% extends "/_base.html" %}
{% block content %}
< p >
Welcome! On this website you may view a multitude of content, including numerous
< a href = "/projects/" > projects< / a > , a < a href = "/blog/" > Blog™< / a > , and various other information contained on
this page. Enjoy.
< / p >
< h2 > About< / h2 >
< p >
I am a person (proof of this fact is left to the reader) who has been granted an internet connection and uses
2022-12-18 19:47:43 +00:00
it extensively for assorted purposes. I enjoy many things, most of which involve manipulating some state
according to various sets of rules.
2022-06-23 05:58:54 +00:00
< / p >
< h2 > GEORGE< / h2 >
< p >
< a href = "https://george.gh0.pw" > GEORGE< / a > is a webring of which I am a member. Use the standard-issue GEORGEbox
2022-08-18 00:06:32 +00:00
below to view the GEORGE homepage or access the previous and next members in the ring.
2022-06-23 05:58:54 +00:00
< / p >
{% if theme == "light" %}
2022-08-08 03:22:55 +00:00
< iframe height = "50" src = "https://george.gh0.pw/embed.cgi?trimill&c_bg=%23f6f5f2&c_fg=%2328262b&c_links=%230642c3&c_george=%230d8101&c_underline=%230d8101" style = "border:none;width:100%;" sandbox = "allow-top-navigation" > < / iframe >
2022-06-23 05:58:54 +00:00
{% elif theme == "contrast" %}
< iframe height = "50" src = "https://george.gh0.pw/embed.cgi?trimill" style = "border:none;width:100%;" sandbox = "allow-top-navigation" > < / iframe >
2022-10-18 14:26:10 +00:00
{% elif theme == "contrast-dark" %}
< iframe height = "50" src = "https://george.gh0.pw/embed.cgi?trimill&c_bg=%23000000&c_fg=%23ffffff&c_links=%2344c0ff&c_george=%2344c0ff&c_underline=%2344c0ff" style = "border:none;width:100%;" sandbox = "allow-top-navigation" > < / iframe >
2022-06-23 05:58:54 +00:00
{% elif theme == "special" %}
2022-08-08 03:22:55 +00:00
< iframe height = "50" src = "https://george.gh0.pw/embed.cgi?trimill&c_bg=%23ffff00&c_fg=%23ff00ff&c_links=%2300ffff&c_george=%2300ff00&c_underline=%2300ff00" style = "border:none;width:100%;" sandbox = "allow-top-navigation" > < / iframe >
2022-06-23 05:58:54 +00:00
{% elif theme == "system" %}
2022-08-08 03:22:55 +00:00
< iframe height = "50" class = "only-theme-dark" src = "https://george.gh0.pw/embed.cgi?trimill&c_bg=%23242328&c_fg=%23e0dedc&c_links=%2396bf59&c_george=%23789ebf&c_underline=%23789ebf" style = "border:none;width:100%;" sandbox = "allow-top-navigation" > < / iframe >
< iframe height = "50" class = "only-theme-light" src = "https://george.gh0.pw/embed.cgi?trimill&c_bg=%23f6f5f2&c_fg=%2328262b&c_links=%230642c3&c_george=%230d8101&c_underline=%230d8101" style = "border:none;width:100%;" sandbox = "allow-top-navigation" > < / iframe >
2022-06-23 05:58:54 +00:00
{% else %}
2022-08-08 03:22:55 +00:00
< iframe height = "50" src = "https://george.gh0.pw/embed.cgi?trimill&c_bg=%23242328&c_fg=%23e0dedc&c_links=%2396bf59&c_george=%23789ebf&c_underline=%23789ebf" style = "border:none;width:100%;" sandbox = "allow-top-navigation" > < / iframe >
2022-06-23 05:58:54 +00:00
{% endif %}
< h2 > Other places I exist< / h2 >
< p >
Email: trimill012 ("at" sign) gmail (full stop) com < br / >
2022-08-18 00:06:32 +00:00
Discord: trimill#6898 < br / >
2022-09-14 18:25:12 +00:00
Gitea: < a href = "https://g.trimill.xyz/" > trimill< / a > < br / >
2022-12-18 19:47:43 +00:00
GitHub: < a href = "https://github.com/TriMill/" > trimill< / a > < br / >
Youtube: < a href = "https://www.youtube.com/@trimill012" > trimill< / a > < br / >
2022-06-23 05:58:54 +00:00
< / p >
< h2 > Source code & attribution< / h2 >
< p >
2022-09-14 18:25:12 +00:00
The source code for this website is available < a href = "https://g.trimill.xyz/trimill/trimill.xyz/" > on Gitea< / a > and is
2022-06-23 05:58:54 +00:00
released under the < a href = "https://www.gnu.org/licenses/gpl-3.0.en.html" > GNU GPLv3< / a > free and open-source license.
It is built using the < a href = "https://flask.palletsprojects.com/en/2.1.x/" > Flask< / a > web framework and incorporates
2022-09-14 22:34:52 +00:00
icons from < a href = "https://useiconic.com/open" > Open Iconic< / a > . The < a href = "https://citrons.xyz/a/memetic-apioform-page.html" > memetic apioform page< / a >
was not involved at all in this site's creation, yet for some reason I feel compelled to link it here.
2022-06-23 05:58:54 +00:00
< / p >
2022-08-04 17:21:39 +00:00
< br / >
< div style = "color: var(--fg-faded); text-align: center;" > johnvertisement< / div >
< p >
< iframe src = "https://john.citrons.xyz/embed?ref=trimill.xyz" style = "margin-left:auto;display:block;margin-right:auto;max-width:732px;width:100%;height:94px;border:none;" > < / iframe >
< / p >
< br / >
2022-09-14 18:25:12 +00:00
{% endblock %}