forked from mike-u/DesignHubWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
216 lines (177 loc) · 8.05 KB
/
index.html
File metadata and controls
216 lines (177 loc) · 8.05 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
{% extends "base.html" %}
<!-- Header, welcome, value proposition -->
{% block header %}
<div class="docs-section background-1765" >
<div class="container">
<div class="row">
<div class="twelve columns">
<h1 style="color:#000000"> design, you can </h1>
</div>
</div>
<div class="row">
<div class="three columns"><h1></h1></div>
<div class="seven columns">
<h1 style="color:#000000"> ~ Yoda </h1>
</div>
</div>
<!--TODO Insert Design Hub slogan on left side of page, Make buttons transparent below-->
<div class="row value-props">
<div class="twelve columns">
<p><a class="button button-landing" href="https://docs.google.com/forms/d/1yLr0kBfO6H1TqFvo_KP694BzzrlIOLq5eTJIIF6JGLM/viewform">SUBSCRIBE</a></p>
<p><a class="button button-landing" href="https://www.dropbox.com/s/b75y9r6l6bh8jss/ProjectBoardApplication2015.doc?dl=0" target="_blank">FUND YOUR IDEAS</a></p>
</div>
</div>
</div>
</div>
<div class="docs-section" id="calendar">
<section class="container">
<div class="row">
<!-- Table for events -->
<table class="u-full-width">
<thead>
<tr>
<th>Event</th>
<th>Date & Time</th>
</tr>
</thead>
<tbody>
{% for event in events %}
<tr>
<td>{{ event.name}}</td>
<td>{{ event.start_time }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
</section>
</div>
{% endblock %}
{% block content %}
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- Quick mission statement -->
<div class="docs-section negative" id="about">
<div class="container">
<div class="row">
<div class="eight columns">
<h2>Mission <i class="fa fa-rocket"></i></h2>
<p>Design Hub is a meeting place for creative thinkers and an incubator for student inventors. We provide the resources, connections, and skills to help students design a better future. We accomplish this through ideation sessions, educational workshops, hands-on design projects and community outreach.</p>
</div>
<div class="four columns">
<h2>Recent news <i class="fa fa-slack"></i></h2>
<p><em>{{ slack.user }} said {{ slack.text }}</em></p>
</div>
</div>
</div>
</div>
<!-- Projects -->
<div class="docs-section" id="projects">
<div class="container u-pull-center">
<h2> Design Projects </h2>
<div class="row">
<div class="six columns">
<h3> Deep Brain Stimulation </h3>
<img class="img-responsive" src="assets/img/Deep_Brain_Stimulation_Team.jpg">
<p> Students develop novel platform for administering cutting-edge deep brain stimulation for the treatment of neurological disease. </p>
</div>
<div class="six columns">
<h3> M-OCT </h3>
<img class="img-responsive" src="assets/img/MOCT_Team_Plus3.jpg">
<p> Students developed novel surgical mount for Optical Coherence Tomography handheld scope which is used at Children's Hospital of Pittsburgh. </p>
</div>
</div>
<p><a class="button button-primary" href="https://docs.google.com/forms/d/1-qpb9VCij0vGABSjlMEbqqFnzMaiEc0VcALto37aSd4/viewform?embedded=true"><i class="fa fa-pencil-square-o"></i> Join a Project</a></p>
</div>
</div>
<!-- Opportunities -->
<div class="docs-section negative" id="opportunities">
<div class="container">
<div class="row">
<div class="six columns">
<!-- Community Outreach -->
<h3><i class="fa fa-users"></i> Community Outreach</h3>
<h4>CMU TechNights</h4>
<ul>
<li>Volunteer to teach middle school girls about STEM fields</li>
<li>Gates Building, CMU </li>
<li>Monday Nights @ 7:30 PM</li>
<li><a href="http://women.cs.cmu.edu/technights/">Learn more</a> </li>
</ul>
<h4>Global Links</h4>
<ul>
<li>Refurbish medical equipment to send to developing countries </li>
<li><a href="http://www.globallinks.org">Learn more</a></li>
</ul>
</div>
<div class="six columns">
<!-- Competitions -->
<h3><i class="fa fa-trophy"></i> Competitions</h3>
<!--Big Idea -->
<h4>Big Idea Competition</h4>
<ul>
<li>Win up to $25,000 for your BIG idea</li>
<li>University of Pittsburgh</li>
<li><a href="http://www.innovation.pitt.edu/randall-family-big-idea-competition-2015">Learn more</a> </li>
</ul>
</div>
</div>
</div>
</div>
<!--Resources-->
<div class="docs-section" id="resources">
<div class="container">
<div class="row">
<div class="six columns">
<!-- Community Outreach -->
<h3><i class="fa fa-cogs"></i> Make</h3>
<h4>Arduino</h4>
<ul>
<li><a href="http://arduino.cc/en/Main/Software">Download the Arduino IDE</a></li>
<li><a href="http://www.fritzing.org/home/">Open-source software to document schematics</a></li>
</ul>
<h4>Computer Aided Design</h4>
<ul>
<li><a href="http://www.grabcad.com/">Free CAD models in all software packages</a></li>
<li><a href="http://www.thingiverse.com/">Download free, open-source models for 3D printing</a></li>
</ul>
<h4>Android</h4>
<ul>
<li><a href="http://developer.android.com/sdk/index.html">Download Android Studio</a></li>
<li><a href="https://www.mysliderule.com/learning-paths/android/learn/?">Resources for making your first app</a></li>
</ul>
</div>
<div class="six columns">
<!-- Competitions -->
<h3><i class="fa fa-sitemap"></i> Project Management</h3>
<!--Big Idea -->
<h4>Organizational Tools</h4>
<ul>
<li><a href="https://www.dropbox.com/s/9hsyy9lu21a7wm4/ESMD%20-%20Project%20Management_2014-2015.pptx?dl=0">Fantastic project management tools</a></li>
<li><a href="https://groupme.com/">GroupMe - keep in touch with your team</a></li>
</ul>
<h4>Intellectual Property</h4>
<ul>
<li><a href="http://pitt.edu/~esmd/docs/Remes_102013.pdf">IP presentation by Office of Technology Management</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Under construction banner -->
<div class="docs-section">
<div class="container u-pull-center">
<div class="row value-props">
<div class="value-prop four columns offset-by-four">
<span class="fa-stack fa-lg fa-3x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-cog fa-stack-1x fa-inverse fa-spin"></i>
</span>
<p>This webpage is under active development. Things might be broken. Please check back soon! We've got the gears turning...</p>
</div>
</div>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
{% endblock %}