diff options
author | Aki <please@ignore.pl> | 2022-04-07 20:35:25 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2022-04-07 20:35:25 +0200 |
commit | 34fcdb95f70b721b0354050a6b53aedf719db708 (patch) | |
tree | 0ad6c0c2b012716b53139016ac005e3bf2a205e5 /index.html | |
download | roflnauts-34fcdb95f70b721b0354050a6b53aedf719db708.zip roflnauts-34fcdb95f70b721b0354050a6b53aedf719db708.tar.gz roflnauts-34fcdb95f70b721b0354050a6b53aedf719db708.tar.bz2 |
Initialized rofnlauts website content as git repository
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..8efd2cb --- /dev/null +++ b/index.html @@ -0,0 +1,71 @@ +<!doctype html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <meta name="description" content="Homepage of the Roflnauts 2; fan game for Awesomenauts."> + <meta name="tags" content="indie game, awesomenauts, platformer, smash"> + <meta name="author" content="aki"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" type="text/css" href="style.css"> + <link rel="icon" type="image/png" href="icon.png"> + <title>Roflnauts 2</title> +</head> +<body> + +<div class="wrapper"> + +<header> +<h1> +<a href="https://ignore.pl/roflnauts"> +<img src="roflnauts.png" alt="Roflnauts"> +<img src="ii.png" alt="2"> +</a> +</h1> +</header> + +<section id="downloads"> +<h2><img src="download.png" alt="Download:"></h2> +<a href="https://github.com/nthirtyone/roflnauts/releases/download/v1.0/Roflnauts2-win32.zip">windows</a> · +<a href="https://github.com/nthirtyone/roflnauts/releases/download/v1.0/Roflnauts2-macosx.zip">mac osx</a> · +<a href="https://github.com/nthirtyone/roflnauts/releases/download/v1.0/Roflnauts2.love">linux</a> +</section> + +<section id="screenshots"> +<a class="screenshot" href="screenshot-1.png"><img src="screenshot-1s.png" alt="Screenshot"></a> +<a class="screenshot" href="screenshot-2.png"><img src="screenshot-2s.png" alt="Screenshot"></a> +<a class="screenshot" href="screenshot-3.png"><img src="screenshot-3s.png" alt="Screenshot"></a> +<a class="screenshot" href="screenshot-4.png"><img src="screenshot-4s.png" alt="Screenshot"></a> +</section> + +<section id="about"> +<h2>About</h2> +<p><strong>Roflnauts 2</strong> was a fan made sequel for Roflnauts, a mini game originally created by <a href="https://vlambeer.com/">Vlambeer</a>, +in celebration of the launch of <a href="https://awesomenauts.com/">Awesomenauts</a> and <a href="https://ronimo-games.com/">Ronimo Games'</a> fifth anniversary.</p> +<p>It was developed by the members of the Awesomenauts forums community including (in no particular order): +<ul> + <li>ParaDox</li> + <li>PlasmaWisp</li> + <li>MilkingChicken</li> + <li>Seltzy</li> + <li>Gnarlyman <small>aka Bronkey</small></li> + <li>Burningdillo</li> + <li>Aki <small>aka nthirtyone</small></li> +</ul> +</p> +<p>Project was actively maintained from 2016 to 2018. The final release is available for download for Windows, Mac OSX +and Linux platforms. For downloads see <a href="#downloads">the top of the page</a>. The source code and assets are available through +<a href="https://github.com/nthirtyone/roflnauts/">git repository</a> hosted on Github. The usage of assets is restricted to the Roflnauts 2 project and copyrights are held +by the respective authors to the extent that does not interfere with Awesomenauts and Roflnauts copyrights.</p> +</section> + +<footer> +<p><a href="https://awesomenauts.com/">Awesomenauts</a> are property of <a href="https://ronimo-games.com/">Ronimo Games</a></p> +<p><strong>Roflnauts</strong> were made by <a href="https://vlambeer.com/">Vlambeer</a> and include music composed by <em>Fin Send</em></p> +<p><strong>Roflnauts 2</strong> were made by <em>Roflnauts 2 project team</em> and are currently archived by <a href="https://ignore.pl/">Ignore</a></p> +</footer> + +</div> + +</body> +</html> + |