From d25897acc0b2fd5d28cd1e4ae8a6cc0dbc9ec84c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Tue, 26 Nov 2024 00:49:41 +0100 Subject: [PATCH] Adjust width to be at 80% (#171) * Adjust width to be at 80% * Tweak margin --- content/_index.md | 47 ++++++++++--------- content/about/_index.md | 4 +- themes/pyladies/assets/css/main.css | 4 ++ themes/pyladies/layouts/_default/list.html | 2 +- themes/pyladies/layouts/_default/single.html | 2 +- themes/pyladies/layouts/news/single.html | 2 +- .../layouts/shortcodes/mainrectangle.html | 4 +- .../layouts/shortcodes/pinkcolumns.html | 2 +- 8 files changed, 36 insertions(+), 31 deletions(-) diff --git a/content/_index.md b/content/_index.md index 2b68272..83d64e2 100644 --- a/content/_index.md +++ b/content/_index.md @@ -10,29 +10,28 @@ imagealt = "Website banner of PyLadiesCon 2024 Online. 6th-8th December | Multi- {{< rawhtml >}}
-
-
-

PyLadiesCon

-

2024 Online

-

- 6th-8th December
- Multi-language | Multi-timezone -

- -
Check the Schedule!
- +
+
+

PyLadiesCon

+

2024 Online

+

+ 6th-8th December
+ Multi-language | Multi-timezone +

+ - +
Check the Schedule!
+ +
{{< /rawhtml >}} @@ -129,13 +128,13 @@ Know the sponsors of our conference. "https://numberly.com" "booster_numberly.png" >}} -{{% /logosrow %}} {{< sponsorlogo "Auth0" "https://auth0.com/" "booster_auth0.png" >}} + {{% /logosrow %}} ## Partner Sponsor @@ -180,6 +179,8 @@ Know the sponsors of our conference. {{% /logosrow %}} +{{% /mainrectangle %}} + {{% pinkrectangle %}} diff --git a/content/about/_index.md b/content/about/_index.md index 45025c5..cd0acde 100644 --- a/content/about/_index.md +++ b/content/about/_index.md @@ -85,7 +85,7 @@ more details on how to volunteer! {{< pink >}}
-
+
{{< organizer "Mariatta" @@ -147,7 +147,7 @@ more details on how to volunteer! {{< rawhtml >}}
A black woman sitting in front of a server room while working on a laptop. -
+
{{< /rawhtml >}} diff --git a/themes/pyladies/assets/css/main.css b/themes/pyladies/assets/css/main.css index b87985b..cb19077 100644 --- a/themes/pyladies/assets/css/main.css +++ b/themes/pyladies/assets/css/main.css @@ -527,6 +527,10 @@ h2 a { width: 60%; } +.w-80 { + width: 80%; +} + /* For columns shortcodes */ .md-columns { display: flex; diff --git a/themes/pyladies/layouts/_default/list.html b/themes/pyladies/layouts/_default/list.html index 55bc597..90944f1 100644 --- a/themes/pyladies/layouts/_default/list.html +++ b/themes/pyladies/layouts/_default/list.html @@ -3,7 +3,7 @@ {{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }} {{ $dateHuman := .Date | time.Format ":date_long" }} -
+
{{ .Content }} {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }} diff --git a/themes/pyladies/layouts/_default/single.html b/themes/pyladies/layouts/_default/single.html index c9c122e..e2a8b41 100644 --- a/themes/pyladies/layouts/_default/single.html +++ b/themes/pyladies/layouts/_default/single.html @@ -3,7 +3,7 @@ {{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }} {{ $dateHuman := .Date | time.Format ":date_long" }} -
+
{{ .Content }}
diff --git a/themes/pyladies/layouts/news/single.html b/themes/pyladies/layouts/news/single.html index f662fa1..2bb2252 100644 --- a/themes/pyladies/layouts/news/single.html +++ b/themes/pyladies/layouts/news/single.html @@ -1,6 +1,6 @@ {{ define "main" }} -
+

{{ .Title }} diff --git a/themes/pyladies/layouts/shortcodes/mainrectangle.html b/themes/pyladies/layouts/shortcodes/mainrectangle.html index 3c3bad8..67744b7 100644 --- a/themes/pyladies/layouts/shortcodes/mainrectangle.html +++ b/themes/pyladies/layouts/shortcodes/mainrectangle.html @@ -1,6 +1,6 @@ -
+
-
+
{{ .Inner }}
diff --git a/themes/pyladies/layouts/shortcodes/pinkcolumns.html b/themes/pyladies/layouts/shortcodes/pinkcolumns.html index dcc4101..14e992c 100644 --- a/themes/pyladies/layouts/shortcodes/pinkcolumns.html +++ b/themes/pyladies/layouts/shortcodes/pinkcolumns.html @@ -1,6 +1,6 @@
{{ range split .Inner "<--->" }} -
+
{{ printf "
" | htmlUnescape | safeHTML }} {{ . | safeHTML }} {{ printf "
" | htmlUnescape | safeHTML }}