forked from bombmanual/bombmanual.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (30 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
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bomb Defusal Manual - Unofficial Translations</title>
<link rel="stylesheet" type="text/css" href="main.css">
<link href='http://fonts.googleapis.com/css?family=Cabin' rel='stylesheet' type='text/css'>
<link rel="icon" href="favicon.ico" type="image/png">
</head>
<body>
<img class="header" src="header.png">
<div class="section">
<h1 class="greyfont">Bomb Defusal Manual - Unofficial Translations</h1>
<p class="greyfont">This is currently a work in progress. Feel free to collaborate!</p>
<a class="button" href="/pt-br/pt-br.pdf">Brazilian Portuguese</a><br>
<a class="button" href="/czech">Czech</a><br>
<a class="button" href="/dutch/dutch.pdf">Dutch</a><br>
<a class="button" href="/english">English</a><br>
<a class="button" href="/german">German</a><br>
<a class="button" href="/greek/greek.pdf">Greek</a><br>
<a class="button" href="/italian">Italian</a><br>
<a class="button" href="/russian2">Russian</a><br>
<a class="button" href="/spanish">Spanish</a><br>
<a class="button" href="/swedish">Swedish</a><br>
</div>
<p class="whitefont textcenter">Find out more about Keep Talking and Nobody Explodes at <a href="http://www.keeptalkinggame.com">www.keeptalkinggame.com</a></p>
<!-- "Fork me on GitHub" ribbon -->
<a href="https://github.com/bombmanual"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>
</body>
</html