Welcome to the open-source version of Mason's Face! This project is a humorous collection of images showcasing various expressions and moments of our fearless leader Mason.
To run this project locally:
- Clone the repository to your local machine.
- Open the
index.htmlfile in a web browser.
No additional setup or dependencies are required!
Contributing your own Mason's Face is easy and encouraged! Follow these steps:
- Fork the Repository: Create your own fork of the project.
- Create a Branch: Make a new branch for your contribution.
- Add Your Image: Follow the pattern in
index.htmlfor adding new images. - Commit Your Changes: With a clear commit message.
- Open a Pull Request: Describe your changes and submit it for review.
Here's an example of how to layout an image in the HTML file:
<div class="rounded-lg overflow-hidden">
<div class="flex justify-center">
<img
src="./yourImageFileName.png"
alt="Your Image Description"
class="w-full object-contain h-96"
/>
</div>
<div class="p-4">
<h2 class="text-center text-xl font-bold">"Your Image Title"</h2>
<div class="max-w-96 mx-auto">
<p class="text-center">
Your image caption goes here. Keep it fun and respectful.
</p>
</div>
</div>
</div>- Replace
yourImageFileName.pngwith your image file name. - Update the
altattribute with a brief description of your image. - Provide a catchy title and a humorous caption.
- Images should be fun and respectful.
- Use PNG format for consistency.
- Adhere to the size and quality standards as shown in the example.
For questions or support, reach out at contact@bomoe.gg or open an issue.