-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
executable file
·55 lines (48 loc) · 1.99 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<head>
<title>Interactive ROTE TB</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="generator" content="Geany 1.32" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="icon" type="image" href="media/favicon/get3.png">
</head>
<style>
body {font-family: "Oswald", Open Sans; font-weight: 700; }
h1 {font-family: "Oswald", Open Sans; font-weight: 900; font-size: 40px;}
body, html {height: 100%}
.bgimg {
background-image: url('media/map_rote.jpeg');
min-height: 100%;;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
opacity: 1.0;
}
</style>
<body>
<div class="bgimg w3-display-container w3-text-white w3-text-bold">
<div class="w3-display-middle">
<h1 class="w3-jumbo w3-animate-top w3-center ">Interactive ROTE TB</h1>
<hr class="w3-border-grey" style="margin:auto;width:40%">
<p class="w3-xlarge w3-center"><a href="html/main.html"><img src="media/reva_shard.png" alt="KAM" style="width:42px;height:42px;">Rise of the Empire TB Map</a></p>
<p class="w3-large w3-center">
<a href="html/authors.html"> Authors and Credits </a> <a href="https://forms.gle/28uDpDob7tsUHTZ8A"> Squad Suggestion?</a>
</p>
<p class="w3-xlarge w3-center">
</p>
<p class="w3-center">Version 0.8.2 - Footage of Scarif wanted to include wave breakdown.</p>
<p class="w3-center">Team recommendations are updated as more reliable compositions are found.</p>
</div>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7G9QJXCBX4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7G9QJXCBX4');
</script>
</body>
</html>