modified: templates/about.html

modified:   templates/navbar.html
This commit is contained in:
SimolZimol
2025-08-19 00:09:34 +02:00
parent 0da5627348
commit fe55ffaf1e
2 changed files with 211 additions and 13 deletions

View File

@@ -4,7 +4,56 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Multus Bot</title>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<link href="https://stackpath.bootstr <div class="content-container">
<div class="section-card">
<h2><i class="fas fa-rocket"></i> Our Mission</h2>
<p>Multus Bot, created by SimolZimol, is designed to simplify server management through AI-powered tools. Whether you're looking for help with moderation, user interactions, or just want to automate server tasks, Multus Bot is here to assist you.</p>
</div>
<div class="section-card">
<h2><i class="fas fa-server"></i> Where to Use Multus Bot?</h2>
<p>At this time, Multus Bot is only available for the <strong>Ludi et Historia</strong> Discord server. We are exploring ways to extend its reach to more communities in the future.</p>
</div>
<div class="section-card">
<h2><i class="fas fa-code"></i> Creator and Support</h2>
<p>Multus Bot was created by <strong>SimolZimol</strong>, a dedicated Discord enthusiast and developer. If you need assistance or have any questions about the bot, feel free to reach out to SimolZimol on Discord via <strong>@simolzimol</strong>.</p>
</div>
<div class="section-card">
<h2><i class="fas fa-star"></i> Key Features</h2>
<div class="feature-grid">
<div class="feature-item">
<div class="feature-icon">
<i class="fas fa-brain"></i>
</div>
<h3>AI-Powered</h3>
<p>Advanced artificial intelligence to handle complex server interactions and provide intelligent responses.</p>
</div>
<div class="feature-item">
<div class="feature-icon">
<i class="fas fa-shield-alt"></i>
</div>
<h3>Moderation Tools</h3>
<p>Comprehensive moderation features to keep your Discord server safe and organized.</p>
</div>
<div class="feature-item">
<div class="feature-icon">
<i class="fas fa-cogs"></i>
</div>
<h3>Automation</h3>
<p>Automate repetitive tasks and streamline server management processes.</p>
</div>
<div class="feature-item">
<div class="feature-icon">
<i class="fas fa-users"></i>
</div>
<h3>User Engagement</h3>
<p>Interactive features designed to enhance community engagement and participation.</p>
</div>
</div>
</div>
</div>bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
<style>
body {
@@ -234,8 +283,10 @@
<p>Multus Bot was created by <strong>SimolZimol</strong>, a dedicated Discord enthusiast and developer. If you need assistance or have any questions about the bot, feel free to reach out to SimolZimol on Discord via <strong>@simolzimol</strong>.</p>
</div>
<footer class="text-center py-3">
<p>&copy; 2025 Multus Bot. Exclusively available on Ludi et Historia.</p>
<footer>
<div class="footer-content">
<p>&copy; 2025 Multus Bot. Exclusively available on Ludi et Historia.</p>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>