-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
58 lines (50 loc) · 2.69 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Rothko Me</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="The Sass experiment that Mark Rothko dreamt of">
<meta name="keywords" content="rothko, interactive, art, swag, sass, colour field, color field, abstract expressionism">
<link rel="canonical" href="http://www.rothko.me">
<!-- Favicons -->
<link rel="apple-touch-icon-precomposed" href="assets/images/apple-touch-icon-precomposed.png" />
<link rel="shortcut icon" href="assets/images/favicon.png" />
<!-- Styles -->
<link rel="stylesheet" href="style.css">
<!-- Fonts -->
<script src="//use.typekit.net/ujh1ooe.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
</head>
<body class="body--color-23">
<div class="blocks">
<div class="block block--color-1 block--size-1 block--spacing-1"></div>
<div class="block block--color-2 block--size-2 block--spacing-2"></div>
<div class="block block--color-3 block--size-3 block--spacing-3"></div>
<div class="block block--color-4 block--size-4 block--spacing-4"></div>
</div>
<a class="about-link about-link--open">About</a>
<div class="about">
<div class="about__blur"></div>
<a class="about-link about-link--close">Close</a>
<h1><a href="http://www.rothko.me">Rothko.me</a></h1>
<p>This site is a little experiment with CSS Filters and the art of everyone's favourite Abstract Expressionist, Mark Rothko</p>
<p>Like most of the internet it doesn't serve a real purpose. But it is nice to look at. Just like art.</p>
<p>Learn more about how this was built on <a target="_blank" href="http://github.com/sammorrisdesign/rothko">GitHub</a> or <a target="_blank" href="http://www.twitter.com/sammorrisdesign">follow me on Twitter</a></p>
</div>
<div class="fallback">Sorry, this experiment requires a browser that can use CSS Filters (Chrome or Safari)</div>
<!-- Javascript -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script type="text/javascript" src="js/modernizr.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<!-- GoSquared Analytics -->
<script>
!function(g,s,q,r,d){r=g[r]=g[r]||function(){(r.q=r.q||[]).push(
arguments)};d=s.createElement(q);q=s.getElementsByTagName(q)[0];
d.src='//d1l6p2sc9645hc.cloudfront.net/tracker.js';q.parentNode.
insertBefore(d,q)}(window,document,'script','_gs');
_gs('GSN-257271-X');
</script>
</body>
</html>