From 1ced4fc37f2969765feac4f090d42148ad4377e9 Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Tue, 1 Oct 2019 22:55:19 +0200 Subject: Update the landing page text. The new text was written by Tizzysaurus in his website cleanup project, and lifted from his google doc. --- pydis_site/templates/home/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'pydis_site') diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index 205e92ff..bccea71a 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -19,21 +19,21 @@

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. + or to hone their craft by teaching and getting involved with the community.

- 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. + We organise regular community events such as code jams, open-source hackathons, + seasonal events and community challenges. Through our sponsorships, and with + the help from donations, many of our events even have prizes to win!

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.

-- cgit v1.2.3 From 0c43428ef86666dfb9d4baf119b0a30ba8dbe5cf Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Sat, 5 Oct 2019 09:20:23 +0200 Subject: Address code review from Scragly and Mark. Makes various minor changes to commas and formulations. --- pydis_site/templates/home/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pydis_site') diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index bccea71a..bf217fe8 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -22,18 +22,18 @@ 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 to hone their craft by teaching and getting involved with the community. + and who wish to hone their craft by teaching and getting involved in the community.

We organise regular community events such as code jams, open-source hackathons, - seasonal events and community challenges. Through our sponsorships, and with - the help from donations, many of our events even have prizes to win! + seasonal events, and community challenges. Through our sponsorships and donations, + many of our events even have prizes to win!

You can find help with most Python-related problems in one of our help channels. - Our staff of over 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.

-- cgit v1.2.3 From c44b5a740a69de5b479100f4c023bb80db8605a6 Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Sat, 5 Oct 2019 17:47:05 +0200 Subject: Make the homepage paragraphier. --- pydis_site/templates/home/index.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'pydis_site') diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index bf217fe8..45fb56e9 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -23,15 +23,13 @@ novice developers take their first steps into the world of programming. We also attract a lot of expert developers who are seeking friendships, collaborators, and who wish to hone their craft by teaching and getting involved in the community. - -

- +

+

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! - -

- +

+

You can find help with most Python-related problems in one of our help channels. 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 -- cgit v1.2.3 From d52c5cbf3278eb9cd713a25b7e2d6144257459c4 Mon Sep 17 00:00:00 2001 From: ByteCommander Date: Wed, 9 Oct 2019 01:26:07 +0200 Subject: Improve homepage flex responsiveness --- pydis_site/static/css/home/index.css | 19 +------------------ pydis_site/templates/home/index.html | 25 +++++++++++++++++-------- 2 files changed, 18 insertions(+), 26 deletions(-) (limited to 'pydis_site') diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css index a90a60d7..4c36031b 100644 --- a/pydis_site/static/css/home/index.css +++ b/pydis_site/static/css/home/index.css @@ -71,15 +71,6 @@ span.repo-language-dot.javascript { } @media screen and (min-width: 1088px) { - .column.is-half, .column.is-half-tablet { - flex: none; - width: 50%; - } - - .columns:not(.is-desktop) { - display: flex; - } - .video-container iframe { height: calc(42vw * 0.5625); max-height: 371px; @@ -88,18 +79,10 @@ span.repo-language-dot.javascript { } @media screen and (max-width: 1087px) { - .column.is-half, .column.is-half-tablet { - flex: none; - width: 100%; - } - - .columns:not(.is-desktop) { - display: block; - } - .video-container iframe { height: calc(92vw * 0.5625); max-height: none; max-width: none; } } + diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index 205e92ff..2174b149 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -15,8 +15,8 @@

Who are we?


-
-
+
+

We're a large community focused around the Python programming language. We believe anyone can learn programming, and are very dedicated to helping @@ -40,7 +40,7 @@

{# Intro video #} -
+
@@ -50,11 +50,11 @@ {# Projects #}

Projects


-
+
{# Display projects from HomeView.repos #} {% for repo in repo_data %} -
+
@@ -84,11 +84,20 @@

Sponsors

- Linode - JetBrains - Adafruit +
{% endblock %} + -- cgit v1.2.3 From fb6d75de7874a6f184037ddf63519a0c3c143652 Mon Sep 17 00:00:00 2001 From: ByteCommander Date: Fri, 11 Oct 2019 23:33:23 +0200 Subject: Update favicons (rounded corners, other improvements) --- .../static/favicons/android-chrome-192x192.png | Bin 1629 -> 2126 bytes .../static/favicons/android-chrome-512x512.png | Bin 3948 -> 5197 bytes pydis_site/static/favicons/apple-touch-icon.png | Bin 1553 -> 1412 bytes pydis_site/static/favicons/browserconfig.xml | 4 ++-- pydis_site/static/favicons/favicon-16x16.png | Bin 402 -> 459 bytes pydis_site/static/favicons/favicon-32x32.png | Bin 543 -> 638 bytes pydis_site/static/favicons/favicon.ico | Bin 7406 -> 15086 bytes pydis_site/static/favicons/mstile-144x144.png | Bin 0 -> 1572 bytes pydis_site/static/favicons/mstile-150x150.png | Bin 1600 -> 1459 bytes pydis_site/static/favicons/mstile-310x150.png | Bin 0 -> 1486 bytes pydis_site/static/favicons/mstile-310x310.png | Bin 0 -> 2522 bytes pydis_site/static/favicons/mstile-70x70.png | Bin 0 -> 1196 bytes pydis_site/static/favicons/safari-pinned-tab.svg | 2 +- pydis_site/static/favicons/site.webmanifest | 8 ++++---- 14 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 pydis_site/static/favicons/mstile-144x144.png create mode 100644 pydis_site/static/favicons/mstile-310x150.png create mode 100644 pydis_site/static/favicons/mstile-310x310.png create mode 100644 pydis_site/static/favicons/mstile-70x70.png (limited to 'pydis_site') diff --git a/pydis_site/static/favicons/android-chrome-192x192.png b/pydis_site/static/favicons/android-chrome-192x192.png index fbcc75ca..5b8e4dee 100644 Binary files a/pydis_site/static/favicons/android-chrome-192x192.png and b/pydis_site/static/favicons/android-chrome-192x192.png differ diff --git a/pydis_site/static/favicons/android-chrome-512x512.png b/pydis_site/static/favicons/android-chrome-512x512.png index 1381841a..260d57e2 100644 Binary files a/pydis_site/static/favicons/android-chrome-512x512.png and b/pydis_site/static/favicons/android-chrome-512x512.png differ diff --git a/pydis_site/static/favicons/apple-touch-icon.png b/pydis_site/static/favicons/apple-touch-icon.png index a0ac158f..bcee3b3b 100644 Binary files a/pydis_site/static/favicons/apple-touch-icon.png and b/pydis_site/static/favicons/apple-touch-icon.png differ diff --git a/pydis_site/static/favicons/browserconfig.xml b/pydis_site/static/favicons/browserconfig.xml index c0081b1d..c0529c4a 100644 --- a/pydis_site/static/favicons/browserconfig.xml +++ b/pydis_site/static/favicons/browserconfig.xml @@ -2,8 +2,8 @@ - - #da532c + + #7289da diff --git a/pydis_site/static/favicons/favicon-16x16.png b/pydis_site/static/favicons/favicon-16x16.png index 1a69b5b0..97d9d7e6 100644 Binary files a/pydis_site/static/favicons/favicon-16x16.png and b/pydis_site/static/favicons/favicon-16x16.png differ diff --git a/pydis_site/static/favicons/favicon-32x32.png b/pydis_site/static/favicons/favicon-32x32.png index a1cf0f9f..9acca4ba 100644 Binary files a/pydis_site/static/favicons/favicon-32x32.png and b/pydis_site/static/favicons/favicon-32x32.png differ diff --git a/pydis_site/static/favicons/favicon.ico b/pydis_site/static/favicons/favicon.ico index bf9a36ff..6f2da14f 100644 Binary files a/pydis_site/static/favicons/favicon.ico and b/pydis_site/static/favicons/favicon.ico differ diff --git a/pydis_site/static/favicons/mstile-144x144.png b/pydis_site/static/favicons/mstile-144x144.png new file mode 100644 index 00000000..734c4d14 Binary files /dev/null and b/pydis_site/static/favicons/mstile-144x144.png differ diff --git a/pydis_site/static/favicons/mstile-150x150.png b/pydis_site/static/favicons/mstile-150x150.png index 1e9bf200..c0f2947d 100644 Binary files a/pydis_site/static/favicons/mstile-150x150.png and b/pydis_site/static/favicons/mstile-150x150.png differ diff --git a/pydis_site/static/favicons/mstile-310x150.png b/pydis_site/static/favicons/mstile-310x150.png new file mode 100644 index 00000000..6806f404 Binary files /dev/null and b/pydis_site/static/favicons/mstile-310x150.png differ diff --git a/pydis_site/static/favicons/mstile-310x310.png b/pydis_site/static/favicons/mstile-310x310.png new file mode 100644 index 00000000..1be6d145 Binary files /dev/null and b/pydis_site/static/favicons/mstile-310x310.png differ diff --git a/pydis_site/static/favicons/mstile-70x70.png b/pydis_site/static/favicons/mstile-70x70.png new file mode 100644 index 00000000..1916fac6 Binary files /dev/null and b/pydis_site/static/favicons/mstile-70x70.png differ diff --git a/pydis_site/static/favicons/safari-pinned-tab.svg b/pydis_site/static/favicons/safari-pinned-tab.svg index 79cc94fa..3a7ec4a7 100644 --- a/pydis_site/static/favicons/safari-pinned-tab.svg +++ b/pydis_site/static/favicons/safari-pinned-tab.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/pydis_site/static/favicons/site.webmanifest b/pydis_site/static/favicons/site.webmanifest index 66b4e5a5..1c59aa63 100644 --- a/pydis_site/static/favicons/site.webmanifest +++ b/pydis_site/static/favicons/site.webmanifest @@ -3,17 +3,17 @@ "short_name": "Python Discord", "icons": [ { - "src": "/static/favicons/android-chrome-192x192.png?v=8jMYXa7g8e", + "src": "/static/favicons/android-chrome-192x192.png?v=9B9vkE5q7O", "sizes": "192x192", "type": "image/png" }, { - "src": "/static/favicons/android-chrome-512x512.png?v=8jMYXa7g8e", + "src": "/static/favicons/android-chrome-512x512.png?v=9B9vkE5q7O", "sizes": "512x512", "type": "image/png" } ], - "theme_color": "#ffffff", - "background_color": "#ffffff", + "theme_color": "#7289da", + "background_color": "#7289da", "display": "standalone" } -- cgit v1.2.3