From d7c762bca766cb29efb36cbb099ef5415785964a Mon Sep 17 00:00:00 2001 From: Oleksandr Zaitsev Date: Fri, 21 Jun 2024 11:34:35 +0200 Subject: [PATCH] Added dates and the link to a Form --- website/index.html | 4 +++- website/style.css | 12 +++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/website/index.html b/website/index.html index b889d6a..e535546 100644 --- a/website/index.html +++ b/website/index.html @@ -97,6 +97,8 @@

isLoop 2024: International School on Live Object-Oriented Programming

+ +
5-9 August 2024 - Montpellier, France

Dear students,

We are happy to announce that once again, Pharo Consortium is @@ -131,7 +133,7 @@

Registration

Form. The deadline for applications is July 20, 2024. diff --git a/website/style.css b/website/style.css index c170558..5427016 100644 --- a/website/style.css +++ b/website/style.css @@ -93,10 +93,20 @@ h1, h2, h3, h4, h5, h6 { h1 { text-align: center; - margin: 2rem auto; + margin: 2rem auto 1rem auto; max-width: 45rem; } +/* Sub-title */ +h5 { + color: var(--color-dark-gray); + text-align: center; + margin-top: 0; + padding-top: 0; + font-size: 14pt; + font-weight: 400; +} + a { color: var(--color-pharo-blue); }