Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
6 changes: 3 additions & 3 deletions content/css/easyrpg.css
Original file line number Diff line number Diff line change
Expand Up @@ -212,17 +212,17 @@
}

.feature#cross-platform h2 {
padding-bottom: 115px;
padding-bottom: 145px;
background: url(/images/cross-platform.png) center bottom no-repeat;
}

.feature#rpgmaker-compatible h2 {
padding-bottom: 115px;
padding-bottom: 145px;
background: url(/images/rpgmaker-compatible.png) center 75% no-repeat;
}

.feature#get-involved h2 {
padding-bottom: 115px;
padding-bottom: 145px;
background: url(/images/get-involved.png) center 75% no-repeat;
}

Expand Down
Binary file modified content/images/cross-platform.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 21 additions & 13 deletions content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,33 +24,41 @@ <h1>Play your own RPG games anywhere</h1>
</div>
<div id="content">
<div class="features maxwidth">
<div class="feature" id="rpgmaker-compatible">
<h2>RPG Maker compatible</h2>
<p>
<a href="/editor/">
EasyRPG Editor</a>
wants to import RPG Maker 2000
and 2003 games easily!
</p>
</div>
<div class="feature" id="cross-platform">
<h2>Cross-platform</h2>
<p>
Play RPG Maker 2000 and 2003
games on GNU/Linux, Mac OS X,
Windows, PSP, Wii, mobile
games on GNU/Linux, OS X,
Windows, Wii, mobile
devices and more with
<a href="/player/">
EasyRPG Player</a>!
<br />
You can even play games in
your <a href="/play/" title="Testgame">
browser</a>!
</p>
</div>
<div class="feature" id="rpgmaker-compatible">
<h2>RPG Maker compatible</h2>
<p>
<a href="/editor/">
EasyRPG Editor</a>
wants to import RPG Maker 2000
and 2003 games easily!
<br />
The <a href="/tools/">
Tools</a> can work with
original data files.
</p>
</div>
<div class="feature" id="get-involved">
<h2>Get involved!</h2>
<p>
<a href="/contribute/">
Contribute</a> programming,
making resources, creating a sample
game or translating!
making resources, reporting bugs,
creating a sample game or translating!
</p>
</div>
</div>
Expand Down
2 changes: 2 additions & 0 deletions content/player.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ <h2>Features</h2>
</p>
<p>
Check the <a href="/player/progress/">progress</a> section in order to know what has been already implemented.
<br />
You can also play our <a href="/play/">Testgame</a> to see the compatibility with the original interpreter yourself.
</p>
</div>
<div class="info">
Expand Down
2 changes: 1 addition & 1 deletion nanoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ checks:
# E.g.:
# exclude: ['^/server_status']
exclude: [ '^/blog/', '^/forums/', '^/wiki/', '^/downloads/', '^/jenkins/',
'^/player/manual/', '^/player/doxydoc/', '^/videos/' ]
'^/player/manual/', '^/player/doxydoc/', '^/play/', '^/videos/' ]

# Configuration for the “external_links” checker, which checks whether all
# external links are valid.
Expand Down