-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
29 lines (29 loc) · 1.18 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>BRUTALISM</title>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="web/css/main.css" type="text/css" media="screen" />
<link rel="icon" type="image/png" href="web/favicon.png">
<script src="web/js/logo.js"></script>
</head>
<body>
<div id="content">
<div id="canvas_holder">
<canvas id="bru-3"></canvas>
</div>
<div id="description">
<h1>BRUTALISM</h1>
<p>A studio focused on crafting precise generative systems and exploring their practical applications in interactive software, industrial design, and architecture.</p>
<p>The Algorithm is our church.</p>
</div>
</div>
<footer>
<div><a href="https://twitter.com/pttrn" target="_blank">Twitter</a> | <a href="mailto:[email protected]" target="_blank">Email</a> | <a href="https://github.com/BRUTALISM" target="_blank">Github</a></div>
</footer>
</body>
</html>