-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (28 loc) · 1.17 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
<!doctype html>
<html>
<head>
<title>Made by Form</title>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Source+Sans+Pro">
<link rel="stylesheet" href="/css/screen.css">
<meta name="description" content="A consultancy working in the intersection of code and design." />
<meta name="author" content="Fred Oliveira" />
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1, user-scalable=0" />
<meta name="google-site-verification" content="kpCM-3HHl9GGgd3zKrC3Yl67AZVsY-i65KeszKEZgr0" />
</head>
<body>
<div class="container">
<div class="content">
<!--[if lte IE 8]><img alt="Made by Form" src="logo.png" class="logo" /><![endif]-->
<!--[if gt IE 8]><!--><img alt="Made by Form" src="logo.svg" class="logo" draggable="false" /><!--<![endif]-->
<p>
We're a consultancy working in the intersection of code and design.
Our expertise lies in web application and iOS development, user experience design and research.
</p>
<p>
Reach us at <a href="mailto:hello@madebyform.com">hello@madebyform.com</a> to find out more.
</p>
</div>
</div>
</body>
</html>