Skip to content

Commit

Permalink
Fixed broken links, title, some alignment issue with cases.
Browse files Browse the repository at this point in the history
Fixed broken links, title, some alignment issue with cases. Replaced
one cover image and aligned sizes
  • Loading branch information
stau authored and juhovh committed Nov 8, 2016
1 parent ca99773 commit f708bff
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 16 deletions.
19 changes: 14 additions & 5 deletions assets/css/css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $desktop: 1024px;

/* General measures */
$h-padding: 10px;
$section-padding: 90px;
$section-padding: 70px;

/* Typographic scale. Only use these font-sizes */
/*$size-tiny: 12px;
Expand Down Expand Up @@ -244,6 +244,7 @@ section.freetime {

.links {
padding-top: 60px;
padding-bottom: 0;
}

.how {
Expand Down Expand Up @@ -588,7 +589,11 @@ section#comments .section-header {
text-decoration: none;
a {
text-decoration: none;
border-bottom: none;
border-bottom: 1px solid;
}

a.card__cover {
border-bottom: none;
}

}
Expand Down Expand Up @@ -623,6 +628,7 @@ section#comments .section-header {
font-weight: 800;
letter-spacing: 0.03em;
margin: 0;
margin-bottom: 9px;
}
.card__summary {
text-align: left;
Expand All @@ -646,15 +652,18 @@ section#comments .section-header {
@media screen and (max-width: $desktop) {
.card {
.card__body {
height: 120px;
height: 150px;
}
}
}

@media screen and (min-width: $desktop) {
.card__body {
height: 180px;
.card__inner {
height: 400px;
}
/* .card__body {
height: 180px;
}*/
}

/*** CONTACT ****/
Expand Down
Binary file modified assets/img/pelastakaa-lapset.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/super-ada.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 10 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ <h2>Supporting free time contributions</h2>
<p>Futurice makes no IPR claims whatsoever regarding these contributions. In fact, we insist on employees taking their due credit for their efforts. </p>
</div>
<div class="links white">
<p><a href="">Why open source has social impact</a> </p>
<p><a href="">List of Spice-supported open source contributions</a> </p>
<p><a href="http://futurice.com/blog/year-2015-in-company-sponsored-open-source">Why sponsor free time open source contributions</a> </p>
<!--<p><a href="">List of Spice-supported open source contributions</a> </p>-->
</div>
</div>
</section>
Expand Down Expand Up @@ -122,9 +122,9 @@ <h2>Pro bono projects <br/>on company clock</h2>
</article>
<article class="card">
<div class="card__inner">

<a class="card__cover">
<img src="{{ site.baseurl }}/assets/img/super-ada.jpg" alt="">

</a>
<div class="card__body">
<div class="card__title">
Super Ada
Expand Down Expand Up @@ -153,7 +153,7 @@ <h2>Partnerships</h2>
<p class="question">
Want to do magic with us?
</p>
<a href="mailto:teemu.turunen@futurice.com" target="_top" class="btn">Get involved as a partner</a>
<a href="#contact" class="btn">Get involved as a partner</a>
</div>
</div>
</section>
Expand Down Expand Up @@ -190,7 +190,7 @@ <h3>Open education</h3>
<a href="http://futurice.com/blog/introducing-children-to-the-joy-of-programming">Code Schools</a> </p>
<p><a href="http://futurice.com/blog/the-coding-game-case-engaging-pupils-with-coding-design-and-sales">Coding, Design and Sales: The Game</a> </p>
<p><a href="http://futurice.com/blog/5-important-things-kids-learn-from-coding-other-than-coding">Teacher mentoring </a> </p>
<p><a href="">Code Clubs for teachers</a> </p>
<p><a href="https://www.facebook.com/media/set/?set=a.10157584924350005.1073741844.170728810004&type=1&l=303da1aaa0">Code Clubs for teachers</a> </p>
</div>
</div>

Expand All @@ -211,7 +211,7 @@ <h3>Social inclusion</h3>
<div class="track-block-txt">
<h3>Climate change</h3>
<p>Well, we got nothing yet here. Protecting the climate is extremely important and we're dying to do something about it. Haven't found a good opportunity yet. Any ideas?</p>
<p><a href="">Suggest a climate change project</a> </p>
<p><a href="#contact">Suggest a climate change project</a> </p>
</div>
</div>
<!-- <div class="track-cta">
Expand Down Expand Up @@ -239,7 +239,7 @@ <h3>Join Futurice</h3>
<h3>Partner with us</h3>
<p>Do you have money or experts' time and want to make some positive impact on the world, your employees and your company? Get in touch and let's find a way to collaborate. </p>
</div>
<a href="mailto:teemu.turunen@futurice.com" target="_top" class="btn">Get involved as a partner</a>
<a href="#contact" class="btn">Get involved as a partner</a>
</div>
<div class="contribute-column last">
<div class="sameheight">
Expand Down Expand Up @@ -303,13 +303,12 @@ <h3>Contact up</h3>
<section class="contact">
<div class="container">
<div class="section-header">
<a name="contact"></a>
<h2>Contact Us</h2>
</div>




<div class="contact-block left">

<img src="{{ site.baseurl }}/assets/img/teemu-T.jpg" alt="">
<h3 class="contact-name"><a href="https://fi.linkedin.com/in/turunen"> Teemu Turunen</a></h3>
<div class="contact-details">
Expand Down

0 comments on commit f708bff

Please sign in to comment.