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
This commit is contained in:
297
index.html
Normal file
297
index.html
Normal file
@@ -0,0 +1,297 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Devanturas by SimolZimol - Minecraft Development</title>
|
||||
<meta name="description" content="Devanturas - Professionelle Minecraft Plugin Entwicklung und Discord Bot Programming von SimolZimol">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Navigation -->
|
||||
<nav class="navbar">
|
||||
<div class="nav-container">
|
||||
<div class="nav-logo">
|
||||
<h2>Devanturas</h2>
|
||||
<span>by SimolZimol</span>
|
||||
</div>
|
||||
<ul class="nav-links">
|
||||
<li><a href="#home">Home</a></li>
|
||||
<li><a href="#projekte">Projekte</a></li>
|
||||
<li><a href="#about">Über mich</a></li>
|
||||
<li><a href="#kontakt">Kontakt</a></li>
|
||||
</ul>
|
||||
<div class="hamburger">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<!-- Hero Section -->
|
||||
<section id="home" class="hero">
|
||||
<div class="hero-content">
|
||||
<h1>Devanturas</h1>
|
||||
<h2>by <span class="highlight">SimolZimol</span></h2>
|
||||
<p>Professionelle Minecraft Plugin Entwicklung & Discord Bot Programming</p>
|
||||
<div class="hero-buttons">
|
||||
<a href="#projekte" class="btn btn-primary">Meine Projekte</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>
|
||||
|
||||
<!-- Projekte Section -->
|
||||
<section id="projekte" class="projekte">
|
||||
<div class="container">
|
||||
<h2>Meine Projekte</h2>
|
||||
<p class="section-subtitle">Ein Überblick über meine Minecraft- und Discord-Entwicklungsprojekte</p>
|
||||
|
||||
<div class="projects-grid">
|
||||
<!-- Fly Plugin -->
|
||||
<div class="project-card minecraft">
|
||||
<div class="project-header">
|
||||
<div class="project-icon">
|
||||
<i class="fas fa-paper-plane"></i>
|
||||
</div>
|
||||
<div class="project-meta">
|
||||
<h3>Fly Plugin</h3>
|
||||
<span class="project-type">Minecraft Plugin</span>
|
||||
</div>
|
||||
</div>
|
||||
<p>Lightweight Minecraft Plugin für einfaches Fliegen im Survival-Modus. Einfach zu verwenden für Spieler und Admins mit konfigurierbaren Geschwindigkeiten.</p>
|
||||
<div class="project-features">
|
||||
<span class="feature-tag">Java</span>
|
||||
<span class="feature-tag">Spigot/Paper</span>
|
||||
<span class="feature-tag">1.15-1.21</span>
|
||||
</div>
|
||||
<div class="project-links">
|
||||
<a href="https://www.spigotmc.org/resources/fly.83164/" target="_blank" class="project-link">
|
||||
<i class="fas fa-external-link-alt"></i> SpigotMC
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- HOI4 ELO Bot -->
|
||||
<div class="project-card discord">
|
||||
<div class="project-header">
|
||||
<div class="project-icon">
|
||||
<i class="fab fa-discord"></i>
|
||||
</div>
|
||||
<div class="project-meta">
|
||||
<h3>Hearts of Iron IV ELO Bot</h3>
|
||||
<span class="project-type">Discord Bot</span>
|
||||
</div>
|
||||
</div>
|
||||
<p>Sophisticated Discord Bot für Hearts of Iron IV Communities mit vollständigem ELO-Rating-System, Statistiken und Match-Management.</p>
|
||||
<div class="project-features">
|
||||
<span class="feature-tag">Python</span>
|
||||
<span class="feature-tag">Discord.py</span>
|
||||
<span class="feature-tag">MySQL</span>
|
||||
<span class="feature-tag">Docker</span>
|
||||
</div>
|
||||
<div class="project-stats">
|
||||
<div class="stat">
|
||||
<span class="stat-number">ELO</span>
|
||||
<span class="stat-label">Rating System</span>
|
||||
</div>
|
||||
<div class="stat">
|
||||
<span class="stat-number">T1-T3</span>
|
||||
<span class="stat-label">Tier System</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Weitere Projekte Placeholder -->
|
||||
<div class="project-card coming-soon">
|
||||
<div class="project-header">
|
||||
<div class="project-icon">
|
||||
<i class="fas fa-code"></i>
|
||||
</div>
|
||||
<div class="project-meta">
|
||||
<h3>Weitere Projekte</h3>
|
||||
<span class="project-type">In Entwicklung</span>
|
||||
</div>
|
||||
</div>
|
||||
<p>Neue spannende Minecraft Plugins und Discord Bots sind in Planung. Stay tuned für Updates!</p>
|
||||
<div class="project-features">
|
||||
<span class="feature-tag">Minecraft</span>
|
||||
<span class="feature-tag">Discord</span>
|
||||
<span class="feature-tag">Coming Soon</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Technologie Stack -->
|
||||
<div class="tech-stack">
|
||||
<h3>Technologie Stack</h3>
|
||||
<div class="tech-grid">
|
||||
<div class="tech-item">
|
||||
<i class="fab fa-java"></i>
|
||||
<span>Java</span>
|
||||
</div>
|
||||
<div class="tech-item">
|
||||
<i class="fab fa-python"></i>
|
||||
<span>Python</span>
|
||||
</div>
|
||||
<div class="tech-item">
|
||||
<i class="fab fa-discord"></i>
|
||||
<span>Discord.py</span>
|
||||
</div>
|
||||
<div class="tech-item">
|
||||
<i class="fas fa-database"></i>
|
||||
<span>MySQL</span>
|
||||
</div>
|
||||
<div class="tech-item">
|
||||
<i class="fab fa-docker"></i>
|
||||
<span>Docker</span>
|
||||
</div>
|
||||
<div class="tech-item">
|
||||
<i class="fas fa-server"></i>
|
||||
<span>Spigot/Paper</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- About Section -->
|
||||
<section id="about" class="about">
|
||||
<div class="container">
|
||||
<div class="about-content">
|
||||
<div class="about-text">
|
||||
<h2>Über SimolZimol</h2>
|
||||
<p>Willkommen bei Devanturas! Ich bin ein leidenschaftlicher Entwickler mit Fokus auf Minecraft Plugin-Entwicklung und Discord Bot Programming.</p>
|
||||
|
||||
<div class="skills-list">
|
||||
<div class="skill-category">
|
||||
<h4>Minecraft Development</h4>
|
||||
<ul>
|
||||
<li>Spigot & Paper Plugin Entwicklung</li>
|
||||
<li>Java Programming</li>
|
||||
<li>Server Administration</li>
|
||||
<li>Performance Optimierung</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="skill-category">
|
||||
<h4>Discord Development</h4>
|
||||
<ul>
|
||||
<li>Discord.py Bot Development</li>
|
||||
<li>Database Integration</li>
|
||||
<li>Async Programming</li>
|
||||
<li>Community Management Tools</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="achievements">
|
||||
<div class="achievement">
|
||||
<i class="fas fa-download"></i>
|
||||
<div>
|
||||
<h4>Fly Plugin</h4>
|
||||
<p>Aktiv auf SpigotMC</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="achievement">
|
||||
<i class="fab fa-github"></i>
|
||||
<div>
|
||||
<h4>Open Source</h4>
|
||||
<p>GitHub Repositories</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="about-image">
|
||||
<div class="code-preview">
|
||||
<div class="code-header">
|
||||
<span class="code-title">example.java</span>
|
||||
<div class="code-buttons">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="code-content">
|
||||
<pre><code>@Override
|
||||
public boolean onCommand(CommandSender sender,
|
||||
Command command,
|
||||
String label,
|
||||
String[] args) {
|
||||
|
||||
if (command.getName().equalsIgnoreCase("fly")) {
|
||||
Player player = (Player) sender;
|
||||
toggleFlight(player);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Kontakt Section -->
|
||||
<section id="kontakt" class="kontakt">
|
||||
<div class="container">
|
||||
<h2>Kontakt & Links</h2>
|
||||
<p>Lass uns in Verbindung bleiben und zusammenarbeiten!</p>
|
||||
|
||||
<div class="contact-grid">
|
||||
<a href="https://github.com/SimolZimol/" target="_blank" class="contact-card github">
|
||||
<i class="fab fa-github"></i>
|
||||
<h3>GitHub</h3>
|
||||
<p>Meine Open Source Projekte und Code Repositories</p>
|
||||
</a>
|
||||
|
||||
<a href="https://discordapp.com/users/253922739709018114" target="_blank" class="contact-card discord">
|
||||
<i class="fab fa-discord"></i>
|
||||
<h3>Discord</h3>
|
||||
<p>Direkter Kontakt für Fragen und Support</p>
|
||||
</a>
|
||||
|
||||
<a href="https://www.spigotmc.org/resources/fly.83164/" target="_blank" class="contact-card spigot">
|
||||
<i class="fas fa-plug"></i>
|
||||
<h3>SpigotMC</h3>
|
||||
<p>Fly Plugin und weitere Minecraft Ressourcen</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="footer-content">
|
||||
<div class="footer-text">
|
||||
<h3>Devanturas</h3>
|
||||
<p>Professional Minecraft & Discord Development by SimolZimol</p>
|
||||
</div>
|
||||
<div class="footer-links">
|
||||
<a href="https://github.com/SimolZimol/" target="_blank"><i class="fab fa-github"></i></a>
|
||||
<a href="https://discordapp.com/users/253922739709018114" target="_blank"><i class="fab fa-discord"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-bottom">
|
||||
<p>© 2025 Devanturas by SimolZimol. Alle Rechte vorbehalten.</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user