forked from ssimeonoff/ssimeonoff.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (38 loc) · 2.04 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
<!DOCTYPE html>
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="TERRAFORMING MARS COMPLETE ANIMATED LIST">
<meta name="keywords" content="HTML,CSS,JavaScript">
<meta name="viewport" content='width=400'>
<link rel="shortcut icon" type="image/png" href="images/favicon.png">
<link rel="stylesheet" type="text/css" href="css/home.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116626580-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-116626580-1');
</script>
</head>
<html>
<body background="images/stars.jpg" style="background-color:black;background-repeat:no-repeat; background-size:100% 140%">
<div class="grid">
<div class="planet0">
<div class="title-top">TERRAFORMING<br>
<span class="title-bottom">MARS</span>
</div>
</div>
<a class="planet1" href="https://ssimeonoff.github.io/cards-list" target="_blank">CARDS LIST</a>
<a class="planet2" href="https://ssimeonoff.github.io/submit" target="_blank">SUBMIT GAME FORM</a>
<a class="planet3" href="https://ssimeonoff.github.io/stats" target="_blank">GAMES STATISTICS</a>
<a class="planet4" href="https://ssimeonoff.github.io/solo">SOLO GAMES</a>
<a class="planet5" href="https://samyelias.github.io/ma-randomizer" target="_blank">M&A RANDOMIZER</a>
<a class="planet6" href="https://ssimeonoff.github.io/setup" target="_blank">START HAND SETUP</a>
<a class="planet7" href="https://boardgamegeek.com/boardgame/167791/terraforming-mars" target="_blank">About the game</a>
<a class="planet8" href="https://boardgamegeek.com/thread/1959389/terraforming-mars-complete-animated-cards-list" target="_blank">About the topic</a>
<a class="planet9" href="https://ssimeonoff.github.io/hansolo" target="_blank">Author's solo games</a>
</div>
</body>
</html>