-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·103 lines (86 loc) · 4.56 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Manyhats Design &emdash; Web Design</title>
<meta name="description" content="Manyhats Design is a small Web Design firm based in Bristol and Eastbourne, UK.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--[if ! lte IE 6]><!-->
<link rel="stylesheet" href="/css/main.css" charset="utf-8">
<!--<![endif]-->
<!--[if lte IE 8]>
<link rel="stylesheet" href="/css/ie8.css" charset="utf-8">
<![endif]-->
<!--[if lte IE 6]>
<link rel="stylesheet" href="http://universal-ie6-css.googlecode.com/files/ie6.1.1.css" media="screen, projection">
<![endif]-->
<script src="/js/vendor/modernizr-2.6.2.min.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
<![endif]-->
<noscript>
<h1 style="text-align: center;">You need to enable JavaScript to get the full XXXXX XXXXX experience!</h1>
</noscript>
<header id="header-main">
<a href="http://manyhatsdesign.com/">
<h1 class="visuallyhidden">Manyhats Design</h1>
</a>
<hgroup>
<h1>We made websites</h1>
<p>We closed for business in early 2014</p>
<p>You can still find <a href="http://kennyward.co.uk/" style="color: black;">Kenny</a> and <a href="http://danny.is" style="color: black;">Danny</a> on the interwebs</p>
</hgroup>
</header>
<div id="wrapper" style="display:none;">
<p>In the meantime, if you'd like to talk to us about tailoring a website for your business, please write below.</p>
<form action="#">
<label for="name">Name</label>
<input type="text" name="name" id="name"/>
<label for="email">Email</label>
<input type="email" name="email" id="email"/>
<label for="message">Message</label>
<textarea name="message" id="message" name="message"></textarea>
<input type="submit" name="submit" value="Send" id="submit">
</form>
<footer>
<p>Telephone <span>+44 (0) 117 911 96 42</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</footer>
</div><!-- /wrapper -->
<div id="wrapper-thanks">
<h1>THANKS</h1>
<p>We'll be in touch.</p>
</div>
<!-- jQuery -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="/js/vendor/jquery-1.8.3.min.js"><\/script>')</script>
<!-- TypeKit -->
<script type="text/javascript" src="//use.typekit.net/myz5ikz.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<!-- Local Scripts -->
<script src="/js/main-ck.js"></script>
<!-- Google Analytics -->
<script>
var _gaq=[['_setAccount','UA-35849443-1'],['_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>
<!-- Fluid Columns Overlay -->
<!-- This grid is a standard 12 column grid. It should be re-designed to fit the design for every site.
-->
<div id="overlay"><div id="underlay"></div><div id="overlay-inner"><div id="col-1"></div><div id="col-2"></div><div id="col-3"></div><div id="col-4"></div><div id="col-5"></div><div id="col-6"></div><div id="col-7"></div><div id="col-8"></div><div id="col-9"></div><div id="col-10"></div><div id="col-11"></div><div id="col-12"></div></div></div>
<style>
#overlay {display: none; position: absolute; width: 100%; top: 0; z-index: -1;}
#overlay-inner {max-width: 1000px; margin: 0 auto;padding: 0 2%; -moz-box-sizing: content-box; box-sizing: content-box;}
#overlay-inner div {height: 1500px; background: rgba(244,162,173,0.2); margin-right: 2%; width: 6.5%; float: left; -moz-box-sizing: border-box;box-sizing: border-box;}
#overlay #col-12 {margin-right: 0;}
#underlay {background: url(/img/grid-26.png) repeat;position:absolute; top:0;left:0;height: 100%; width: 100%; z-index: -2;}
</style> </body>
</html>