-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (69 loc) · 3.13 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=640">
<title>Antarctic Apps</title>
<link href='http://fonts.googleapis.com/css?family=Passion+One' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" size="16x16" href="http://antarcticapps.com/favicon.ico">
<link rel="shortcut icon" size="32x32" href="http://antarcticapps.com/favicon-32.ico">
<link rel="apple-touch-icon" href="touch-icon-iphone.png">
<link rel="apple-touch-icon" sizes="72x72" href="touch-icon-ipad.png">
<link rel="apple-touch-icon" sizes="114x114" href="touch-icon-iphone@2x.png">
<link rel="apple-touch-icon" sizes="144x144" href="touch-icon-ipad@2x.png">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34854053-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<nav>
<ul class="center">
<li><a href="http://antarcticapps.uservoice.com/">Support</a></li>
<li><a href="http://twitter.com/AntarcticApps/">Twitter</a></li>
</ul>
</nav>
<div id="wrapper">
<header id="banner">
<div id="sky">
<h1>Antarctic<br>Apps</h1>
</div>
<div id="ice">
<div class="iceberg iceberg1"></div>
<div class="penguin mr-t"><i><object data="images/mr_t.svg" type="image/svg+xml"></object></i></div>
<div class="iceberg iceberg2"></div>
<div class="sheet"></div>
</div>
<div id="water"></div>
<div id="edge"></div>
</header>
<div id="content">
<article>
<header>
<h3>Tiles</h3>
</header>
<img src="images/tiles/screenshot.png" alt="Tiles Screenshot">
<p>Tiles is an alternative new tab page that displays all of your favorite websites in a colorful, minimalistic grid of tiles, where each tile has a two-character symbol and a background color that is automatically set from the website's icon.</p>
<p>There is virtually no limit to the amount of tiles you can add. It's really easy to add tiles with a button in the Chrome toolbar. No matter how many tiles you add, you never have to scroll to find the site you want – the tiles grow and shrink as necessary.</p>
<p>Tiles strives to improve both the aesthetic and functionality of the new tab page. Each tile is easily identifiable with its color and two-character symbol, making it really easy to launch your favorite websites even with a large number of tiles. At the same time, all of the tiles are consistent and clean, making your new tab page look beautiful no matter what.</p>
<footer>
<ul>
<li><a href="https://chrome.google.com/webstore/detail/bpjknlfokkbpdhafbdccnndgchglnfhj">Chrome Web Store</a></li>
<li><a href="https://github.com/AntarcticApps/Tiles">GitHub</a></li>
</ul>
</footer>
</article>
<footer>
<span>© Antarctic Apps 2012</span>
</footer>
</div>
</div>
</body>
</html>