diff options
Diffstat (limited to '')
| -rw-r--r-- | pydis_site/templates/home/index.html | 25 | 
1 files changed, 17 insertions, 8 deletions
| diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index c0d72d72..88d557e1 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -10,24 +10,33 @@    {% include "base/navbar.html" %}    <section class="section"> +      <!-- About us -->      <div class="container is-spaced"> + +      <h1 class="is-size-1">Who are we?</h1> +      <br>        <div class="columns">          <div class="column is-half">            <p> -            We're a large, friendly community focused around the Python programming -            language, open to those who wish to learn the language or improve their -            skills, as well as those looking to help others. +            We're a large community focused around the Python programming language. +            We believe anyone can learn programming, and are very dedicated to helping +            novice developers take their first steps into the world of code. We also +            attract a lot of expert developers who are seeking friendships, collaborators, +            or looking to hone their craft by teaching and getting involved in the community.              <br/><br/> -            We organise regular community events and have a dedicated staff of -            talented Python developers available to assist around the clock. +            We organise regular community events like code jams, open source hackathons, +            seasonal events and community challenges. Through our sponsorships and with +            help from donations, we are even able to award prizes to the winners of our events.              <br/><br/> -            Whether you're looking to learn the language or working on a complex project, -            we've got someone who can help you if you get stuck. +            You can find help with most Python-related problems in one of our help channels. +            Our staff of nearly 50 dedicated expert Helpers are available around the clock +            in every timezone. Whether you're looking to learn the language or working on a +            complex project, we've got someone who can help you if you get stuck.            </p>          </div>          <div class="column is-half is-first has-text-centered video-container"> @@ -39,7 +48,7 @@        <!-- Projects -->        <h1 class="is-size-1">Projects</h1> -      <br><br> +      <br>        <div class="columns">          <!-- Site --> | 
