From 34fcdb95f70b721b0354050a6b53aedf719db708 Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 7 Apr 2022 20:35:25 +0200 Subject: Initialized rofnlauts website content as git repository --- background.png | Bin 0 -> 16799 bytes download.png | Bin 0 -> 294 bytes icon.png | Bin 0 -> 681 bytes ii.png | Bin 0 -> 1372 bytes index.html | 71 ++++++++++++++++++++++++++++++ roflnauts.png | Bin 0 -> 937 bytes screenshot-1.png | Bin 0 -> 19081 bytes screenshot-1s.png | Bin 0 -> 45498 bytes screenshot-2.png | Bin 0 -> 31575 bytes screenshot-2s.png | Bin 0 -> 81267 bytes screenshot-3.png | Bin 0 -> 27475 bytes screenshot-3s.png | Bin 0 -> 79462 bytes screenshot-4.png | Bin 0 -> 15088 bytes screenshot-4s.png | Bin 0 -> 31549 bytes style.css | 127 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 15 files changed, 198 insertions(+) create mode 100644 background.png create mode 100644 download.png create mode 100644 icon.png create mode 100644 ii.png create mode 100644 index.html create mode 100644 roflnauts.png create mode 100644 screenshot-1.png create mode 100644 screenshot-1s.png create mode 100644 screenshot-2.png create mode 100644 screenshot-2s.png create mode 100644 screenshot-3.png create mode 100644 screenshot-3s.png create mode 100644 screenshot-4.png create mode 100644 screenshot-4s.png create mode 100644 style.css diff --git a/background.png b/background.png new file mode 100644 index 0000000..b89611c Binary files /dev/null and b/background.png differ diff --git a/download.png b/download.png new file mode 100644 index 0000000..cefee89 Binary files /dev/null and b/download.png differ diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..27b0e1e Binary files /dev/null and b/icon.png differ diff --git a/ii.png b/ii.png new file mode 100644 index 0000000..c54db74 Binary files /dev/null and b/ii.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..8efd2cb --- /dev/null +++ b/index.html @@ -0,0 +1,71 @@ + + + + + + + + + + + Roflnauts 2 + + + +
+ +
+

+ +Roflnauts +2 + +

+
+ +
+

Download:

+windows · +mac osx · +linux +
+ +
+Screenshot +Screenshot +Screenshot +Screenshot +
+ +
+

About

+

Roflnauts 2 was a fan made sequel for Roflnauts, a mini game originally created by Vlambeer, +in celebration of the launch of Awesomenauts and Ronimo Games' fifth anniversary.

+

It was developed by the members of the Awesomenauts forums community including (in no particular order): +

    +
  • ParaDox
  • +
  • PlasmaWisp
  • +
  • MilkingChicken
  • +
  • Seltzy
  • +
  • Gnarlyman aka Bronkey
  • +
  • Burningdillo
  • +
  • Aki aka nthirtyone
  • +
+

+

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 the top of the page. The source code and assets are available through +git repository 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.

+
+ + + +
+ + + + diff --git a/roflnauts.png b/roflnauts.png new file mode 100644 index 0000000..ea7d52b Binary files /dev/null and b/roflnauts.png differ diff --git a/screenshot-1.png b/screenshot-1.png new file mode 100644 index 0000000..86c40e9 Binary files /dev/null and b/screenshot-1.png differ diff --git a/screenshot-1s.png b/screenshot-1s.png new file mode 100644 index 0000000..e0bb819 Binary files /dev/null and b/screenshot-1s.png differ diff --git a/screenshot-2.png b/screenshot-2.png new file mode 100644 index 0000000..9db403d Binary files /dev/null and b/screenshot-2.png differ diff --git a/screenshot-2s.png b/screenshot-2s.png new file mode 100644 index 0000000..b90309b Binary files /dev/null and b/screenshot-2s.png differ diff --git a/screenshot-3.png b/screenshot-3.png new file mode 100644 index 0000000..80ffc10 Binary files /dev/null and b/screenshot-3.png differ diff --git a/screenshot-3s.png b/screenshot-3s.png new file mode 100644 index 0000000..a1db3c1 Binary files /dev/null and b/screenshot-3s.png differ diff --git a/screenshot-4.png b/screenshot-4.png new file mode 100644 index 0000000..8ac86a5 Binary files /dev/null and b/screenshot-4.png differ diff --git a/screenshot-4s.png b/screenshot-4s.png new file mode 100644 index 0000000..cbe3b47 Binary files /dev/null and b/screenshot-4s.png differ diff --git a/style.css b/style.css new file mode 100644 index 0000000..284976f --- /dev/null +++ b/style.css @@ -0,0 +1,127 @@ +body { + background: #000; + color: #fff; + font-family: sans-serif; + margin: 0; +} + +.wrapper { + background-color: #717894; + background-image: url("background.png"); + background-repeat: no-repeat; + background-position: top center; + margin: 0 auto; + padding: 3em 8em; + box-sizing: border-box; + width: 100%; + max-width: 960px; + min-width: 600px; + min-height: 100vh; +} + +@keyframes hovering { + from {top: 18%;} + to {top: 28%;} +} + +header { + margin: 80px 0 120px 0; +} + +header a { + display: block; + position: relative; + width: 100%; + padding-top: 25.641%; + text-decoration: none; +} + +header img { + max-width: 100%; + position: absolute; +} + +header img[alt="2"] { + z-index: 1; + top: 0px; +} + +header img[alt="Roflnauts"] { + z-index: 2; + animation-name: hovering; + animation-duration: 3s; + animation-iteration-count: infinite; + animation-direction: alternate; + animation-timing-function: cubic-bezier(.40,0,.60,1.0); +} + +section { + margin: 0 0 60px 0; +} + +section p { + line-height: 1.4em; +} + +#screenshots { + display: flex; + flex-wrap: wrap; + justify-content: center; +} + +.screenshot { + display: block; + border: 2px solid #000; + margin: 4px; + padding: 2px; + background-color: #fff; +} + +.screenshot:hover { + background-color: #ffdd2e; +} + +.screenshot > img { + display: block; +} + +#downloads { + color: #fc3800; + text-align: center; + padding: 0.5em 0; +} + +#downloads:target { + outline: #fe2e solid 4px; + background: #fe23; +} + +#downloads a:link, #downloads a:visited { + color: #fc3800; +} + +#downloads h2 { + margin: 0; +} + +a:link, a:visited { + color: #fcb800; +} + +a:hover, #downloads a:hover { + color: #ffdd2e; +} + +a:active, #downloads a:active { + color: #fff; +} + +footer { + font-size: 76%; + text-align: center; +} + +footer p { + margin: 0.2em 0; +} + -- cgit v1.1