modified: templates/minecraft.html

modified:   templates/projects.html
This commit is contained in:
SimolZimol
2026-01-22 15:34:36 +01:00
parent 7bb78aac08
commit 5f739213e0
2 changed files with 5 additions and 5 deletions

View File

@@ -259,8 +259,8 @@
<div class="container"> <div class="container">
<div class="cta-box"> <div class="cta-box">
<div class="cta-content"> <div class="cta-content">
<h2>Got a Plugin Idea?</h2> <h2>Need a Custom Minecraft Plugin?</h2>
<p>Feel free to reach out if you have an idea or need help with something!</p> <p>Let's discuss your project requirements and create something amazing for your server</p>
</div> </div>
<div class="cta-actions"> <div class="cta-actions">
<a href="{{ url_for('contact') }}" class="btn btn-primary"> <a href="{{ url_for('contact') }}" class="btn btn-primary">

View File

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