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 bb1c657..cfaa473 100644 --- a/styles/2018.scss +++ b/styles/2018.scss @@ -14,6 +14,7 @@ $aurora-green: #6accad; $moonlit-snow: #d4f1fc; $headlamp-white: #effafe; $fireplace-yellow: #f3f7b8; +$nav-height: 70px; a { @@ -35,10 +36,17 @@ h1, h2, strong { } h2 { - margin-top: 2em; - @media (min-width: $desktop-width) { - padding-top: 70px; - } + margin-top: 1.25em; + @media (min-width: $desktop-width) { + padding-top: $nav-height; + margin-top: calc(1.25em - #{$nav-height}); + } +} +h1, h3, h4, h5, h6 { + @media (min-width: $desktop-width) { + padding-top: $nav-height; + margin-top: -$nav-height; + } } body > header { @@ -76,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; @@ -183,7 +195,8 @@ section.tweets { margin: 2rem 0; padding: 2rem; @media (min-width: $desktop-width) { - padding: 4rem; + padding-left: 4rem; + padding-right: 4rem; } a { @@ -240,7 +253,7 @@ section.tweets { } } - h3 { + .participant-name { font-size: 18px; font-weight: $thin-weight; margin: 0 0 0 0.5rem; @@ -253,7 +266,7 @@ section.tweets { display: none; } - nav a { + .participant-links a { text-decoration: none; font-size: 150%; &+a {