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] Your Bots Name #16

Closed adambotfd closed 11 months ago

adambotfd commented 11 months ago

Name

The name of your discord bot

Icon

A URL to your bots icon

Demo

A URL to an image of a command of your bot

ID

Your bots ID

Support

A DISCORD invite link to your bots support server! NO LINK SHORTENERS

Description

A description of your discord bot! As long as you want

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 The name of your discord bot.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>The name of your discord bot</title>
    <link rel="stylesheet" type="text/css" href="style.css">
    <link rel="icon" href="A URL to your bots icon" type="image/x-icon">
    </head>
    <body>
    <div class="container">
    <header>
      <img src="A URL to your bots icon" alt="Bot Logo" id="bot-logo">
      <h1 id="bot-name">The name of your discord bot</h1>
    </header>
    
    <section class="description">
      <p>A description of your discord bot! As long as you want</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="A URL to an image of a command of your bot" 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!