Skip to content

Commit

Permalink
Site: add itch.io.
Browse files Browse the repository at this point in the history
  • Loading branch information
solarsailer committed Sep 24, 2015
1 parent 94804e6 commit 3644450
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
1 change: 1 addition & 0 deletions _includes/itch-widget.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<iframe src="//itch.io/embed/27992?dark=true" width="552" height="167" frameborder="0"></iframe>
12 changes: 11 additions & 1 deletion _sass/meta/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,20 @@
}
}

.humble-widget {
.widget {
text-align: center;
}

.widget--itch iframe {
margin-bottom: 20px;
border: 1px solid black;
}

.widget-desc {
margin-top: 20px;
margin-bottom: 0;
}

// -------------------------------------------------------
// Mails.
// -------------------------------------------------------
Expand Down
12 changes: 8 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,17 @@ <h2 class="block__subtitle">>> Buy with Steam</h2>

<h2 class="block__subtitle">>> Buy directly</h2>

<div class="humble-widget" id="humble-widget">
{% include humble-widget.html %}
<div class="widget widget--itch" id="itch-widget">
{% include itch-widget.html %}
</div>

<p>An Humble Bundle purchase contains a <strong>DRM-free</strong> version and a <strong>Steam key</strong>.</p>
<p>Itch.io purchases will be available on October, 1st.<br /><br/></p>

<div class="widget widget--humble" id="humble-widget">
{% include humble-widget.html %}
</div>

<p>By buying the game with the Humble Bundle widget above, <strong>you help and support us tremendously</strong>. It's the best way to get the game.</p>
<p class="widget-desc">An Humble Bundle or Itch.io purchase contains a <strong>DRM-free</strong> version and a <strong>Steam key</strong>.</p>
</div>
</section>

Expand Down

0 comments on commit 3644450

Please sign in to comment.