-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathneue.html
61 lines (47 loc) · 1.52 KB
/
neue.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" class="no-js">
<head>
<title>We are Vexea · Vexea</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="assets/app-alt.css">
<script src="http://use.typekit.com/hdw4zcj.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
</head>
<body class="home">
<header id="header">
<span class="logo"><a href="http://vexea.com">Vexea</a></span>
<nav id="nav">
<ul>
<li>
<a href="/work">Work</a>
</li>
<li>
<a href="/about">About</a>
</li>
<li>
<a href="/contact">Contact</a>
</li>
<li>
<a href="/blog">Musings</a>
</li>
</ul>
</nav>
</header>
<section class="homeContent">
<header class="intro">
<h1>The web is our canvas; the world, our stage</h1>
<p>We're an eccentric team of developers who spin stories out of pixels and code for brands demanding more out of their online presence.</p>
</header>
<div class="latestWork">
<aside>
<h1>Why Vexea?</h1>
<p></p>
</aside>
</div>
</section>
<script>var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';s.parentNode.insertBefore(g,s)}(document,'script'));</script>
</body>
</html>