-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourses.html
77 lines (67 loc) · 2.35 KB
/
courses.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
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
75
76
77
<!--
A tree elevated amongst siblings,
plotted in a square of concrete,
Looking through it, East, a building’s name,
that is the home of an often-tardy pipeline,
who was moved earlier from the citadel of metal,
This item lies in the southwest corner of the square,
cradled amongst some brush. Find it, quick
-->
<script src="vue.js"></script>
<link href="style.css" rel="stylesheet">
<body style="background-color:#eee;">
<section name="generic">
<nav>
<a href="vocab.html">The Startup Dictionary</a>
<a href="founders.html">Campus Founders</a>
<a href="courses.html" class="chosen">Available Classes</a>
<a href="interactive.html">Campus Resources</a>
<a href="index.html">Home</a>
</nav>
</section>
<div id="CORE">
<section name="resources_info">
<h1>Navigating Columbia's Courses on Startups</h1>
<p>Columbia offers a number of courses on startups that you could explore to learn more about
entrepreneurship, growing a corporation, and more.</p>
</section>
<section name="courses">
<h1>Launch</h1>
<p>
<span>B8519 </span> Launch Your Startup (Launching New Ventures)<br>
<span>E6007 </span> Lab to Market: Accelerating Biomedical Innovation<br>
<span>E4573 </span> Design/Agile Project Management<br>
<span>B8608 </span> New Product Development<br>
</p>
<h1>Innovation/Design</h1>
<p>
<span>B8519 </span> Launch Your Start<br>
<span>B7651 </span> Systematic Creativity in Business<br>
<span>BC3368 </span> Psychology of Creativity<br>
<span>W4460 </span> Principles of Innovation and Entrepreneurship<br>
<span>E4604 </span> Product Design for Manufacturing<br>
<span>E4573 </span> Design/Agile Project Management<br>
</p>
<h1>Social Entrepreneurship</h1>
<p>
<span>B8519 </span> Launch Your Start<br>
<span>W3703 </span> Venturing to Change the World<br>
<span>U6004 </span> Programming for Entrepreneurs<br>
<span>UN3920 </span> Social Entrepreneurship<br>
</p>
<h1>Legal</h1>
<p>
<span>B8519 </span> Launch Your Start<br>
<span>B8764 </span> Law of Innovation<br>
<span>B8561 </span> Entrepreneurial Law for Start</span>Ups: Planning for Success<br>
</p>
<h1>Sales</h1>
<p>
<span>B8519 </span> Launch Your Start<br>
<span>B8649 </span> Pricing Strategies<br>
<span>B8613 </span> Entrepreneurial Selling<br>
<span>B7556 </span> Global Entrepreneurship<br>
</p>
</section>
</div>
</body>