diff options
Diffstat (limited to '')
| -rw-r--r-- | pydis_site/templates/events/pages/code-jams/9/_index.html | 18 | 
1 files changed, 14 insertions, 4 deletions
| diff --git a/pydis_site/templates/events/pages/code-jams/9/_index.html b/pydis_site/templates/events/pages/code-jams/9/_index.html index f8d6e88b..8624bfbb 100644 --- a/pydis_site/templates/events/pages/code-jams/9/_index.html +++ b/pydis_site/templates/events/pages/code-jams/9/_index.html @@ -30,12 +30,22 @@          <li>Sunday, July 31 - Coding portion of the jam ends</li>          <li>Sunday, August 4 - Code Jam submissions are closed</li>      </ul> -    <h3 id="how-to-join"><a href="#how-to-join">How to Join</a></h3> + +    <h3 id="qualifier"><a href="#how-to-join">The Qualifier</a></h3> +    <p> +        The qualifier is a coding challenge that you are required to complete before registering for the code jam. +        This is meant as a basic assessment of your skills to ensure you have enough python knowledge to effectively contribute in a team environment. +    </p> +    <p class="has-text-centered"><a class="button is-link" href="https://github.com/python-discord/code-jam-qualifier-9/" target="_blank" rel="noopener">View the Qualifier</a></p>      <p> -        Before being able to join the code jam, you must complete a qualifier which tests your knowledge in Python. -        The qualifier can be found <a href="https://github.com/python-discord/code-jam-qualifier-9/" title="Code Jam 9 qualifier repository" target="_blank" rel="noopener">on our GitHub</a> -        and once completed you should submit your solution using the <a href="https://forms.pythondiscord.com/form/cj9-qualifier" target="_blank" rel="noopener">sign-up form</a>. +        Please note the requirements for the qualifier. +        <ul> +            <li>The qualifier must be completed using Python 3.10</li> +            <li>No external modules are allowed, only those available through the standard library.</li> +            <li>The Qualifier must be submitted through the Code Jam sign-up form.</li> +        </ul>      </p> +      <h3 id="technology"><a href="#technology">Technology</a></h3>      <p>          The chosen technology/tech stack for this year is <strong>WebSockets</strong>. | 
