-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (67 loc) · 2.66 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
<!DOCTYPE html>
<!--[if lt IE 9]><html class="ie"><![endif]--><!--[if gte IE 9]><!-->
<html>
<!--<![endif]-->
<head>
<title>2Creatives | Design Studio</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=0.8">
<meta name="Description"
content="2Creatives was design studio run by
Rishi Sodha, Anton Webb & Chris Rawnsley.">
<meta name="Keywords"
content="2Creatives, 2 Creatives, studio, design, graphic, product,
interaction, integrated, multi, disciplinary, London, Studio,
award, winning, Rishi, Sodha, Chris, Rawnsley, Anton, Webb,
Rishi Sodha, Chris Rawnsley, Anton Webb">
<!--[if lt IE 9]><script src="/feel/html5.js"></script><![endif]-->
<link rel="apple-touch-icon" sizes="180x180" href="/look/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/look/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/look/icons/favicon-16x16.png">
<link rel="manifest" href="/look/icons/site.webmanifest">
<link rel="mask-icon" href="/look/icons/safari-pinned-tab.svg" color="#000000">
<link rel="shortcut icon" href="/look/icons/favicon.ico">
<meta name="apple-mobile-web-app-title" content="2Creatives">
<meta name="application-name" content="2Creatives">
<meta name="msapplication-TileColor" content="#ffc40d">
<meta name="msapplication-config" content="/look/icons/browserconfig.xml">
<meta name="theme-color" content="#000000">
<style type="text/css">
/* Mobile version */
body#maintenance {
background-image: url('/images/bg12mobile.jpg');
/* Define colour once for all versions. */
background-color: #bbb;
}
/* Desktop version */
@media screen and (min-width: 40em) {
body#maintenance {
background-image: url('/images/bg12.jpg');
}
}
/* <IE9. Cater for the 'common case'. Max width 1280px */
.ie body#maintenance {
background-image: url('/images/bg12ie.jpg');
}
</style>
<link rel="stylesheet" type="text/css" href="/look/2creatives.css">
</head>
<body id="maintenance">
<header>
<h1>2Creatives</h1>
</header>
<article>
<p>
2Creatives was a London-based design consultancy
run by
<a href="http://www.rishisodha.com/">Rishi Sodha</a>,
<a href="http://www.antonwebb.com/">Anton Webb</a> &
<a href="https://www.puny.agency/">Chris Rawnsley</a>.
</p>
<p>
We had a great time and produced many wonderful things. We remember our
time fondly but have since moved on.
</p>
</article>
</body>
</html>