Skip to content

Commit

Permalink
Prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
solarsailer committed Oct 1, 2015
1 parent 3644450 commit cc22896
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ul>
<li><a href="#video">TRAILER</a></li>
<li><a href="#desc">STEREDENN?</a></li>
<li><a href="#buy">EARLY ACCESS</a></li>
<li><a href="#buy">BUY NOW</a></li>
<li><a href="#medias">MEDIAS</a></li>
</ul>
</nav>
Expand Down
17 changes: 17 additions & 0 deletions _sass/meta/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -418,3 +418,20 @@
}
}
}

// -------------------------------------------------------
// Temp.
// -------------------------------------------------------

.availability {
text-align: center;

span {
font-size: 0.8rem;
}

strong {
font-size: 1.5rem;
font-family: $font-pixel;
}
}
18 changes: 11 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
layout: default
---

<div class="availability">
<p><strong>AVAILABLE TODAY AROUND 5:00pm UTC</strong><br /><span>(10:00am San Francisco / 1:00pm New York / 6:00pm London / 7:00pm Paris)</span></p>
</div>

<div class="preorder big-button" id="preorder">
<a href="#buy"><img src="/static/images/release-date.png" /></a>
</div>
Expand Down Expand Up @@ -88,7 +92,6 @@ <h1 class="block__title">
<div>
<p><strong>PC, Mac, Linux</strong><strong>October, 1<sup>st</sup></strong></p>
<p>Xbox One — TBA</p>
<p><br />Already available in <a href="#buy">Early Access</a>.</p>
</div>
</div>

Expand All @@ -103,33 +106,34 @@ <h1 class="block__title">

<section class="block" id="buy">
<h1 class="block__title">
Get the Steam Early Access now!
Buy the game
</h1>

<div class="block__content">
<p><strong>The Early Access is nearing its end.</strong> The game will officially be released on <strong>October, 1<sup>st</sup></strong>. <a href="http://steamcommunity.com/games/347160/announcements/detail/47641151592614906">Read our announcement here</a>.</p>
<p>The game is coming in a few hours. We will update this page as soon as possible. :)</p>

<h2 class="block__subtitle">>> Buy with Steam</h2>
<!--
<h2 class="block__subtitle">>> Steam</h2>
<div class="early-access big-button">
<a href="http://store.steampowered.com/app/347160">
<img src="/static/images/early-access.png" />
</a>
</div>
<h2 class="block__subtitle">>> Buy directly</h2>
<h2 class="block__subtitle">>> Directly</h2>
<div class="widget widget--itch" id="itch-widget">
{% include itch-widget.html %}
</div>
<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 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 cc22896

Please sign in to comment.