-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (32 loc) · 1.71 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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>The web is our canvas; the world, our stage. · 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.css">
<script src="https://use.typekit.net/ygb0snh.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
</head>
<body>
<header id="header">
<span class="logo"><a href="http://vexea.com">Vexea</a></span>
<nav id="nav">
<ul>
<li><a href="http://vexea.com">We are Vexea</a></li>
</ul>
</nav>
</header>
<section id="content">
<h1 class="title">The web is our canvas; the world, our stage.</h1>
<p>We're an eccentric duo spinning stories out of pixels for those demanding brands who want more out of their online presence. Front-end design, Ruby on Rails, or Javascript. We love it all.</p>
<p>The web's never really been about colors or pixels. Now, more than ever, it's about engagement. Vexea is a full-stack team that works together with clients to identify their goals and craft long-term solutions with the flexiblity to engage new challenges as they arise.</p>
<p>Interested? <a href='mailto:[email protected]'>Let's talk</a></p>
</section>
<footer id="footer">
</footer>
<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>