modified: templates/minecraft.html

modified:   templates/projects.html
	modified:   versions/version.json
This commit is contained in:
SimolZimol
2026-01-22 15:18:23 +01:00
parent 518d4b8bed
commit 68ece96e16
3 changed files with 362 additions and 8 deletions

View File

@@ -1,14 +1,14 @@
{% extends "base.html" %}
{% block title %}Projects - Devanturas by SimolZimol{% endblock %}
{% block description %}Complete overview of Minecraft plugins and Discord bots developed by SimolZimol{% endblock %}
{% block description %}Complete portfolio of Minecraft plugins, Discord bots, and other development projects by SimolZimol{% endblock %}
{% block content %}
<!-- Projects Header -->
<section class="page-header">
<div class="container">
<h1>My Projects</h1>
<p>A comprehensive overview of my Minecraft and Discord development work</p>
<h1>Project Portfolio</h1>
<p>A comprehensive showcase of all my development work across multiple platforms and technologies</p>
</div>
</section>