Layout mostly done?

This commit is contained in:
Michał Gdula 2022-12-28 18:45:26 +00:00
parent 3bc730970d
commit c1559307b6
16 changed files with 228 additions and 131 deletions

View file

@ -1,35 +1,33 @@
{% extends 'layout.html' %}
{% block content %}
<div class="content" id="about">
<h2>Special Thanks</h2>
<p>Jeetix: Helping me with learning how to make websites!</p>
<p>Carty: Teaching me how to run servers and the networking!</p>
<p>mrHDash: For the Ref Sheet and most other art on the page!</p>
<p>Zadok: Silly taidum art seen below!</p>
<p>Shep: For the free YHC!</p>
<div class="content content-header">
<p>{{title}}</p>
</div>
<div class="content" id="contact">
<h2>Stalk me</h2>
<button class="btn">
<div class="content content-list" id="contact">
<button class="btn btn-blue">
Twitter
<i class="ph-twitter-logo"></i>
</button>
<button class="btn">
<button class="btn btn-purple">
Mastodon
<i class="ph-linux-logo"></i>
</button>
<button class="btn">
<button class="btn btn-blue">
Telegram
<i class="ph-telegram-logo"></i>
</button>
<button class="btn">
<button class="btn btn-yellow">
Github
<i class="ph-github-logo"></i>
</button>
<button class="btn">
<button class="btn btn-red">
Discord
<i class="ph-discord-logo"></i>
</button>
</div>
<div class="content content-img" id="contact">
<img src="{{ url_for('static', filename='images/sneak.png') }}" alt="Fluffy the maned wolf art, line art by Shep, colouring by meeee" style="max-width: 500px;">
</div>
{% endblock %}