aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-10-11 23:48:42 +0200
committerGravatar GitHub <[email protected]>2019-10-11 23:48:42 +0200
commit20b757eb5364f5930dcc490a5e0811ddc458ba38 (patch)
tree16c4915fe18b68c1f93236f8d455d6abf02c8d1c /pydis_site/templates
parentImprove homepage flex responsiveness (diff)
parentMerge pull request #272 from python-discord/tizzysaurus_landing_page_text (diff)
Merge branch 'master' into fix-home-responsive
Diffstat (limited to 'pydis_site/templates')
-rw-r--r--pydis_site/templates/base/base.html13
-rw-r--r--pydis_site/templates/home/index.html24
2 files changed, 24 insertions, 13 deletions
diff --git a/pydis_site/templates/base/base.html b/pydis_site/templates/base/base.html
index a419521c..6a0da0ae 100644
--- a/pydis_site/templates/base/base.html
+++ b/pydis_site/templates/base/base.html
@@ -11,6 +11,19 @@
<meta name="description"
content="{% block meta-description %}We're a large, friendly community focused around the Python programming language. Our community is open to those who wish to learn the language, as well as those looking to help others.{% endblock %}">
+ {# Generated with https://realfavicongenerator.net/ #}
+ <link rel="apple-touch-icon" sizes="180x180" href="/static/favicons/apple-touch-icon.png?v=8jMYXa7g8e">
+ <link rel="icon" type="image/png" sizes="32x32" href="/static/favicons/favicon-32x32.png?v=8jMYXa7g8e">
+ <link rel="icon" type="image/png" sizes="16x16" href="/static/favicons/favicon-16x16.png?v=8jMYXa7g8e">
+ <link rel="manifest" href="/static/favicons/site.webmanifest?v=8jMYXa7g8e">
+ <link rel="mask-icon" href="/static/favicons/safari-pinned-tab.svg?v=8jMYXa7g8e" color="#7289da">
+ <link rel="shortcut icon" href="/static/favicons/favicon.ico?v=8jMYXa7g8e">
+ <meta name="apple-mobile-web-app-title" content="Python Discord">
+ <meta name="application-name" content="Python Discord">
+ <meta name="msapplication-TileColor" content="#da532c">
+ <meta name="msapplication-config" content="/static/favicons/browserconfig.xml?v=8jMYXa7g8e">
+ <meta name="theme-color" content="#ffffff">
+
<title>Python Discord | {% block title %}Website{% endblock %}</title>
{% bulma %}
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html
index 2174b149..0fa2f67c 100644
--- a/pydis_site/templates/home/index.html
+++ b/pydis_site/templates/home/index.html
@@ -19,21 +19,19 @@
<div class="column is-half-desktop">
<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>