-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcreate.html
More file actions
74 lines (69 loc) · 3.51 KB
/
create.html
File metadata and controls
74 lines (69 loc) · 3.51 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
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
<!DOCTYPE html>
<html>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<head>
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32.png" />
<link rel="icon" type="image/png" href="/images/favicon-64.png" />
<link rel="apple-touch-icon" href="/images/touch-icon-iphone.png" />
<link rel="apple-touch-icon" sizes="120x120" href="/images/touch-icon-iphone-retina.png" />
<link rel="apple-touch-icon" sizes="76x76" href="/images/touch-icon-ipad.png" />
<link rel="apple-touch-icon" sizes="152x152" href="/images/touch-icon-ipad-retina.png" />
<link rel="stylesheet" type="text/css" href="/css/style.css">
<script type="text/javascript" src="//use.typekit.net/lnl3cyc.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<title>create@cooper</title>
</head>
<body>
<div id="create" class="full">
<header class="dark wide">
<h1 class="tk-ff-cocon-web-pro">create and tell</h1>
<h2>Excite creators with your latest project through an amazing demo.</h2>
</header>
</div>
<div class="wrap light">
<header>
<h2>demo your project</h2>
</header>
<article>
<section class="tk-ratio">
<header>
<h3 class="tk-ratio"><a href="http://demodays.co/">DemoDays</a></h3>
<strong class="title">Spotify HQ - November 23rd, 3 pm</strong>
</header>
<p>DemoDays will rock your world!
tech@NYU has teamed up with Parsons Code Club, Create@Cooper and Columbia ADI to serve up some mouth-watering demos. Join us at Spotify's sick new office to watch some really cool student demos, meet interesting people, and eat some great food.</p>
</section>
</article>
<article>
<section class="tk-ratio">
<header>
<h3 class="tk-ratio"><a href="http://www.meetup.com/DemoDays/events/141789122/">Tech@NYU Startup Week DemoDays</a></h3>
<strong class="title">TechStars - October 5th, 3 pm</strong>
</header>
<p>It's been some months since you've seen us, but DemoDays is back and bigger than ever to wrap up <a href="http://nyusw.com/">Tech@NYU's 2013 Fall Startup Week</a>. In case you're new around these parts, here's how it works: students present their projects. Handful of 2-minute demos. A few 5-minute demos. Guest speaker rocks the house. Hang out and eat pizza.</p>
</section>
</article>
</div>
<div class="footer tk-ff-enzo-web">
<a href="/" class="block">home</a>
<a href="/workshops.html" class="block">workshops</a>
<a href="/stories.html" class="block">stories</a>
<a href="/journeys.html" class="block">journeys</a>
</div>
<div id="social" class="wrap no-header">
<a href="http://meetup.com/create-cooper/events" class="block red tk-ff-enzo-web">meetup</a>
<a href="http://bit.ly/18igPL2" class="block blue tk-ff-enzo-web">newsletter</a>
<a href="http://twitter.com/createatcooper" class="block red tk-ff-enzo-web">twitter</a>
<a href="http://createatcooper.tumblr.com" class="block blue tk-ff-enzo-web">tumblr</a>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-10903805-11', 'createatcooper.org');
ga('send', 'pageview');
</script>
</body>
</html>