-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpresentation.html
More file actions
40 lines (38 loc) · 1.57 KB
/
presentation.html
File metadata and controls
40 lines (38 loc) · 1.57 KB
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
<!DOCTYPE html>
<html>
<meta name="description" content="We are dedicated to empowering the students of The Cooper Union to create their best work. We share skills, showcase projects, and immerse ourselves in the New York City ecosystem. We believe passionate innovation lays the foundation for the products of tomorrow." />
<meta name="keywords" content="cooper union" />
<meta name="author" content="Eric Leong" />
<meta property="og:title" content="create@cooper" />
<meta property="og:type" content="website" />
<meta property="og:image" content="http://createatcooper.org/images/logo-square.png" />
<meta property="og:url" content="http://createatcooper.org" />
<meta property="og:site_name" content="create@cooper" />
<meta property="og:country-name" content="USA"/>
<meta property="og:email" content="createatcooper@gmail.com"/>
<meta property="og:description" content="A community for starting the project you love." />
<head>
<link rel="stylesheet" type="text/css" href="/css/fonts.css">
<link rel="stylesheet" type="text/css" href="/css/style.css">
<title>create@cooper</title>
</head>
<body>
<div id="presentation" class="full short">
<header>
<h1 class="logo">create<span class="at">@</span>cooper</h1>
</header>
<h2>a community for starting the project you love</h2>
</div>
<div class="presentation">
<div class="sponsor">
<img src="/images/hackerati.png" />
</div>
<div class="sponsor">
<img src="/images/huffpost.png" />
</div>
<div class="sponsor">
<img src="/images/zocdoc.jpg" />
</div>
</div>
</body>
</html>