-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
33 lines (29 loc) · 1.2 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Qhuery - 36000 Media Queries of Colour</title>
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.png" />
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- Styles -->
<link rel="stylesheet" href="queries.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 class="title">Q<span class="title__hue">hue</span>ry</h1>
<p class="help help--resize">↔</p>
<p class="help help--hue">Saturation →</p>
<p class="help help--saturation">← Hue</p>
<footer>By <a target="_blank" href="http://www.twitter.com/sammorrisdesign">@SamMorrisDesign</a>. Learn more on <a href="https://github.com/sammorrisdesign/qhuery">GitHub</a></footer>
<!-- 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-130668-W');
</script>
</body>
</html>