-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (33 loc) · 1.47 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
<link href="https://fonts.googleapis.com/css?family=Damion|Kumar+One|Nunito|Orbitron|Permanent+Marker|Sorts+Mill+Goudy" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<body>
<section name="main">
<nav>
<a href="vocab.html">The Startup Dictionary</a>
<a href="founders.html">Campus Founders</a>
<a href="courses.html">Available Classes</a>
<a href="interactive.html">Campus Resources</a>
<a href="index.html">Home</a>
</nav>
<cite>Sara Sakowitz, Columbia '18: Founder of Blue Moon Box</cite>
<h1>So You Want to Start a <br><span>Start-Up?</span></h1>
<h2>COLUMBIA UNIVERSITY EDITION</h2>
<h3>A resource handcrafted by <a href="http://coreatcu.com">CORE</a></h3>
</section>
<section name="options">
<h1>What Are You Looking For?</h1>
<a class="option" style="border-right:1px #ddd solid;" href="new.html">
<img src="lightbulb.png">
<h1>New to This</h1>
<p>Learn the basics about entreprenuership, how you could get involved at Columbia, and more.</p>
</a>
<a class="option" href="interactive.html">
<img src="briefcase.png">
<h1>Already Rolling</h1>
<p>Learn about competitions, resources, and mentorship available at Columbia for young founders.</p>
</a>
</section>
<blockquote>Columbia is ripe with resources for start-ups and has an active vibrant community unlike any other in New York City"<br>
<span>- Simon Schwartz, President of Columbia Organization of Rising Entreprenuers 2015-2016</span>
</blockquote>
</body>