Skip to content

Commit

Permalink
Added dates and the link to a Form
Browse files Browse the repository at this point in the history
  • Loading branch information
olekscode committed Jun 21, 2024
1 parent 0cae1b4 commit d7c762b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 3 additions & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@
<main>
<h1><span style="color: var(--color-dark-gray)">isLoop 2024:</span> International School on Live
Object-Oriented Programming</h1>

<h5>5-9 August 2024 - Montpellier, France</h5>

<p>Dear students,</p>
<p>We are happy to announce that once again, Pharo Consortium is
Expand Down Expand Up @@ -131,7 +133,7 @@ <h2>Registration</h2>
<a
target="_blank"
rel="noopener noreferrer"
href=""
href="https://forms.gle/f8RBnU11MM8BLKeRA"
>Form</a>.
The deadline for applications is July 20, 2024.

Expand Down
12 changes: 11 additions & 1 deletion website/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit d7c762b

Please sign in to comment.