Skip to content
Open
Show file tree
Hide file tree
Changes from 3 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: 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
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>

105 changes: 65 additions & 40 deletions _sass/minima/_layout.scss
Original file line number Diff line number Diff line change
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;
}

.fab.fa-twitter, .cfa-twitter .fas {
color: #1DA1F2;
}

// .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-meetup, .cfa-meetup .fas {
color: #e51937;
}
}


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

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



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

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 16px 16px 16px;

.fas {
color: #ccc;
}

a {
text-decoration: none;
}

img {
display: block;
margin: 8px 0;
width: 160px;
height: 160px;
border-radius: 50%;
}
}
}
}



/**
Expand Down
47 changes: 45 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,50 @@
<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>