-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (56 loc) · 3.08 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
<!--
<img src="https://d13yacurqjgara.cloudfront.net/users/1158527/screenshots/2707183/dribbble.png" alt="Horizon Website Mockup" />
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The Horizon Studio</title>
<meta name="author" content="Jeff Free (@notjefffree)">
<meta name="keywords" content="horizon, studio, gfx, esports, games, website, site">
<meta name="description" content="The unofficial site for The Horizon Studio">
<meta name="robots" content="index, follow, noarchive">
<meta name="base" content="http://horizon.gq/">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<!--[if ie]>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="imagetoolbar" content="false" />
<![endif]-->
<link rel="shortcut icon" href="http://thehorizonstudio.uk/images/titleicon.png">
<link href='https://fonts.googleapis.com/css?family=Raleway:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<link rel="stylesheet" href="http://tachyons.io/css/tachyons.min.css">
<style>
.raleway { font-family: "Raleway"; }
.yellow { color: #F6F626; }
.cobalt { color: #0D1A2D; }
.bg-cobalt { background: #0D1A2D; }
.h-full { height: 100vh; }
.w-full { width: 100vw; }
</style>
</head>
<body class="raleway">
<header class="dim fixed w-100">
<nav class="db dt-ns w-100 border-box pa3 ph5-ns">
<a class="db dtc-ns v-mid white link dim w-100 w-25-ns tc tl-ns mb2 mb0-ns" href="/" title="Home">
<img src="http://www.thehorizonstudio.uk/images/logo.png" style="background: #F6F626;" class="dib mr3 mr4-ns w2 h2 br-100" alt="The Horizon Studio">
<h1 class="f4 dib ttu tracked">Horizon Studio</h1>
</a>
<div class="db dtc-ns v-mid w-100 w-75-ns tc tr-ns">
<a class="link dim white f6 f5-ns tracked dib mr3 mr4-ns" href="#top" title="Home">Home</a>
<a class="link dim white f6 f5-ns tracked dib mr3 mr4-ns" href="#portfolio" title="Portfolio">Portfolio</a>
<a class="link dim white f6 f5-ns tracked dib mr3 mr4-ns" href="#about" title="Writing">About Us</a>
<a class="link dim white f6 f5-ns tracked dib" href="#contact" title="Contact">Contact</a>
</div>
</nav>
</header>
<section style="background: linear-gradient(rgba(13, 26, 45, 0.7),rgba(13, 26, 45, 0.8)), url(https://images.unsplash.com/photo-1446233925202-75508684808f?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=915ac52ab75e7ac70bfa8d22c3353ee4); background-position: bottom center;" class="h-full dt bg-cv w-100">
<div class="dtc v-mid phm white">
<h1 class="f1 b tc ttu tracked">The <span class="yellow">Horizon</span> Studio</span></h1>
<hr class="w5 tc" />
<h3 class="f3 tc">The <span class="yellow">Horizon Studio</span>, a digital design agency. <br />
Aiming to make innovation reality.</h3>
</div>
</section>
</body>
</html>