183 lines
7.4 KiB
HTML
183 lines
7.4 KiB
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %}Devanturas by SimolZimol - Professional Minecraft & Discord Development{% endblock %}
|
|
|
|
{% block content %}
|
|
<!-- Hero Section -->
|
|
<section id="home" class="hero">
|
|
<div class="hero-content">
|
|
<h1>Devanturas</h1>
|
|
<h2>by <span class="highlight">SimolZimol</span></h2>
|
|
<p>Professional Minecraft Plugin Development & Discord Bot Programming</p>
|
|
<div class="hero-buttons">
|
|
<a href="{{ url_for('projects') }}" class="btn btn-primary">View Projects</a>
|
|
<a href="https://github.com/SimolZimol/" target="_blank" class="btn btn-secondary">
|
|
<i class="fab fa-github"></i> GitHub
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="hero-background">
|
|
<div class="floating-icons">
|
|
<i class="fab fa-java"></i>
|
|
<i class="fab fa-python"></i>
|
|
<i class="fas fa-server"></i>
|
|
<i class="fab fa-discord"></i>
|
|
<i class="fas fa-code"></i>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Featured Projects Section -->
|
|
<section id="featured-projects" class="featured-projects">
|
|
<div class="container">
|
|
<h2>Featured Projects</h2>
|
|
<p class="section-subtitle">Showcase of my latest Minecraft and Discord development work</p>
|
|
|
|
<div class="projects-grid">
|
|
{% for project in projects %}
|
|
<div class="project-card {{ project.color }}">
|
|
<div class="project-header">
|
|
<div class="project-icon">
|
|
<i class="{{ project.icon }}"></i>
|
|
</div>
|
|
<div class="project-meta">
|
|
<h3>{{ project.name }}</h3>
|
|
<span class="project-type">{{ project.type }}</span>
|
|
</div>
|
|
</div>
|
|
<p>{{ project.description }}</p>
|
|
<div class="project-features">
|
|
{% for tech in project.technologies %}
|
|
<span class="feature-tag">{{ tech }}</span>
|
|
{% endfor %}
|
|
</div>
|
|
<div class="project-links">
|
|
<a href="{{ project.url }}" class="project-link">
|
|
<i class="fas fa-arrow-right"></i> Learn More
|
|
</a>
|
|
</div>
|
|
</div>
|
|
{% endfor %}
|
|
</div>
|
|
|
|
<div class="view-all-projects">
|
|
<a href="{{ url_for('projects') }}" class="btn btn-primary">View All Projects</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Skills Overview Section -->
|
|
<section id="skills-overview" class="skills-overview">
|
|
<div class="container">
|
|
<h2>Development Expertise</h2>
|
|
<div class="skills-grid">
|
|
<div class="skill-card">
|
|
<div class="skill-icon">
|
|
<i class="fas fa-cube"></i>
|
|
</div>
|
|
<h3>Minecraft Development</h3>
|
|
<p>Professional plugin development since 2017 for Velocity, Spigot, Paper, and Bukkit servers with focus on performance and user experience.</p>
|
|
<ul>
|
|
<li>Java Programming</li>
|
|
<li>Spigot/Paper API</li>
|
|
<li>Server Optimization</li>
|
|
<li>Custom Commands</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="skill-card">
|
|
<div class="skill-icon">
|
|
<i class="fab fa-discord"></i>
|
|
</div>
|
|
<h3>Discord Bot Development</h3>
|
|
<p>Advanced Discord bots since 2020 with database integration, AI features, web panels, and community management. Creator of Multus bot for Ludi et Historia.</p>
|
|
<ul>
|
|
<li>Python & Discord.py</li>
|
|
<li>Database & Web Panels</li>
|
|
<li>AI Integration (Stable Diffusion)</li>
|
|
<li>Docker Deployment</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="skill-card">
|
|
<div class="skill-icon">
|
|
<i class="fas fa-cogs"></i>
|
|
</div>
|
|
<h3>Full-Stack Solutions</h3>
|
|
<p>Complete project lifecycle from conception to deployment, including web interfaces and server management.</p>
|
|
<ul>
|
|
<li>Flask Web Development</li>
|
|
<li>MySQL Database Design</li>
|
|
<li>Git Version Control</li>
|
|
<li>DevOps & Deployment</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Quick Stats Section -->
|
|
<section id="stats" class="stats">
|
|
<div class="container">
|
|
<div class="stats-grid">
|
|
<div class="stat-item">
|
|
<div class="stat-number">9+</div>
|
|
<div class="stat-label">Years Experience</div>
|
|
</div>
|
|
<div class="stat-item">
|
|
<div class="stat-number">4+</div>
|
|
<div class="stat-label">Active Projects</div>
|
|
</div>
|
|
<div class="stat-item">
|
|
<div class="stat-number">Multiple</div>
|
|
<div class="stat-label">Platforms</div>
|
|
</div>
|
|
<div class="stat-item">
|
|
<div class="stat-number">Java & Python</div>
|
|
<div class="stat-label">Primary Languages</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Server Hosting & Sponsoring Section -->
|
|
<section id="hosting" class="community-section">
|
|
<div class="container">
|
|
<h2>Server Hosting & Sponsoring</h2>
|
|
<p class="section-subtitle">Long-term partnerships with gaming communities</p>
|
|
|
|
<div class="community-content">
|
|
<div class="community-card">
|
|
<div class="community-icon">
|
|
<i class="fab fa-youtube"></i>
|
|
</div>
|
|
<h3>Ludi et Historia Partnership</h3>
|
|
<p class="timeline-badge">Since August 2020</p>
|
|
<p>Dedicated Minecraft server infrastructure and custom plugin development for <a href="https://youtube.fandom.com/wiki/Ludi_et_Historia" target="_blank" style="color: #00d4ff;">Ludi et Historia</a>, a gaming YouTube channel. Providing reliable hosting and technical support for their community.</p>
|
|
</div>
|
|
|
|
<div class="community-card">
|
|
<div class="community-icon">
|
|
<i class="fas fa-handshake"></i>
|
|
</div>
|
|
<h3>Content Creator Support</h3>
|
|
<p>Working with content creators and gaming communities to provide server infrastructure, custom plugin solutions, and ongoing technical support. If you're interested in collaboration, feel free to reach out.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Call to Action Section -->
|
|
<section id="cta" class="cta">
|
|
<div class="container">
|
|
<div class="cta-content">
|
|
<h2>Ready to Collaborate?</h2>
|
|
<p>Whether you have a project idea, need custom plugin development, or want to discuss technical solutions, feel free to get in touch.</p>
|
|
<div class="cta-buttons">
|
|
<a href="{{ url_for('contact') }}" class="btn btn-primary">Get In Touch</a>
|
|
<a href="{{ url_for('minecraft') }}" class="btn btn-secondary">Explore Minecraft Projects</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
{% endblock %} |