71%

OF EARTH'S SURFACE IS WATER-COVERED

Yearly Revenue

2013  $13m

2014  $20m

2015  $33m

THE

HIMALAYAS

var canvas = document.querySelector( 'canvas' ),
    context = canvas.getContext( '2d' ),
    x = 0;

canvas.width = canvas.height = 200;
context.fillStyle = 'red';

function update() {
    x = ++x % 200;

    context.clearRect( 0, 0, 200, 200 );
    context.fillRect( x, 100, 10, 10 );

    requestAnimationFrame( update );
}

update();

Animation in Code

793 AD

1066 AD

VIKING AGE

In England, the Viking Age began on 8 June 793 when Vikings destroyed the abbey on Lindisfarne.

Traditionally marked in England by the failed invasion attempted by the Norwegian king Harald III.

MATH

\displaystyle \left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)
(k=1nakbk)2(k=1nak2)(k=1nbk2)\displaystyle \left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)
f(x) = \int_{-\infty}^\infty \hat f(\xi)\,e^{2 \pi i \xi x} \,d\xi
f(x)=f^(ξ)e2πiξxdξf(x) = \int_{-\infty}^\infty \hat f(\xi)\,e^{2 \pi i \xi x} \,d\xi

Demo

By acast317

Demo

An assorted collection of placeholder slides, ranging from bar charts to timelines. Feel free to fork if you want to use any of them!

  • 578