Skip to content

Commit 8274b0a

Browse files
author
Matthieu Oger
committed
Release.
1 parent cc22896 commit 8274b0a

File tree

6 files changed

+21
-42
lines changed

6 files changed

+21
-42
lines changed

_includes/humble-widget.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<iframe width='550' height='264' scrolling='no' frameBorder='0' style='border:none;' src='https://www.humblebundle.com/store/product/steredenn/7SDLfk23hw'></iframe>
1+
<iframe src="https://www.humblebundle.com/widget/v2/product/steredenn/7SDLfk23hw?theme=light" width="526" height="324" style="border: none;" scrolling="no" frameborder="0"></iframe>

_raws/platforms.sketch

48 KB
Binary file not shown.

_sass/meta/_content.scss

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@
4141
text-transform: uppercase;
4242
}
4343

44+
.block__section-title {
45+
margin-top: 30px;
46+
text-align: center;
47+
text-transform: uppercase;
48+
}
49+
4450
.block__content {
4551

4652
}
@@ -305,11 +311,11 @@
305311
// Buttons.
306312
// -------------------------------------------------------
307313

308-
.preorder {
314+
.buy-button {
309315
margin-bottom: 40px;
310316
}
311317

312-
.early-access {
318+
.steam {
313319
margin-bottom: 10px;
314320
}
315321

@@ -339,11 +345,6 @@
339345
border: 1px solid black;
340346
}
341347

342-
.widget-desc {
343-
margin-top: 20px;
344-
margin-bottom: 0;
345-
}
346-
347348
// -------------------------------------------------------
348349
// Mails.
349350
// -------------------------------------------------------
@@ -418,20 +419,3 @@
418419
}
419420
}
420421
}
421-
422-
// -------------------------------------------------------
423-
// Temp.
424-
// -------------------------------------------------------
425-
426-
.availability {
427-
text-align: center;
428-
429-
span {
430-
font-size: 0.8rem;
431-
}
432-
433-
strong {
434-
font-size: 1.5rem;
435-
font-family: $font-pixel;
436-
}
437-
}

index.html

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@
22
layout: default
33
---
44

5-
<div class="availability">
6-
<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>
7-
</div>
8-
9-
<div class="preorder big-button" id="preorder">
10-
<a href="#buy"><img src="/static/images/release-date.png" /></a>
5+
<div class="buy-button big-button">
6+
<a href="#buy"><img src="/static/images/release.png" alt="Buy Steredenn" title="Buy Steredenn" /></a>
117
</div>
128

139
<div class="mentions" id="mention">
@@ -34,7 +30,7 @@ <h1 class="block__title">
3430

3531
<div class="block__content description" id="description">
3632
<p>
37-
Steredenn is an upcoming <strong>roguelike-shmup</strong> video game for <strong>Steam</strong> and <strong>Xbox One</strong> made by <a href="http://pixelnest.io">Pixelnest Studio</a>.
33+
Steredenn is a <strong>roguelike-shmup</strong> video game for <strong>PC/Mac/Linux</strong> (and soon on <strong>Xbox One</strong>) made by <a href="http://pixelnest.io">Pixelnest Studio</a>.
3834
</p>
3935

4036
<p>
@@ -90,7 +86,7 @@ <h1 class="block__title">
9086
<div class="block__definition releases" id="releases">
9187
<aside><p>When</p></aside>
9288
<div>
93-
<p><strong>PC, Mac, Linux</strong><strong>October, 1<sup>st</sup></strong></p>
89+
<p>PC, Mac, Linux — <a href="#buy">Available Now!</a></p>
9490
<p>Xbox One — TBA</p>
9591
</div>
9692
</div>
@@ -110,30 +106,29 @@ <h1 class="block__title">
110106
</h1>
111107

112108
<div class="block__content">
113-
<p>The game is coming in a few hours. We will update this page as soon as possible. :)</p>
114-
115-
<!--
116109
<h2 class="block__subtitle">>> Steam</h2>
117110

118-
<div class="early-access big-button">
111+
<div class="steam big-button">
119112
<a href="http://store.steampowered.com/app/347160">
120-
<img src="/static/images/early-access.png" />
113+
<img src="/static/images/steam.png" />
121114
</a>
122115
</div>
123116

124117
<h2 class="block__subtitle">>> Directly</h2>
125118

119+
<p>An Humble Bundle or Itch.io purchase contains a <strong>DRM-free</strong> version and a <strong>Steam key</strong>.</p>
120+
121+
<h3 class="block__section-title">Itch.io</h3>
122+
126123
<div class="widget widget--itch" id="itch-widget">
127124
{% include itch-widget.html %}
128125
</div>
129126

127+
<h3 class="block__section-title">Humble Bundle</h3>
128+
130129
<div class="widget widget--humble" id="humble-widget">
131130
{% include humble-widget.html %}
132131
</div>
133-
134-
<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>
135-
136-
-->
137132
</div>
138133
</section>
139134

static/images/release.png

61.3 KB
Loading

static/images/steam.png

41.7 KB
Loading

0 commit comments

Comments
 (0)