adambotfd / dashboard-maker

Make a dynamic website for your discord bot in 10 seconds!
https://disforge.vercel.app
1 stars 0 forks source link

[Dynamic Website Creation] AdamBot #12

Closed adambotfd closed 11 months ago

adambotfd commented 11 months ago

Name

AdamBot

Icon

https://cdn.discordapp.com/avatars/1143649930951544884/6ddd2b34d4ea30600361a06d71132f56.webp?size=512

Demo

https://cdn.discordapp.com/attachments/1133303870945239064/1139768229963771914/image.png

ID

947269728303448164

Support

https://discord.gg/gJMdKZcC2g

Description

The best discord bot in the world!

INSTRUCTIONS

Wait 10s for a comment on this issue and follow the instructions provided

adambotfd commented 11 months ago

Follow these instructions to Finnish up with your website!

  1. Create a file in the main directory of this repository with the name AdamBot.html!
  2. Put the following content into the file:

    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>AdamBot</title>
    <link rel="stylesheet" type="text/css" href="style.css">
    <link rel="icon" href="https://cdn.discordapp.com/avatars/1143649930951544884/6ddd2b34d4ea30600361a06d71132f56.webp?size=512" type="image/x-icon">
    </head>
    <body>
    <div class="container">
    <header>
      <img src="https://cdn.discordapp.com/avatars/1143649930951544884/6ddd2b34d4ea30600361a06d71132f56.webp?size=512" alt="Bot Logo" id="bot-logo">
      <h1 id="bot-name">AdamBot</h1>
    </header>
    
    <section class="description">
      <p>The best discord bot in the world!</p>
    </section>
    <br>
    
    <section class="support">
      <p>For support and discussions, join our Discord server: <a href="" target="_blank">Join the server</a></p>
    </section>
    <br>
    <section class="bot-demo">
      <img src="https://cdn.discordapp.com/attachments/1133303870945239064/1139768229963771914/image.png" alt="Bot Demo" id="bot-image">
    </section>
    <section class="footer">
      <p>This website was generated for free by <a href="#" target="_blank">guardian bot list!</a> You can make one for your bot at <a href="https://github.com/adambotfd/dashboard-maker/" target="_blank">our github repo</a> or advertise your discord bot <a href="https://guardianbots.vercel.app" target="_blank">here.</a></p>
    </section>
    </div>
    </body>
    </html>
  3. Finally, submit the pull request and our team will handle the rest!