Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
alemart committed Jun 2, 2024
1 parent 5d4c866 commit ae34a0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion inc/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ a:any-link:not(.pure-button,.card) {
max-width: 512px;
color: #fff;
font-weight: 900;
font-size: 0.9em;
font-size: 1.25em;
text-shadow:
2px 2px 0 #000,
-1px -1px 0 #000,
Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html>
<head>
<meta charset="utf-8">
<title>Surge Engine: 2D retro game engine</title>
<title>Surge Engine: retro game engine</title>
<meta name="author" content="Alexandre Martins">
<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:title" content="Surge Engine: retro game engine">
<meta property="og:description" content="Make your dreams come true!">
<meta property="og:type" content="website">
<meta property="og:url" content="https://opensurge2d.org/">
Expand All @@ -28,7 +28,7 @@
<div class="pure-u-1">
<div class="bound-layout h-padding text-center">
<h1>Surge Engine</h1>
<h2>A 2D retro game engine with a fun platformer for making your dreams come true!</h2>
<h2>A 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 Down Expand Up @@ -255,8 +255,8 @@ <h5>Social</h5>
<div class="pure-u-1 pure-u-lg-1-4">
<h5>Misc</h5>
<ul>
<li><a href="contribute/" target="_blank">Support the project</a></li>
<li><a href="feedback/" target="_blank">Submit feedback</a></li>
<li><a href="contribute/" target="_blank">Donate</a></li>
<li><a href="feedback/" target="_blank">Give feedback</a></li>
<li><a href="https://github.com/alemart/opensurge" target="_blank">Source code</a></li>
<li><a href="https://github.com/alemart/opensurge/blob/master/LICENSE" target="_blank">Read the license</a></li>
<li><a href="https://wiki.opensurge2d.org/Trademark_Policy" target="_blank">Trademark policy</a></li>
Expand Down

0 comments on commit ae34a0c

Please sign in to comment.