-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgame.html
139 lines (129 loc) · 6.97 KB
/
game.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-47292231-6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-47292231-6');
</script>
<title>The Maestros | Story</title>
<meta charset="UTF-8">
<link href='./css/bootstrap.min.css' rel='stylesheet'>
<link href='./css/game.css' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<link href='./css/shared.css' rel='stylesheet' type='text/css'>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-65100825-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id='top'>
<div class='navbar navbar-default navbar-fixed-top'>
<div class='container'>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false" id="threelines">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href='/' class='navbar-brand'></a>
<img src='./images/rsz_maestroslogo.png' height="115px" id='mbrand'>
<ul class='nav navbar-nav navbar-right collapse navbar-collapse' id="bs-example-navbar-collapse-1">
<li><a href='index.html'>Home</a></li>
<li><a href='signup.html'>Sign Up</a></li>
<li><a href='game.html'>Game</a></li>
<li><a href='./leaderboards/index.html'>Leaderboard</a></li>
<li><a href='media.html'>Media</a></li>
<li><a href='#' data-toggle='dropdown' id='about'>About<span class='caret'></span></a>
<ul class='dropdown-menu'>
<li><a href='http://blog.maestrosgame.com'>Dev Blog</a></li>
<li><a href='team.html'>Team</a></li>
</ul>
</li>
</ul>
<div id="socialicons" class='text-right'>
<a href="https://www.facebook.com/TheMaestrosGame"><img src="https://i.imgur.com/uNSCaHZ.png" class='socialicon' alt="facebook-icon" /></a>
<a href="https://twitter.com/maestrosgame"><img src="https://i.imgur.com/bavkcqe.png" class='socialicon' alt="twitter-icon" /></a>
<a href="https://www.reddit.com/r/maestrosgame"><img src="https://i.imgur.com/2Et5Udj.png" class='socialicon' alt="reddit-icon" /></a>
<a href="https://discord.gg/VUkvkgY"><img src="https://i.imgur.com/MHl8ssB.png" class='socialicon' alt="discord-icon" /></a>
<a href="https://gamejolt.com/games/the-maestros/75258"><img src="https://i.imgur.com/wiElkhn.png" class='socialicon' alt="gamejolt-icon" /></a>
<a href="https://www.youtube.com/user/maestrosgame"><img src="https://i.imgur.com/lz8y2h0.png" class='socialicon' alt="youtube-icon" /></a>
<a href="https://www.twitch.tv/maestrosgame"><img src="https://i.imgur.com/0iODmuF.png" class='socialicon' alt="twitch-icon" /></a>
</div>
</div>
</div>
<div class='container' id='first'>
<div class='page-header'>
<div class='text-center'>
<h1 class='seilssans'>The Story</h1>
</div>
</div>
</div>
</div>
<div id='second'>
<div class='container story'>
<div class='row top-bufferlg'>
<div class='col-sm-6'>
<img src='https://i.imgur.com/pR4NtQS.png' id='ark'></img>
</div>
<div class='col-sm-6'>
<h1 class='subsection-header top-bufferx2 vcenter'>The Discovery of Arkanium</h1>
</div>
<div class='col-sm-6'>
<h4 class='subsection-subheader top-buffer vcenter'>When Arkanium was discovered, it revolutionized life in The Kingdom of Teutonia and Regalis. A potent, magical substance, both nations consumed it in vast quantities to feed their war machines.</h4>
</div>
</div>
<hr>
<div class='row top-bufferlg'>
<div class='col-sm-6'>
<h1 class='subsection-header top-bufferx2 vcenter'>Mutagens and Artifice Brains</h1>
<h4 class='subsection-subheader top-buffer vcenter'>The Teutonian Tinkermeisters processed Arkanium to create Artifice Brains, the enchanted devices that serve as the semi-sentient core of their robotic armies. The Regalis Alchemists discovered that Arkanium was also a powerful mutagen, and experimented with its affects on local creatures to grow the young nation’s military might.</h4>
</div>
<div class='col-sm-6 vcenter'>
<img src='https://i.imgur.com/zkPjflw.png' id='minionart' class='pull-right'></img>
</div>
</div>
<hr>
<div class='row top-bufferlg'>
<div class='col-sm-6'>
<img src='https://i.imgur.com/iKzsqIL.png' id='tenshii' class='vcenter'></img>
</div>
<div class='col-sm-6'>
<h1 class='subsection-header top-bufferx2 vcenter'>The Battle for Tenshii</h1>
</div>
<div class='col-sm-6'>
<h4 class='subsection-subheader top-buffer vcenter'>Just recently, explorers discovered the Tenshii Archipelago, a volatile, untamed land occupied by the native tribes of the shamanistic Tenshii League, and perhaps home to the richest deposits of Arkanium ever discovered. As the Teutonian and Regalis war machines close in on the archipelago, the Tenshii Summoners desperately prepare for the spectacular clash of civilizations about to happen in their lands.</h4>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="container">
<div class="text-center top-buffer">
<hr style="background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));">
<img src="https://i.imgur.com/Zb70y37.png" width="100px" height="100px">
<br>
<br>
<p style="margin-bottom: 15px;">
©<script type="text/javascript">document.write(new Date().getFullYear());</script> Systence Games - All Rights Reserved
</p>
<small style="display:block; margin-bottom: 25px;">
<a href="./privacypolicy.html" style="color: #aaa;">Privacy Policy</a> <span style="color:#eee">|</span>
<a href="./termsofservice.html" style="color: #aaa;">Terms of Service</a> <span style="color:#eee">|</span> <a href="./support.html" style="color: #aaa">Support</a>
</small>
</div>
</div>
</div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script>
<script src='./js/bootstrap.min.js'></script>
<script src='./js/website.maestrosgame.min.js'></script>
</body>
</html>