Files
website/templates/contact.html
SimolZimol 09b0b2f3b7 new file: .gitignore
new file:   Dockerfile
	new file:   README.md
	new file:   app.py
	new file:   index.html
	new file:   projekte des/PROJECT_DESCRIPTION.txt
	new file:   projekte des/WEBSITE_DESCRIPTION.md
	new file:   projekte des/website_project_description_en.txt
	new file:   requirements.txt
	new file:   script.js
	new file:   static/css/styles.css
	new file:   static/js/script.js
	new file:   styles.css
	new file:   templates/about.html
	new file:   templates/base.html
	new file:   templates/contact.html
	new file:   templates/index.html
	new file:   templates/minecraft.html
	new file:   templates/project_detail.html
	new file:   templates/projects.html
2025-10-26 19:13:18 +01:00

200 lines
8.9 KiB
HTML

{% extends "base.html" %}
{% block title %}Contact - Devanturas by SimolZimol{% endblock %}
{% block description %}Get in touch with SimolZimol for Minecraft plugin development, Discord bot programming, and collaboration opportunities{% endblock %}
{% block content %}
<!-- Contact Hero -->
<section class="contact-hero">
<div class="container">
<div class="contact-hero-content">
<h1>Get In Touch</h1>
<p>Ready to collaborate? Let's discuss your project ideas and bring them to life.</p>
</div>
</div>
</section>
<!-- Contact Methods -->
<section class="contact-methods">
<div class="container">
<h2>Ways to Connect</h2>
<div class="contact-grid">
{% for link in links %}
<a href="{{ link.url }}" target="_blank" class="contact-card {{ link.color }}">
<div class="contact-icon">
<i class="{{ link.icon }}"></i>
</div>
<h3>{{ link.name }}</h3>
<p>{{ link.description }}</p>
<div class="contact-action">
<span>Connect <i class="fas fa-external-link-alt"></i></span>
</div>
</a>
{% endfor %}
</div>
</div>
</section>
<!-- Project Inquiry -->
<section class="project-inquiry">
<div class="container">
<div class="inquiry-content">
<div class="inquiry-text">
<h2>Project Collaboration</h2>
<p>I'm always interested in working on exciting projects. Whether you need a custom Minecraft plugin, Discord bot, or have an innovative idea to discuss, I'd love to hear from you.</p>
<div class="inquiry-types">
<h3>What I can help with:</h3>
<div class="inquiry-list">
<div class="inquiry-item">
<i class="fas fa-cube"></i>
<div>
<h4>Minecraft Plugin Development</h4>
<p>Custom plugins for Spigot, Paper, and Bukkit servers</p>
</div>
</div>
<div class="inquiry-item">
<i class="fab fa-discord"></i>
<div>
<h4>Discord Bot Programming</h4>
<p>Advanced bots with database integration and complex features</p>
</div>
</div>
<div class="inquiry-item">
<i class="fas fa-cogs"></i>
<div>
<h4>Server Optimization</h4>
<p>Performance analysis and optimization of existing systems</p>
</div>
</div>
<div class="inquiry-item">
<i class="fas fa-tools"></i>
<div>
<h4>Maintenance & Support</h4>
<p>Ongoing support and updates for existing projects</p>
</div>
</div>
</div>
</div>
</div>
<div class="inquiry-sidebar">
<div class="response-time">
<h3>Response Time</h3>
<div class="response-info">
<div class="response-item">
<i class="fab fa-discord"></i>
<div>
<span class="platform">Discord</span>
<span class="time">Usually within hours</span>
</div>
</div>
</div>
</div>
<div class="availability">
<h3>Availability</h3>
<div class="availability-info">
<div class="availability-item">
<span class="status available"></span>
<span>Available for new projects</span>
</div>
<div class="availability-item">
<span class="status available"></span>
<span>Open to collaboration</span>
</div>
<div class="availability-item">
<span class="status available"></span>
<span>Community support</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- FAQ Section -->
<section class="faq-section">
<div class="container">
<h2>Frequently Asked Questions</h2>
<div class="faq-grid">
<div class="faq-item">
<h3>What types of Minecraft plugins do you develop?</h3>
<p>I specialize in all types of Minecraft plugins including utility plugins, game mechanics, server management tools, and custom features. From simple commands to complex systems with database integration.</p>
</div>
<div class="faq-item">
<h3>Do you provide ongoing support for your projects?</h3>
<p>Yes! I provide ongoing support, bug fixes, and updates for all my projects. I believe in maintaining long-term relationships with clients and ensuring projects remain functional as Minecraft and Discord evolve.</p>
</div>
<div class="faq-item">
<h3>What Minecraft versions do you support?</h3>
<p>I develop plugins compatible with Minecraft 1.15 through 1.21, with focus on the latest stable versions. I ensure backward compatibility when possible and provide version-specific solutions when needed.</p>
</div>
<div class="faq-item">
<h3>Can you help with existing plugin modifications?</h3>
<p>Absolutely! I can help modify, optimize, or add features to existing plugins. I also provide code reviews and performance optimization services for current projects.</p>
</div>
<div class="faq-item">
<h3>Do you work on open source projects?</h3>
<p>Yes, I'm passionate about open source development. Many of my projects are available on GitHub, and I welcome contributions and collaboration from the community.</p>
</div>
<div class="faq-item">
<h3>What's your development process like?</h3>
<p>I follow a structured approach: requirements analysis, planning, development with regular updates, testing, deployment, and ongoing support. Communication is key throughout the entire process.</p>
</div>
</div>
</div>
</section>
<!-- Community -->
<section class="community-section">
<div class="container">
<h2>Join the Community</h2>
<div class="community-content">
<div class="community-text">
<p>I believe in the power of community and open collaboration. Whether you're a fellow developer, server owner, or just someone interested in Minecraft and Discord development, I'd love to connect and share knowledge.</p>
</div>
<div class="community-actions">
<a href="https://github.com/SimolZimol/" target="_blank" class="community-link">
<i class="fab fa-github"></i>
<div>
<h4>GitHub</h4>
<p>Explore code, contribute, and collaborate</p>
</div>
</a>
<a href="https://discordapp.com/users/253922739709018114" target="_blank" class="community-link">
<i class="fab fa-discord"></i>
<div>
<h4>Discord</h4>
<p>Direct messaging and community discussions</p>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- Final CTA -->
<section class="final-cta">
<div class="container">
<div class="cta-content">
<h2>Ready to Start Your Project?</h2>
<p>Don't hesitate to reach out. Whether you have a detailed project plan or just an idea, I'm here to help make it happen.</p>
<a href="https://discordapp.com/users/253922739709018114" target="_blank" class="btn btn-primary btn-large">
<i class="fab fa-discord"></i> Message on Discord
</a>
</div>
</div>
</section>
{% endblock %}