diff options
author | 2019-10-11 22:36:03 +0100 | |
---|---|---|
committer | 2019-10-11 22:36:03 +0100 | |
commit | d29216a5882c6b4d93c0d7085c54aaa6930a1af3 (patch) | |
tree | b139730ec2f76866236cb7ef7303aa676da70576 /pydis_site | |
parent | Merge branch 'master' into #201-django-allauth (diff) | |
parent | Merge pull request #272 from python-discord/tizzysaurus_landing_page_text (diff) |
Merge branch 'master' into #201-django-allauth
Diffstat (limited to 'pydis_site')
-rw-r--r-- | pydis_site/templates/home/index.html | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index 205e92ff..45fb56e9 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -19,21 +19,19 @@ <div class="column is-half"> <p> 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 + We believe anyone can learn to code, and are very dedicated to helping + novice developers take their first steps into the world of programming. 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 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/> - + and who wish to hone their craft by teaching and getting involved in the community. + </p> + <p> + We organise regular community events such as code jams, open-source hackathons, + seasonal events, and community challenges. Through our sponsorships and donations, + many of our events even have prizes to win! + </p> + <p> 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 + Our staff of over 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> |