This repository contains the official website for Contrast Bot, a versatile Discord bot built with TypeScript and Discord.js.
The website is hosted at contrast-bot.github.io using GitHub Pages.
This website is built with:
- HTML5
- CSS3 with Tailwind CSS
- JavaScript
- Geist Sans and Geist Mono fonts
- Font Awesome icons
README.md
- This annoying fileLICENSE
- Licenseindex.html
- Main website pagestyles.css
- Custom CSS stylesscript.js
- JavaScript functionalitylogo.png
- Bot logo imagebanner.png
- Banner image for SEO
- Responsive design that works on mobile, tablet, and desktop
- Clean, minimalist interface inspired by Vercel's design language
- Interactive elements including animated counters
- Comprehensive information about the bot's features and commands
- Basic knowledge of HTML, CSS, and JavaScript
- A text editor or IDE
- Git
- Clone the repository:
git clone [https://github.com/contrast-bot/contrast-bot.github.io.git](https://github.com/contrast-bot/contrast-bot.github.io.git)
- Open the project in your preferred editor
- Make your changes
- Test locally by opening
index.html
in a browser (or using Live Server) - Commit and push your changes:
git add .
git commit -m "Your descriptive commit message"
git push
Contributions are welcome! Feel free to submit a pull request or open an issue if you have suggestions for improvements.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request :)
This project is licensed under the MIT License - see the LICENSE file for details.