Contribution to 42CSSTober

September 25, 2023 ยท View on GitHub

This is a community project created with the aim of helping you learn HTML and CSS skills, as well as enhancing your problem-solving skills through daily coding challenges.
We have created a webpage where you can showcase your solutions to the community.

To have your solutions displayed on our webpage, follow the requirements below:

See the showcase of this challenge

๐Ÿ‘ฅ How to Contribute

This is a completely open project that accepts contributions through pull requests on GitHub. This document is responsible for aligning contributions according to the established standards. If you have any questions, don't hesitate to open an issue.

๐Ÿ“ Steps to Contribute / Adding Your Information

  1. Fork this repository to your GitHub account.
  2. Open the index.html file in your fork.
  3. Locate the following section:
    <!-- Copy the information inside <a> until </a> and input your ID and the location of your 42 school
     ๐Ÿ“Œ If you are not a student at 42 school, please provide your GitHub ID and your country. -->
    <a href="https://github.com/mewmewdevart/42EventCSSTober" target="_blank" class="card">
        <h2>Larcrist</h2>
        <p>42 Sรฃo Paulo</p>
    </a>
    
  • Duplicate the code block above and add your information, replacing "Larcrist," "42 Sรฃo Paulo," and the GitHub link as needed.
  • Be sure to add your ID and the location of your 42 school.
  • Add the link to your GitHub repository or CodePen where the community can view your solutions.
  1. Ensure that your commits are in English to push.
  2. Add a brief description of what was added or modified.
  3. Submit a pull request to the original repository.

It will take some time for your pull request to be accepted, but when it is, your project will appear on the challenge page alongside other students.

Developed by cadets for cadets.