[EUR] STuRMLAND

/ Fraction: The Outsiderz \

VOTING here (#1 PVP) for 7 Days Ranking. Once you are done voting at this site type the command /reward and your crate will drop to your feet, that easy!

RUST Servers

Currently we only run 1x PVP Server: Steam Connect

7 Days to Die

Something strange is happening...

(Use the Space key to navigate through all slides or click on the arrows.)


Down arrow

Server 1 PVP

It's still on development; coming soon.

Server 2 PVE (SlaanHatten)


Up arrow

Slide Backgrounds

Set data-background="#dddddd" on a slide to change the background color. All CSS color formats are supported.

Down arrow
<section data-background-transition="zoom">

Image Backgrounds

<section data-background="image.png">

Tiled Backgrounds

<section data-background="image.png" data-background-repeat="repeat" data-background-size="100px">

... and GIFs!

Pretty Code


function linkify( selector ) {
  if( supports3DTransforms ) {

    var nodes = document.querySelectorAll( selector );

    for( var i = 0, len = nodes.length; i < len; i++ ) {
      var node = nodes[i];

      if( !node.className ) {
        node.className += ' roll';
      }
    }
  }
}
					

Code syntax highlighting courtesy of highlight.js.

Clever Quotes

These guys come in two forms, inline: The nice thing about standards is that there are so many to choose from and block:

“For years there has been a theory that millions of monkeys typing at random on millions of typewriters would reproduce the entire works of Shakespeare. The Internet has proven this theory to be untrue.”

State Events

Additionally custom events can be triggered on a per slide basis by binding to the data-state name.


Reveal.addEventListener( 'customevent', function() {
	console.log( '"customevent" has fired' );
} );