-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
294 lines (244 loc) · 12.2 KB
/
index.html
File metadata and controls
294 lines (244 loc) · 12.2 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
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Poetics of Invention</title>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"></link>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet">
<link href="css/globalnav.css" rel="stylesheet">
<link href="css/ou-global-header.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="https://fonts.googleapis.com/css?family=Droid+Sans" rel="stylesheet">
</head>
<!-- OU Global Header -->
<div class="global_header">
<div class="global_header-wrapper">
<ul>
<li><a class="tip home" href="http://www.ou.edu/web.html" alt="OU Home link"><span>OU Homepage</span></a></li>
<li><a class="tip search" href="http://www.ou.edu/content/ousearch.html" alt="OU Search link"><span>Search OU</span></a></li>
<li><a class="tip social" href="http://www.ou.edu/web/socialmediadirectory.html" alt="OU Social Media link"><span>OU Social Media</span></a></li>
<li class="wordmark">The University of Oklahoma</li>
</ul>
<div style="clear:both;"></div>
</div>
</div>
<!-- Library Logo -->
<div class="container-fluid">
<div class="row lib-logo">
<div class="col-md-12">
<a href="http://libraries.ou.edu" target="_blank"><img class="img-responsive" src="img/oul_logo.png" title="University of Oklahoma Libraries" alt="University of Oklahoma Libraries"></a>
</div>
</div>
</div>
<!-- Logo - Mobile Banner View -->
<div class="container-fluid">
<div class="row logo-banner">
<div class="col-xs-12">
<a href="index.html" target="_self"><img class="img-responsive" src="img/logo_banner.png" title="Poetics of Invention" alt="Poetics of Invention"></a>
</div>
</div>
</div>
<!-- Main Carousel -->
<div class="carousel-toggle">
<div id="myCarousel" class="carousel slide carousel-fade" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<!--<li data-target="#myCarousel" data-slide-to="0" class="active"></li>-->
<!-- <li data-target="#myCarousel" data-slide-to="1" class="active"></li> -->
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="overlay"></div>
<div class="item active">
<img src="img/top_banner.jpg" alt="Banner">
</div>
<!-- <div class="item">
<img src="img/banner_02.png" alt="Banner">
</div> -->
</div>
<!-- Left and right controls -->
<!--<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span></a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>-->
</div>
</div>
<!-- Navigation Bar -->
<nav class="navbar navbar-default role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse-1">
<ul class="nav navbar-nav">
<li>
<a href="index.html">HOME</a>
</li>
<li>
<a href="about.html">ABOUT</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Intro Blurb -->
<div class="container-fluid section-intro">
<div class="row">
<div class="container intro-text">
<div class="intro-text constantia">
<div class="col-md-4" style="float:left;padding-bottom:10px;">
<img class="img-responsive special2" src="img/display_cases.jpg" title="Display cases" alt="display cases">
</div>
<div class="col-md-8">
<blockquote>
“You never change things by fighting the existing reality.<br>
To change something, build a new model that makes the existing model obsolete.”<br><br>
―R. Buckminster Fuller
</blockquote>
The “Poetics of Invention” explores the process of invention from ideation, to fabrication, and to commercialization from the perspective of an OU professor, inventor, and entrepreneur as he
attempts to make English more accessible to the 350 million Chinese learners through merging the world’s two most-spoken languages at the level of their phonetic DNA.
</div>
</div>
<br>
<div class="col-md-12">
<div class="circles"><img class="img-responsive img-center" src="img/circles.png"></div>
</div>
</div>
</div>
</div>
<br><br>
<!-- Divider -->
<div class="container-fluid">
<div class="row">
<div class="col-md-12 mustard-bg">
<embed class="responsive-video thumbnail" src="https://www.youtube.com/embed/UW1I6hz-SUw?rel=0&showinfo=0" allowfullscreen="true" >
</div>
</div>
</div>
</div>
<!-- Subscription Form -->
<div class="container-fluid subscribe-form-area">
<div class="container">
<div>
<h1>Stay in Touch</h1>
Keep informed of the exhibition progress and upcoming events.
</div>
<br>
<div class="rounded-border">
<div class="row" style="padding:15px;">
<div class="col-md-1"> </div>
<div class="col-md-8 col-sm-12 col-xs-12">
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="//libraries.us14.list-manage.com/subscribe/post?u=ae8fec3c87b61a2d49ff961f4&id=367b2b7a07" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<div><label for="mce-EMAIL">Email</label></div>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div class="mc-field-group">
<div><label for="mce-FNAME">First Name </label></div>
<input type="text" value="" name="FNAME" class="" id="mce-FNAME">
</div>
<div class="mc-field-group">
<div><label for="mce-LNAME">Last Name </label></div>
<input type="text" value="" name="LNAME" class="" id="mce-LNAME">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_ae8fec3c87b61a2d49ff961f4_367b2b7a07" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="SUBSCRIBE" name="subscribe" id="mc-embedded-subscribe" class="button btn btn-crimson"></div>
</div>
</form>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->
</div>
<div class="col-md-3 col-sm-12 col-xs-12"><img class="img-responsive special2" src="img/logo_red.png" title="Poetics of Invention" alt="Book cover">
</div>
</div>
</div>
</div>
</div>
<!-- CLTA Blurb -->
<div class="container-fluid section-bottom">
<div class="section-bottom-text constantia">
<div class="row">
<div class="col-md-3"><a href="https://libraries.ou.edu/CLTA" target="_blank"><img class="img-responsive" style="float:left;padding:10px;" src="img/CLTA_logo.png" title="Chinese Literature Translation Archive" alt="Chinese Literature Translation Archive logo"></a></div>
<div class="col-md-9 visit-text">Discover rare books, reference materials, translation drafts, and more in the Chinese
Literature Translation Archive on the 4th floor of the Bizzell Memorial Library.
<br><br>
<a href="https://libraries.ou.edu/CLTA" target="_blank" class="btn btn-crimson visit-button">VISIT PAGE</a>
</div>
</div>
</div>
</div>
<!-- OU Global Nav Footer -->
<div class="footer">
<div class="container-fluid">
<div class="row" style="padding-top: 20px;">
<div class="col-md-3" style="padding-bottom: 30px;">
<img src="img/footerlogo.png"alt="footerLogo" style="float: left; padding-right: 1em;"/>
<a href="http://libraries.ou.edu" target="_blank">University Libraries</a><br/>
401 W. Brooks St<br/>
Norman, OK 73019<br/>
(405) 325-3341
</div>
<div class="col-md-4">
<span style="width: 50%; float: left;">
<ul>
<li><a href="https://libraries.ou.edu/askus" target="_blank" title="Contact Us">Contact Us</a></li>
<!-- <li><a href="about.html" title="About This Site">About This Site</a></li> -->
<li><a href="http://www.ou.edu/publicaffairs/WebPolicies/accessstatement.html" title="Accessibility" target="_blank">Accessibility</a></li>
<li><a href="https://libraries.ou.edu/jobs" title="Jobs at OU Libraries" target="_blank">Job Opportunities</a></li>
</ul>
</span>
<div style="width: 50%; float: right;">
<ul>
<li><a href="http://www.ou.edu/content/publicaffairs/WebPolicies/copyright.html" title="Copyright" target="_blank">Copyright</a></li>
<li><a href="http://www.ou.edu/content/web/landing/policy.html" title="Policies" target="_blank">Policies</a></li>
<li><a href="http://www.ou.edu/content/web/landing/legalnotices.html"title="Legal Notice" target="_blank">Legal Notice</a></li>
</ul>
</div>
<div style="clear: both; padding-bottom: 30px;"></div>
</div>
<div class="col-md-3">
<div class="social">
<ul>
<li><a href="https://www.facebook.com/oulibraries" class="facebook" title="facebook" target="_blank"></a></li>
<li><a href="https://twitter.com/OU_Libraries" class="twitter" title="twitter" target="_blank"></a></li>
<li><a href="https://www.youtube.com/channel/UCvRR9Wy7ECUS0DQbOp2dnbg" class="youtube" title="youtube" target="_blank"></a></li>
<li><a href="https://www.instagram.com/oulibraries/" class="instagram" title="instagram" target="_blank"></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- footer -->
</html>