-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (34 loc) · 1.75 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html><html>
<head>
<meta charset="utf-8">
<link rel="icon" type="image/png" href="favicon.ico">
<title>BitcoinersWithoutBorders</title>
<link rel="stylesheet" id="bwb-reset-eric-meyer" href="/inc/css/reset.css" type="text/css" media="all">
<link rel="stylesheet" id="bwb-styles" href="/inc/css/main.css" type="text/css" media="all">
</head>
<body>
<div id="wrapper">
<div id="container">
<header>
<img id="logo" alt="BitcoinersWithoutBorders" src="/inc/img/bwb-logo.png" height="50" width="74">
<div id="branding">
<h1 id="title">BitcoinersWithoutBorders</h1>
<h2 id="tagline"><a href="http://bwb.is/keeping-calm">bwb.is/keeping-calm/</a></h2>
</div>
</header>
<video id="player" poster="/inc/img/BWB-everybodysdreaming.jpg" controls="controls" loop="loop">
<source src="http://artificialeyes.tv/bwb/betterday-leemichaels.webm" type="video/webm; codecs="vp8, vorbis"">
<source src="http://artificialeyes.tv/bwb/betterday-leemichaels.mp4" type="video/mp4; codecs="avc1.42E01E, mp4a.40.2"">
<source src="http://artificialeyes.tv/bwb/betterday-leemichaels.ogg" type="video/ogg; codecs="theora, vorbis"">
<div>The Html5 Video tag is not supported by your browser. Download the video <a href="http://artificialeyes.tv/bwb/betterday-leemichaels.webm">here</a></div>
</video>
<footer>
<a href="http://bwb.is/design/bitcoinfoundation/bitcoin2014">
<div id="busy" target="utopia">bwb.is/design/bitcoinfoundation/bitcoin2014</div>
<img src="/inc/img/bitcoin2014-logo.png" />
</a>
</footer>
</div>
</div>
</body>
</html>