-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
71 lines (67 loc) · 3.16 KB
/
404.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
66
67
68
69
70
71
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Flipside - Keep Calm</title>
<meta name="description" content="Flipside builds web-based communication tools using Open Source tools.">
<meta name="author" content="Flipside">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/base.css" type='text/css'>
<link rel="stylesheet" href="css/skeleton.css" type='text/css'>
<link rel="stylesheet" href="css/layout.css" type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/favicon.ico">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script src="scripts/flipside.js" type="text/javascript"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33134074-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body class="404">
<div class="contact-info">
<ul class="container">
<li class="four columns offset-by-four"><label class="above">Address</label>Avenida de Liberdade 229, 2º<br/>1250-142 Lisboa, Portugal</li>
<li class="eight columns">
<div class="left column alpha"><label class="above">Phone</label>+351 926 526 465</div>
<div class="right column omega"><label class="above">Email</label><a href="mailto:[email protected]">[email protected]</a></div>
</li>
</ul>
</div>
<div class="container">
<header class="page sixteen columns">
<a href="/" title="Home Flipside" class="five columns alpha"><img src="images/logo-flipside.png" alt="Flipside" title="Flipside" class="logo-fs five columns alpha"/></a>
<nav class="main omega">
<ul class="clearfix">
<li class="columns alpha"><a href="about.html" class="about">About</a></li>
<li class="columns"><a href="projects.html" class="work">Work</a></li>
<li class="columns omega"><a href="#" id="contactlink" class="contact show_hide">Contact</a></li>
</ul>
</nav>
</header>
<div class="main sixteen columns" role="main">
<article>
<h1 class="page-title">
404
</h1>
<p>The page you are looking for, does not exist (anymore). Why don't you have a look at our homepage and try again, or send us an <a href="mailto:[email protected]">email</a> with the page you were looking for?</p>
</article>
</div>
<footer class="page sixteen columns">
</footer>
</div>
</body>
</html>