diff --git a/_config.yml b/_config.yml index da9713f..9538362 100644 --- a/_config.yml +++ b/_config.yml @@ -3,7 +3,7 @@ email: hello@webundspeck.com url: https://webundspeck.github.io description: >- - web & speck is a community of developers, designers, tech-enthusiasts and + web & speck is a community of developers, designers, tech-enthusiasts and tech-startups in Innsbruck. facebook_username: webundspeck diff --git a/_includes/google-analytics.html b/_includes/google-analytics.html index e9afb20..ddd7070 100644 --- a/_includes/google-analytics.html +++ b/_includes/google-analytics.html @@ -9,4 +9,4 @@ ga('send', 'pageview'); } - + diff --git a/_sass/minima/_base.scss b/_sass/minima/_base.scss index e61b0be..f330347 100644 --- a/_sass/minima/_base.scss +++ b/_sass/minima/_base.scss @@ -30,6 +30,15 @@ body { +/** + * Set heading font style + */ +h1, h2, h3, h4, h5, h6 { + font-family: "Londrina Solid", sans-serif; +} + + + /** * Set `margin-bottom` to maintain vertical rhythm */ diff --git a/_sass/minima/_layout.scss b/_sass/minima/_layout.scss index 7477836..385e16c 100644 --- a/_sass/minima/_layout.scss +++ b/_sass/minima/_layout.scss @@ -62,7 +62,7 @@ transition: border 1s; &.sticky { - position: fixed; + position: sticky; top: 0; width: 100%; @@ -94,55 +94,43 @@ display: inline-block; margin: 4px; } + } - .fas { - color: #CCC; + .wrapper { + position: relative; + } +} - -webkit-transition: color 0.35s; - -moz-transition: color 0.35s; - -o-transition: color 0.35s; - transition: color 0.35s; - } - a:hover { - .cfa-facebook .fas { - color: #3B5998; - } - .cfa-twitter .fas { - color: #1DA1F2; - } +/** + * Site Icons + */ +.fas, .fab { + color: #CCC; - .cfa-meetup .fas { - color: #e51937; - } - } + -webkit-transition: color 0.35s; + -moz-transition: color 0.35s; + -o-transition: color 0.35s; + transition: color 0.35s; +} + +a:hover { + & > .fab.fa-facebook, .cfa-facebook .fas { + color: #3B5998; } - .wrapper { - position: relative; + & > .fab.fa-linkedin, .cfa-linkedin .fas { + color: #0077B5; } - // .site-nav { - // position: absolute; - // top: 0; - // left: 0; - // width: 100%; - - // .site-nav-links { - // width: fit-content; - // margin: auto; - - // .page-link { - // color: $text-color; - // line-height: $base-line-height; - - // &:not(:last-child) { - // margin-right: 20px; - // } - // } - // } - // } + & > .fab.fa-twitter, .cfa-twitter .fas { + color: #1DA1F2; + } + + & > .fab.fa-meetup, .cfa-meetup .fas { + color: #e51937; + } } @@ -255,6 +243,71 @@ @include relative-font-size(1.5); } +hr { + margin: 16px 0; + border: 1px solid #ddd; +} + + + +/** + * Family Section + */ +.family { + .family-row { + text-align: center; + + .family-member { + display: inline-block; + margin: 0 20px 8px 20px; + + .fas { + color: #ccc; + } + + a { + text-decoration: none; + } + + img { + display: block; + margin: 16px 0; + width: 128px; + height: 128px; + border-radius: 50%; + } + } + } +} + + + +/** + * Friends Section + */ +.friends { + .friends-row { + text-align: center; + + .friends-member { + display: inline-block; + margin: 0 20px 8px 20px; + + a { + text-decoration: none; + } + + img { + display: block; + margin: 16px 0; + width: 96px; + height: 96px; + border-radius: 50%; + } + } + } +} + /** diff --git a/index.html b/index.html index ff65f8d..70f7415 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,91 @@
You would like to contribute or have a job listing that we should post? Just contact us at {{ site.email }} or get in touch with one of the organisers below.
-