Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
YIXIAO0 authored Oct 14, 2024
1 parent 4cf388f commit 7fbaa00
Showing 1 changed file with 8 additions and 31 deletions.
39 changes: 8 additions & 31 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Manor Lords Bot</title>
<title>AI Drawing</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap" rel="stylesheet">
<link rel="icon"
Expand Down Expand Up @@ -41,52 +41,29 @@

<body class="bg-background font-sans text-primary">
<header class="bg-secondary p-4 sm:p-6">
<h1 class="text-2xl sm:text-3xl md:text-4xl font-light title-font">Manor Lords Bot</h1>
<p class="mt-2 text-sm sm:text-base md:text-lg text-gray-500">Your AI assistant for Manor Lords</p>
</header>

<nav class="bg-white border-b border-gray-200 p-4">
<ul class="flex justify-center space-x-4 sm:space-x-8 text-xs sm:text-sm">
<li><a href="#bot" class="text-gray-500 hover:text-accent transition duration-300">Bot</a></li>
<li><a href="#blog" class="text-gray-500 hover:text-accent transition duration-300">Blog</a></li>
</ul>
</nav>

<main class="container mx-auto mt-8 sm:mt-12 p-4">
<section id="bot" class="mb-12 sm:mb-16">
<h2 class="text-2xl sm:text-3xl font-light mb-4 sm:mb-6 text-primary">Manor Lords Bot</h2>
<h2 class="text-2xl sm:text-3xl font-light mb-4 sm:mb-6 text-primary">Drawing Bot</h2>
<div class="bg-white rounded-lg shadow-sm border border-gray-200" style="height: 500px; max-height: 80vh;">
<iframe src="https://dev.udify.app/chatbot/aGtMTbOZ2HvWEUkX" style="width: 100%; height: 100%;"
frameborder="0" allow="microphone">
<iframe
src="https://udify.app/chatbot/lSG5CZKnr6zssfyR"
style="width: 100%; height: 100%; min-height: 700px"
frameborder="0"
allow="microphone">
</iframe>
</div>
</section>
<section id="blog" class="mb-12 sm:mb-16">
<h2 class="text-2xl sm:text-3xl font-light mb-4 sm:mb-6 text-primary">Blog</h2>
<div class="bg-white rounded-lg shadow-sm border border-gray-200 p-4 sm:p-8">
<article class="mb-6 sm:mb-8">
<h3 class="text-lg sm:text-xl font-semibold text-primary">Welcome to Manor Lords Bot</h3>
<p class="text-gray-500 mb-2 sm:mb-3 text-xs sm:text-sm">August 6, 2024</p>
<p class="text-gray-700 text-sm sm:text-base">I'm excited to introduce the first version of the
Manor Lords Bot! As a fan of the game, I'm committed to making the Manor Lords community better
and easier for newbies.</p>
</article>
<article class="mb-6 sm:mb-8">
<h3 class="text-lg sm:text-xl font-semibold text-primary">About Feedbacks from Reddit</h3>
<p class="text-gray-500 mb-2 sm:mb-3 text-xs sm:text-sm">August 10, 2024</p>
<p class="text-gray-700 text-sm sm:text-base">The AI agent has received mixed feedback here, which
is expected when discussing AI applications. As a game enthusiast, I cherish the excitement of exploring
new games. My experience with Civilization V, though initially challenging, led to a deep appreciation
for video games. This AI assistant is designed to be a helper, not a decision-maker. It aims to lower
entry barriers, allowing more people to enjoy strategy games without the initial frustration that might deter
them. The goal is to provide a smooth start, enabling players to be creative and explore further on their own.</p>
</article>
</div>
</section>
</main>

<footer class="bg-secondary text-gray-500 p-4 sm:p-6 mt-8 text-xs sm:text-sm">
<p>&copy; 2024 Manor Lords Bot. Created with passion for the Manor Lords community.</p>
</footer>

<script>
Expand Down Expand Up @@ -114,4 +91,4 @@ <h3 class="text-lg sm:text-xl font-semibold text-primary">About Feedbacks from R
</script>
</body>

</html>
</html>

0 comments on commit 7fbaa00

Please sign in to comment.