modified: templates/minecraft.html
modified: templates/projects.html
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user