aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static
diff options
context:
space:
mode:
authorGravatar hedy <[email protected]>2024-01-20 14:27:42 +0800
committerGravatar hedy <[email protected]>2024-01-20 14:36:43 +0800
commit51bfa2cb88dd5c29f80bb8f9aa9d724d33a87d45 (patch)
tree8670e0d5fbc9abc105bf781cddbf7430ad2e1369 /pydis_site/static
parentMerge pull request #1207 from python-discord/dependabot/pip/python-frontmatte... (diff)
Events: Initial redesign
- Added standalone pages for each event - Added initial design of new layout - Refactored some sidebars and templates to update current/upcoming event - Put two CJ10 assets into their own dedicated folder Includes dummy text for event descriptions and content that is not up-to-date: Current and Upcoming event components.
Diffstat (limited to 'pydis_site/static')
-rw-r--r--pydis_site/static/css/events/base.css15
-rw-r--r--pydis_site/static/images/events/pixels_logo_transparent.gifbin0 -> 101270 bytes
-rw-r--r--pydis_site/static/images/events/pixels_logo_transparent.pngbin0 -> 10009 bytes
-rw-r--r--pydis_site/static/images/events/summer_code_jam_2023/banner2.png (renamed from pydis_site/static/images/events/cj10_2023_banner2.png)bin157845 -> 157845 bytes
-rw-r--r--pydis_site/static/images/events/summer_code_jam_2023/banner3.png (renamed from pydis_site/static/images/events/cj10_2023_banner3.png)bin205921 -> 205921 bytes
5 files changed, 10 insertions, 5 deletions
diff --git a/pydis_site/static/css/events/base.css b/pydis_site/static/css/events/base.css
index 9e244ed9..3708bd57 100644
--- a/pydis_site/static/css/events/base.css
+++ b/pydis_site/static/css/events/base.css
@@ -12,9 +12,14 @@ pre {
}
.panel .panel-heading {
- /*
- * Remove whitespace between the panel heading and the first item in a panel,
- * since it makes the first panel item taller than the others.
- */
- margin-bottom: 0 !important
+ /*
+ * Remove whitespace between the panel heading and the first item in a panel,
+ * since it makes the first panel item taller than the others.
+ */
+ margin-bottom: 0 !important
+}
+
+.event-gallery img {
+ border-radius: 10px;
+ max-width: 50%;
}
diff --git a/pydis_site/static/images/events/pixels_logo_transparent.gif b/pydis_site/static/images/events/pixels_logo_transparent.gif
new file mode 100644
index 00000000..3f410773
--- /dev/null
+++ b/pydis_site/static/images/events/pixels_logo_transparent.gif
Binary files differ
diff --git a/pydis_site/static/images/events/pixels_logo_transparent.png b/pydis_site/static/images/events/pixels_logo_transparent.png
new file mode 100644
index 00000000..5892edcc
--- /dev/null
+++ b/pydis_site/static/images/events/pixels_logo_transparent.png
Binary files differ
diff --git a/pydis_site/static/images/events/cj10_2023_banner2.png b/pydis_site/static/images/events/summer_code_jam_2023/banner2.png
index 92cae4f6..92cae4f6 100644
--- a/pydis_site/static/images/events/cj10_2023_banner2.png
+++ b/pydis_site/static/images/events/summer_code_jam_2023/banner2.png
Binary files differ
diff --git a/pydis_site/static/images/events/cj10_2023_banner3.png b/pydis_site/static/images/events/summer_code_jam_2023/banner3.png
index 9d808f07..9d808f07 100644
--- a/pydis_site/static/images/events/cj10_2023_banner3.png
+++ b/pydis_site/static/images/events/summer_code_jam_2023/banner3.png
Binary files differ