forked from tachyons-css/tachyons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (57 loc) · 2.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<title>
TACHYONS - Form follows function
</title>
<meta name="author" content="@mrmrs">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel="stylesheet">
<link rel="stylesheet" href="/css/tachyons.min.css">
</head>
<body class="wi-100">
<div class="dt h-50 h-75-ns">
<header class="bg-blue tc h-100 dtc wi-100 v-mid">
<div class="tc mbm mbn-ns">
<h1 class="aqua f3 f2-m mega-ns dib db-ns b mrs mrn-ns mbn ttu mtn">Tachyons </h1>
<p class="white f5 f4-ns dib db-ns fw1 phs mbn mbx-ns aqua">
CSS for designing faster than the speed of light - <span class="ws-nowrap">8.3kb (minified and gzipped)</span>
</p>
</div>
<div class="pvm">
<a title="Tachyons" href="http://github.com/mrmrs/tachyons/" class="small link dim aqua ba b--aqua tc br2 bw1 pas pam-ns">View on Github ▸</a>
</div>
</header>
</div>
<main class="h-50 h-75-ns">
<section class="bg-near-white dt h-100 navy">
<div class="dtc h-100 v-mid">
<div class="mw7 center phm tc tl-ns">
<h1 class="f3 ttu fw4">Principles</h1>
<ul class="f4 f2-ns list pln lh-copy">
<li class="pvs">Everything should be 100% responsive</li>
<li class="pvs">Everything should be readable on any device</li>
<li class="pvs">Everything should be as performant as possible</li>
<li class="pvs">Designing in the browser should be easy</li>
<li class="pvs">Doing one thing extremely well promotes reusability</li>
</ul>
</div>
</div>
</section>
<footer class="bg-white gray pvx pvxl-ns tc phm">
<small>A tachyon /ˈtæki.ɒn/ or tachyonic particle is a hypothetical particle that always moves faster than light. The word comes from the Greek: ταχύς or tachys, meaning "swift, quick, fast, rapid"</small>
</footer>
</main>
<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-55773803-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>