Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ email: [email protected]
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
Expand Down
2 changes: 1 addition & 1 deletion _includes/google-analytics.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
ga('send', 'pageview');
}
</script>

9 changes: 9 additions & 0 deletions _sass/minima/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
135 changes: 94 additions & 41 deletions _sass/minima/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
transition: border 1s;

&.sticky {
position: fixed;
position: sticky;
top: 0;
width: 100%;

Expand Down Expand Up @@ -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;
}
}


Expand Down Expand Up @@ -255,6 +243,71 @@
@include relative-font-size(1.5);
}

hr {
margin: 16px 0;
border: 1px solid #ddd;
}



/**
* Family Section
*/
.family {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we consult all the custom css into a single file or directory?

.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%;
}
}
}
}



/**
Expand Down
88 changes: 86 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,91 @@
<p>You would like to contribute or have a job listing that we should post? Just contact us at <a href="mailto:{{ site.email }}">{{ site.email }}</a> or get in touch with one of the organisers below.</p>
</div>
<div class="spacer"></div>
<div class="column">
<img src="{{ "/assets/images/picture-poster.png" | relative_url }}" alt="">
<div class="column">
<img src="{{ "/assets/images/picture-poster.png" | relative_url }}" alt="">
</div>
</div>

<hr>

<div class="family">
<h2>Family</h2>

<div class="family-row">
<div class="family-member">
<img src="https://placehold.it/333x333" alt="">
<div>Random Person</div>
<a href="https://twitter.com/random"><i class="fab fa-twitter"></i></a>
<a href="https://linkedin.com/random"><i class="fab fa-linkedin"></i></a>
</div>
<div class="family-member">
<img src="https://placehold.it/333x333" alt="">
<div>Random Person</div>
<a href="https://twitter.com/random"><i class="fab fa-twitter"></i></a>
<a href="https://linkedin.com/random"><i class="fab fa-linkedin"></i></a>
</div>
<div class="family-member">
<img src="https://placehold.it/333x333" alt="">
<div>Random Person</div>
<a href="https://twitter.com/random"><i class="fab fa-twitter"></i></a>
<a href="https://linkedin.com/random"><i class="fab fa-linkedin"></i></a>
</div>
</div>
<div class="family-row">
<div class="family-member">
<img src="https://placehold.it/333x333" alt="">
<div>Random Person</div>
<a href="https://twitter.com/random"><i class="fab fa-twitter"></i></a>
<a href="https://linkedin.com/random"><i class="fab fa-linkedin"></i></a>
</div>
<div class="family-member">
<img src="https://placehold.it/333x333" alt="">
<div>Random Person</div>
<a href="https://twitter.com/random"><i class="fab fa-twitter"></i></a>
<a href="https://linkedin.com/random"><i class="fab fa-linkedin"></i></a>
</div>
</div>
</div>

<hr>

<div class="friends">
<h2>Friends</h2>

<div class="friends-row gold">
<div class="friends-member">
<a href="https://twitter.com/random">
<img src="https://placehold.it/333x333" alt="">
<div>Random Company</div>
</a>
</div>
<div class="friends-member">
<a href="https://twitter.com/random">
<img src="https://placehold.it/333x333" alt="">
<div>Random Company</div>
</a>
</div>
<div class="friends-member">
<a href="https://twitter.com/random">
<img src="https://placehold.it/333x333" alt="">
<div>Random Company</div>
</a>
</div>
</div>
<div class="friends-row silver">
<div class="friends-member">
<a href="https://twitter.com/random">
<img src="https://placehold.it/333x333" alt="">
<div>Random Company</div>
</a>
</div>
<div class="friends-member">
<a href="https://twitter.com/random">
<img src="https://placehold.it/333x333" alt="">
<div>Random Company</div>
</a>
</div>
</div>
</div>

<hr>