-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (85 loc) · 3.9 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
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" charset="UTF-8">
<title>Lex The Wizard</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"/>
<link rel="stylesheet" href="lex-style.css"/>
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico"/>
</head>
<body>
<div class="wrapper">
<!-- NAV -->
<div id="nav">
<div class="container">
<div class="nav-left">
<a href="http://glowlime.com/"><img src="img/GLG-logo-grey.png" alt="GlowLime Games"/></a>
</div>
<div class="nav-right">
<ul>
<li><a href="index.html">Home</a> / </li>
<li><a href="team.html">Team</a></li>
</ul>
</div>
</div>
</div>
<!-- BANNER -->
<div id="banner">
<div class="container">
<h1>Lex The Wizard</h1>
<!-- BUTTONS (images will be replaced in the future) -->
<div class="buttons">
<ul>
<li><a href="#"><img src="img/app-store-button-soon.png" alt="App Store"/></a></li>
<li><a href="#"><img src="img/google-play-button-soon.png" alt="Google Play Store"/></a></li>
</ul>
<ul>
<li><a href="https://dl.testfairy.com/download/6CS3AC9J6RRJTDSH60VKCC9H5QS4VGJE9M597E9YT9Z2SHZD13Z9KPC448/LexTheWizardAndroid-testfairy.apk"><img src="img/android-build-button.png" alt="Android Build"/></a></li>
</ul>
</div>
</div>
</div>
<div id="description">
<div class="container">
<h2>A strategic and narrative based digital card game</h2>
<p>When his <strong>mother mysteriously disappears</strong>, the young <strong>wizard Lex</strong> is tasked with <strong>finding a new home</strong> for his family on the brink of poverty. The <strong>land of Asphoria</strong> is charming, but Lex knows that terrors lurk within the lands beyond the borders of his former home. Spending every day searching for a home and good things to put in it, Lex encounters <strong>many terrifying obstacles</strong>.</p>
<p>Using a <strong>strategy based card system</strong>, Lex must fend off the many terrors the wilderness throws at him. Using either <strong>gold or magic</strong>, Lex must meet a <strong>winning condition</strong> that will <strong>save his family</strong>- and quickly! Something dark comes from the swamps that may threaten everything Lex is fighting for.</p>
</div>
</div>
<div id="social">
<div class="container">
<h2>Follow Lex The Wizard on social media</h2>
<ul>
<li><a href="https://twitter.com/LexTheWizard">Twitter</a></li>
<li><a href="https://www.pinterest.com/lex_the_wizard/">Pinterest</a></li>
</ul>
<ul>
<li><a href="https://www.facebook.com/LexTheWizard">Facebook</a></li>
<li><a href="http://lexthewizard.tumblr.com/">Tumblr</a></li>
</ul>
</div>
</div>
<div id="email">
<div class="container">
<h2>Wanna chat ?</h2>
<p><a href="mailto:[email protected]">Send us an email!</a></p>
</div>
</div>
<div class="push"></div>
</div>
<!-- FOOTER -->
<footer>
<div class="container">
<ul>
<li><a href="http://lexthewizard.tumblr.com/"><img src="img/icons/tumblr.png" alt="Tumblr"></a></li>
<li><a href="https://www.facebook.com/LexTheWizard"><img src="img/icons/fb.png" alt="Facebook"></a></li>
<li><a href="https://twitter.com/LexTheWizard"><img src="img/icons/twitter.png" alt="Twitter"></a></li>
<li><a href="https://www.pinterest.com/lex_the_wizard/"><img src="img/icons/pin.png" alt="Pinterest"></a></li>
</ul>
<p>© 2016 Lex The Wizard. All rights reserved.</p>
<a href="http://glowlime.com/" ><img src="img/GLG-logo-grey.png" height="25px" alt="GlowLime Games"/></a>
</div>
</footer>
</body>
</html>