From d56fc917948bad1833e37e33dd3d1f826c71aa95 Mon Sep 17 00:00:00 2001 From: Esko Luontola Date: Thu, 16 Jan 2020 12:07:15 +0200 Subject: [PATCH] Fix layout bugs and improve accessibility --- _layouts/2018.html | 4 +++- index.md | 18 ++++++++---------- styles/2018.scss | 19 ++++++++++++------- 3 files changed, 23 insertions(+), 18 deletions(-) diff --git a/_layouts/2018.html b/_layouts/2018.html index 8c9349f..7a12af6 100644 --- a/_layouts/2018.html +++ b/_layouts/2018.html @@ -17,7 +17,9 @@
- Snowflake +

+ Codefreeze logo +

{{page.where}} diff --git a/index.md b/index.md index d20b305..28da7e1 100644 --- a/index.md +++ b/index.md @@ -8,8 +8,6 @@ where_link: https://www.kiilopaa.fi/en/ description: Codefreeze is an unconference with very little structure. Actually, it’s not a conference at all. Codefreeze is a time and place for software craftspeople to meet. --- -# {{page.title}} - ## {{page.tagline}} Codefreeze is an unconference with very little structure. Actually, it’s not a conference at all. Codefreeze is a *time* and *place* for software craftspeople to meet. We would like to have likeminded people to gather in one place and have long conversations about our craft over a drink. And to practice our coding skills. @@ -237,7 +235,7 @@ For more information about the safaris, including prices, see the brochure here {{ participant.name }} -

You?

+
You?
@@ -250,23 +248,23 @@ For more information about the safaris, including prices, see the brochure here
  • {% if participant.link != null %}{% endif %}
    - {{ participant.name }} + Picture of {{ participant.name }}
    {% if participant.link != null %}
    {% endif %} -

    {{ participant.name }}

    - + {% if participant.content != null %}
    {{ participant.content }}
    {% endif %}
  • {% endfor %} diff --git a/styles/2018.scss b/styles/2018.scss index 2175ccb..cfaa473 100644 --- a/styles/2018.scss +++ b/styles/2018.scss @@ -84,12 +84,16 @@ body > header { } } -body > main { +#main-header { + h1 { + padding: 0; + margin: 0; + } +} + +main { padding: 0; margin: 0; - > h1 { - display: none; - } hr { border: 0; border-bottom: 5px solid $blue; @@ -191,7 +195,8 @@ section.tweets { margin: 2rem 0; padding: 2rem; @media (min-width: $desktop-width) { - padding: 4rem; + padding-left: 4rem; + padding-right: 4rem; } a { @@ -248,7 +253,7 @@ section.tweets { } } - h3 { + .participant-name { font-size: 18px; font-weight: $thin-weight; margin: 0 0 0 0.5rem; @@ -261,7 +266,7 @@ section.tweets { display: none; } - nav a { + .participant-links a { text-decoration: none; font-size: 150%; &+a {