modified: templates/minecraft.html
modified: templates/projects.html
This commit is contained in:
@@ -259,8 +259,8 @@
|
||||
<div class="container">
|
||||
<div class="cta-box">
|
||||
<div class="cta-content">
|
||||
<h2>Got a Plugin Idea?</h2>
|
||||
<p>Feel free to reach out if you have an idea or need help with something!</p>
|
||||
<h2>Need a Custom Minecraft Plugin?</h2>
|
||||
<p>Let's discuss your project requirements and create something amazing for your server</p>
|
||||
</div>
|
||||
<div class="cta-actions">
|
||||
<a href="{{ url_for('contact') }}" class="btn btn-primary">
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% 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 %}
|
||||
<!-- Projects Header -->
|
||||
<section class="page-header">
|
||||
<div class="container">
|
||||
<h1>Project Portfolio</h1>
|
||||
<p>A comprehensive showcase of all my development work across multiple platforms and technologies</p>
|
||||
<h1>My Projects</h1>
|
||||
<p>A comprehensive overview of my Minecraft and Discord development work</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user