-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (49 loc) · 2.45 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta name=viewport content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/skeleton.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Lato:400,100,300,900,700' rel='stylesheet' type='text/css'>
<title>2121 Dev</title>
</head>
<body>
<div class="header">
<div class="logo"><img src="images/logo-3.svg" alt="2121 Dev Logo" /></div>
</div>
<div class="container u-cf">
<div class="row">
<div class="twelve columns text">
<h1>LINE</h1>
<h2>HARDLY SIMPLE</h2>
<p>
The rules are simple, playing the game not as much:<br />
· Tap once to go down, tap again to go up and don't let the Line hit the borders.<br />
· Guide the Line through an endless, sinuous and unpredictable path.<br />
A game that is as minimalistic as it is hard to play - to succeed, accept it will be nearly impossible to make the line move exactly as you want.
</p>
</div>
</div>
<div class="row">
<div class="four columns mock">
<img src="images/mock-3.png" />
</div>
<div class="four columns mock">
<img src="images/mock-1.png" />
</div>
<div class="four columns mock">
<img src="images/mock-2.png" />
</div>
</div>
<div class="row">
<div class="twelve columns">
<a href="https://play.google.com/store/apps/details?id=com.nmssoftware.line.android" target="_blank"><button class="dl">Download for Android</button></a>
<a href="https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=983409367&mt=8" target="_blank"><button class="dl">Download for iOS</button></a>
<a href="http://www.amazon.com/2121-Dev-Line/dp/B0179O5IJM/" target="_blank"><button class="dl">Download for Kindle</button></a>
</div>
</div>
</div>
</body>
</html>