Skip to content

Commit

Permalink
Simplify texts and change icons
Browse files Browse the repository at this point in the history
  • Loading branch information
alemart committed Mar 4, 2024
1 parent c777450 commit c017620
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
<meta charset="utf-8">
<title>Surge Engine: 2D retro game engine</title>
<meta name="author" content="Alexandre Martins">
<meta name="description" content="Open Surge Engine is the 2D retro game engine that helps you make your dreams come true! Surge the Rabbit is a free and open source fun platformer inspired by 16-bit Sonic classics. SurgeScript is an easy and powerful scripting language for games.">
<meta name="keywords" content="surge the rabbit, opensurge, open surge, surgeengine, surge engine, surgescript, surge script, games, gaming, gamedev, game dev, game development, game engine, game creator, game maker, video game, retro game, mobile game, open source game, libre game, free game, indie game, fan game, platform game, platformer, side scroller, jump and run, jump 'n' run, action game, arcade, free and open source, foss, floss, awesome, amazing, epic, cool, fun, joy, joyful, happy, happiness, c, c language, opengl, allegro, allegro5, allegro library, liballegro, liballeg, 16 bit, surge, sonic, mods, modding, homebrew, hobby, hobbyist">
<meta name="description" content="Home of Surge the Rabbit, Open Surge Engine and SurgeScript">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Surge Engine: 2D retro game engine">
<meta property="og:description" content="Make your dreams come true!">
Expand Down Expand Up @@ -37,9 +36,6 @@
a:any-link:not(.pure-button,.card) {
color: #b2bcc7;
text-decoration: underline;
text-decoration-color: #a1abb6;
text-decoration-color: #909aa5;
text-decoration-color: #808994;
text-decoration-color: #707883;
}

Expand All @@ -52,11 +48,13 @@
}

.h-padding {
padding: 0 1em 0 1em;
padding-left: 1em;
padding-right: 1em;
}

.v-padding {
padding: 1em 0 1em 0;
padding-top: 1em;
padding-bottom: 1em;
}

.bound-layout {
Expand Down Expand Up @@ -315,7 +313,7 @@
<div class="pure-u-1">
<div class="bound-layout h-padding text-center">
<h1>Surge Engine</h1>
<h2>The 2D retro game engine that helps you make your dreams come true!</h2>
<h2>A 2D retro game engine for making your dreams come true!</h2>
<img id="surge-cartoon" src="img/surge.png" alt="Surge the Rabbit">
</div>
</div>
Expand All @@ -330,7 +328,7 @@ <h2>The 2D retro game engine that helps you make your dreams come true!</h2>
<div class="pure-u-1 pure-u-lg-3-5">
<div class="h-padding">
<h2>Make your dreams come true!</h2>
<p>Create your own amazing retro games! If you dream of making a retro game, you're good to go. It's easy to get started: simply download the Surge Engine and get creative! It includes:</p>
<p>If you dream of making a retro game, you're good to go. It's easy to get started: download the engine and get creative! It includes:</p>
<ul>
<li>A base game called Surge the Rabbit</li>
<li>A built-in level editor</li>
Expand All @@ -353,7 +351,7 @@ <h2>Make your dreams come true!</h2>
<div class="pure-u-1 pure-u-lg-3-5">
<div class="h-padding">
<h2>Featuring Surge the Rabbit</h2>
<p>Surge the Rabbit is the game that is bundled with the engine. It's a fun retro platformer inspired by 16-bit Sonic classics of the 1990s. You can play it and also use it as a base to create your own games!</p>
<p>Surge the Rabbit is a fun retro platformer bundled with the engine. You can play it and use it as a base to create your own games!</p>
<ul>
<li>Play on amazing levels!</li>
<li>360&deg; physics system</li>
Expand All @@ -370,12 +368,12 @@ <h2>Featuring Surge the Rabbit</h2>
<div class="pure-u-1 pure-u-lg-3-5">
<div class="h-padding">
<h2>A powerful engine for retro games</h2>
<p>With SurgeScript, you can create anything: items, bosses, gameplay mechanics, you name it! It's scripting for games! SurgeScript is easy and powerful. Never written code before? It's for you too!</p>
<p>SurgeScript is easy and powerful scripting for games. Use it to create anything: items, bosses, gameplay mechanics, you name it!</p>
<ul>
<li>Fun to play with - seriously!</li>
<li>Beginner-friendly</li>
<li>Rich set of features</li>
<li>User-friendly documentation</li>
<li>Great tool for learning how to code</li>
</ul>
</div>
</div>
Expand All @@ -393,7 +391,7 @@ <h2>A powerful engine for retro games</h2>
<div class="pure-u-1 pure-u-lg-3-5">
<div class="h-padding">
<h2>Open-source & cross-platform</h2>
<p>Surge Engine is free and open source sofware. It's a lightweight game engine that is available on multiple platforms. Run your games on Desktop and mobile! Supported platforms include:</p>
<p>Surge Engine is free &amp; open source sofware. It's a lightweight engine for Desktop and mobile. Run your games on multiple platforms:</p>
<ul>
<li>Microsoft Windows</li>
<li>GNU/Linux</li>
Expand All @@ -413,13 +411,13 @@ <h2 class="text-center">Plenty of learning materials</h2>
<div class="pure-g">
<div class="pure-u-1 pure-u-lg-1-4">
<a href="https://wiki.opensurge2d.org/Introduction_to_Modding" target="_blank" class="card">
<h4><span class="icon">&#x1F56E;</span> Get started</h4>
<h4><span class="icon">&#x1F4D9;</span> Get started</h4>
<p>The written tutorials for beginners guide you step-by-step on how to use the engine!</p>
</a>
</div>
<div class="pure-u-1 pure-u-lg-1-4">
<a href="https://docs.opensurge2d.org" target="_blank" class="card">
<h4><span class="smaller icon">&#x1F5F2;</span> SurgeScript docs</h4>
<h4><span class="smaller icon">&#x26A1;</span> SurgeScript docs</h4>
<p>The SurgeScript documentation is the reference for all your scripting needs!</p>
</a>
</div>
Expand All @@ -431,7 +429,7 @@ <h4><span class="icon">&#x1F3A5;</span> Video lessons</h4>
</div>
<div class="pure-u-1 pure-u-lg-1-4">
<a href="https://discord.gg/w8JqM7m" target="_blank" class="card">
<h4><span class="icon">&#x1F5EA;</span> Need help?</h4>
<h4><span class="icon">&#x1F4AC;</span> Need help?</h4>
<p>Ask questions and get direct help from our friendly community on Discord!</p>
</a>
</div>
Expand Down Expand Up @@ -463,7 +461,7 @@ <h2 class="text-center">Ready to make your dreams come true?</h2>
</div>
</div>
<div class="h-padding v-padding">
<p class="text-center text-note">The Android edition is available as a donate version to support the development of the project. You can also support this work via <a href="https://github.com/sponsors/alemart" target="_blank">GitHub Sponsors</a>.</p>
<p class="text-center text-note">The Android edition is available as a donate version to support development. Please show your support! You can also support this work via <a href="https://github.com/sponsors/alemart" target="_blank">GitHub Sponsors</a>.</p>
</div>
</section>

Expand Down

0 comments on commit c017620

Please sign in to comment.