-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhome-crerar-updated.html
649 lines (577 loc) · 29.5 KB
/
home-crerar-updated.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
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
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>The John Crerar Library</title>
<meta name="generator" content="Bootply" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/lib-main.css" rel="stylesheet">
<!-- Styles for script calendar mock -->
<link rel="stylesheet" href="css/calendar/res-timeline.css">
<link rel="stylesheet" type="text/css" href="css/calendar/font-awesome.min.css">
<script type="text/javascript" src="css/calendar/jquery.min.js"></script><style type="text/css"></style>
<script type="text/javascript" src="css/calendar/res-timeline.js"></script>
</head>
<body>
<div id="skip">
<a href="#content">Skip to Main Content</a>
</div>
<div id="body-wrap">
<!-- Top Navigation -->
<nav class="navbar navbar-default"> <!-- Navwrapper -->
<!-- Mobile top right nav -->
<div class="mobile-topnav visible-xs visible-sm">
<a href="#"><i class="fa fa-clock-o fa-lg"></i></a> | <a href="#"><i class="fa fa-comment fa-lg"></i></a> | <a href="#"><i class="fa fa-gift fa-lg"></i></a> | <a href="#"><i class="fa fa-user fa-lg"></i></a>
</div>
<!-- // Mobile top right nav -->
<div class="container-fluid fluid-top"> <!-- Nav Wrapper / Fluid Top -->
<!-- Mobile + Menu Toggle -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#global-navbar" 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>
<a class="navbar-brand" href="home-updated.html"><img src="images/color-logo.png" class="img-responsive" alt="library logo"></a>
</div> <!-- // end navbar-header -->
<!-- // Mobile + Menu Toggle -->
<!-- Top right nav --> <!-- Hidden XS + SM -->
<ul class="nav navbar-nav hidden-xs hidden-sm navbar-right" id="navbar-right">
<li><a href="asklib-updated.html"><i class="fa fa-comment fa-lg ask-icon"></i> Ask a Librarian</a></li>
<li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><i class="fa fa-clock-o"></i> Regenstein Library: 8:00am-10:30pm <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="home-crerar-updated.html">Crerar Library: 8:00am-10:30pm</a></li>
<li><a href="a3-search-law.html">D'Angelo Law Library: 8:00am-9:00pm</a></li>
<li><a href="#">Eckhart Library: 9:00am-5:30pm</a></li>
<li><a href="#">Mansueto Library: 9:00am-6:00pm</a></li>
<li><a href="#">Special Collections: 8:30am-4:30pm</a></li>
<li><a href="#">SSA Library: 9:00am-5:00pm</a></li>
<li><a href="spaces-fullhours.html">View all Locations <span class="glyphicon glyphicon-chevron-right" style="font-size:0.8em;"></span></a></li>
</ul>
</li>
<li><a href="#"><i class="fa fa-gift"></i> Support the Library</a></li>
<li><a href="#"><i class="fa fa-user"></i> My Accounts</a></li>
</ul>
<!-- // Top right nav -->
<!-- Main Navigation (In Toggle) -->
<div class="collapse navbar-collapse" id="global-navbar"> <!-- Global Navbar -->
<ul class="nav navbar-nav"> <!-- Dropdown Nav -->
<!-- Search Dropdown -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Search<span class="caret"></span></a>
<ul class="dropdown-menu twocol-drop">
<li>
<ul class="list-unstyled col-sm-6 ul-left">
<li class="twocol-head">Catalogs</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Library Catalog</a></li>
<li><a href="#">UBorrow</a></li>
<li><a href="#">BorrowDirect</a></li>
<li><a href="#">WorldCat</a></li>
<li><a href="#">Other Catalogs</a></li>
</ul>
<ul class="list-unstyled col-sm-6">
<li class="twocol-head">Other Search Tools</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Articles Plus</a></li>
<li><a href="#">Database Finder</a></li>
<li><a href="#">EJournals</a></li>
<li><a href="#">Website Search</a></li>
</ul>
</li>
</ul>
</li>
<!-- // Search Dropdown -->
<!-- Borrow/Request Dropdown -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Borrow & Request <span class="caret"></span></a>
<ul class="dropdown-menu twocol-drop">
<li>
<ul class="list-unstyled col-sm-6 ul-left">
<li class="twocol-head">Borrowing</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Borrowing & Renewing</a></li>
<li><a href="borrowing.html">Due Dates & Loan Periods</a></li>
<li><a href="#">Fines & Lost Items</a></li>
<li><a href="#">Course Reserves</a></li>
<li><a href="#">My Accounts</a></li>
</ul>
<ul class="list-unstyled col-sm-6">
<li class="twocol-head">Requesting</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Request Articles & Chapters</a></li>
<li><a href="#">Request Books & Other Media</a></li>
<li><a href="#">Suggest a Purchase</a></li>
</ul>
</li>
</ul>
</li>
<!-- // Borrow/Request Dropdown -->
<!-- Research Dropdown -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Research <span class="hidden-sm">& Teaching </span><span class="caret"></span></a>
<ul class="dropdown-menu twocol-drop">
<li>
<ul class="list-unstyled col-sm-5 ul-left">
<li class="twocol-head">Research Help & Tools</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Ask a Librarian</a></li>
<li><a href="#">Subject Specialists</a></li>
<li><a href="#">Library Instruction</a></li>
<li><a href="#">Citation Management</a></li>
<li><a href="#">Off-Campus Access</a></li>
<li><a href="#">Help Guides</a></li>
<li><a href="#">Subject Guides</a></li>
</ul>
<ul class="list-unstyled col-sm-7">
<li class="twocol-head">Teaching Support</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Course Reserves</a></li>
<li><a href="#">Research Instruction for Courses</a></li>
<hr style="border:0; border-top: 1px solid #767676;">
<li class="twocol-head">Scholarly Communication & Publishing</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Dissertation Office</a></li>
<li><a href="#">Digital Scholarship</a></li>
<li><a href="#">Copyright Info</a></li>
</ul>
</li>
</ul>
</li>
<!-- // Research Dropdown -->
<!-- Collection/Exhibits Dropdown -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Collections <span class="hidden-sm">& Exhibits <span class="caret"></span></a>
<ul class="dropdown-menu twocol-drop">
<li>
<ul class="list-unstyled col-sm-6 ul-left">
<li class="twocol-head">Collections</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Collecting Areas by Subject</a></li>
<li><a href="#">Unique Collections</a></li>
<li><a href="#">Collection by Format</a></li>
</ul>
<ul class="list-unstyled col-sm-6">
<li class="twocol-head">Exhibits</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">All Exhibits</a></li>
<li><a href="#">Current Exhibits</a></li>
<li><a href="#">Past Exhibits</a></li>
<li><a href="#">Web Exhibits</a></li>
</ul>
</li>
</ul>
</li>
<!-- // Collection/Exhibits Dropdown -->
<!-- Locations Dropdown -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Using<span class="hidden-xs hidden-sm"> the Library </span><span class="caret"></span></a>
<ul class="dropdown-menu dropdown-menu-right twocol-drop">
<li>
<ul class="list-unstyled col-sm-6 ul-left">
<li class="twocol-head">Libraries</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="home-crerar-updated.html">Crerar</a></li>
<li><a href="a3-search-law.html">D'Angelo Law</a></li>
<li><a href="#">Eckhart</a></li>
<li><a href="#">Mansueto</a></li>
<li><a href="#">Regenstein</a></li>
<li><a href="#">Special Collections</a></li>
<li><a href="#">SSA</a></li>
<li><a href="spaces-fullhours.html">View all hours</a></li>
</ul>
<ul class="list-unstyled col-sm-6">
<li class="twocol-head">Using Spaces & Services</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Maps & Floor Plans</a></li>
<li><a href="#">Visiting the Library</a></li>
<li><a href="#">Call Number Guides</a></li>
<li><a href="#">Book a Room</a></li>
<li><a href="#">Places to Study</a></li>
<li><a href="#">Access & Privileges</a></li>
<li><a href="#">Off-Campus Access</a></li>
<li><a href="#">Copy, Print, Scan</a></li>
<li><a href="#">Techb@r</a></li>
</ul>
</li>
</ul>
</li>
<!-- // Locations Dropdown -->
<!-- About Mega Dropdown -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About <span class="hidden-xs hidden-sm hidden-md">the Library </span><span class="caret"></span></a>
<ul class="dropdown-menu dropdown-menu-right twocol-drop">
<li>
<ul class="list-unstyled col-sm-6 ul-left">
<li class="twocol-head">About the Library</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Mission & Strategic Plan</a></li>
<li><a href="#">Facts</a></li>
<li><a href="#">Departments & Staff</a></li>
<li><a href="#">Employment</a></li>
<li><a href="#">Visiting the Library</a></li>
<li><a href="#">Support the Library</a></li>
<li><a href="#">Library Sureys & Reports</a></li>
<li><a href="#">Library Policies</a></li>
<li><a href="#">Conferences</a></li>
<li><a href="#">External Boards & Committees</a></li>
</ul>
<ul class="list-unstyled col-sm-6">
<li class="twocol-head">News & Events</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">News</a></li>
<li><a href="#">Workshops & Events</a></li>
<li><a href="#">Social Media Directory</a></li>
<li><a href="#">Libra</a></li>
</ul>
</li>
</ul>
</li>
<!-- // About Dropdown -->
</ul> <!-- // Dropdown Nav -->
</div> <!-- // Global Navbar -->
</div> <!-- // Nav Wrapper / Fluid Top -->
</nav><!-- // Top Navigation -->
<!-- Fancy Splash Image -->
<div class="jumbotron" style="background-image: url(images/crerarbanner2.jpg);">
<div class="container">
<div class="overlaywrap crerar">
<a href="#">
<h2>The John Crerar Library</h2>
</a>
</div>
</div>
</div>
<!-- // Fancy Splash Image -->
<!-- Awesome Page Content -->
<div class="container-fluid main-container"> <!-- Main Container Wrapper -->
<div class="row row-offcanvas row-offcanvas-left"> <!-- Off Canvas Wrapper Row -->
<!-- Sidebar -->
<nav role="navigation">
<div class="col-xs-6 col-md-2 sidebar-offcanvas sidebar crerar" id="sidebar">
<h3><a href="#">The John Crerar Library</a></h3>
<ul>
<li><a href="#">Science Research Services</a>
<ul>
<li><a href="#">Science Research Guides</a></li>
<li><a href="#">Data Support Service</a></li>
<li><a href="#">Ask a Librarian</a></li>
<li><a href="#">Schedule a Consultation</a></li>
</ul>
</li>
<li><a href="#">Collections</a>
<ul>
<li><a href="#">Core Science Texts on Reserve</a></li>
<li><a href="#">Topical Bibliographies</a></li>
<li><a href="#">Audobon Prints</a></li>
<li><a href="#">Physics Candidacy Exams</a></li>
<li><a href="#">Science Exhibits</a></li>
</ul>
</li>
<li><a href="#">About</a>
<ul>
<li><a href="#">Visting Crerar Library</a></li>
<li><a href="#">History of Crerar Library</a></li>
<li><a href="#">Departments & Staff</a></li>
<li><a href="#">Access</a></li>
</ul>
</li>
<li><a href="#">Crerar Spaces</a>
<ul>
<li><a href="#">Faculty Studies</a></li>
<li><a href="#">Zar Room</a></li>
<li><a href="#">PSD Graphic Arts</a></li>
<li><a href="#">Reference</a></li>
</ul>
</li>
</ul>
</div>
</nav>
<!-- // Sidebar -->
<div class="col-md-10 breadcrumbs hidden-xs hidden-sm"></div>
<div class="container body-container col-xs-12 col-md-10" id="content"> <!-- Content Container -->
<!-- Off-Canvas Toggle Button -->
<div class="row visible-xs visible-sm toggle-side">
<p><button type="button" class="btn btn-sidebar law btn-xs" data-toggle="offcanvas"><i class="fa fa-caret-square-o-right fa-lg"></i></button></p>
</div>
<!-- // End Off-Canvas Toggle Button -->
<div class="row">
<!-- Main Content -->
<div class="col-xs-12 col-md-9 col-lg-9 centermain"> <!-- Center Content -->
<div class="tabs col-xs-12 nopadding main-search">
<nav role='navigation' class="transformer-tabs">
<ul>
<li><a href="#tab-1" class="active">Catalogs</a></li>
<li><a href="#tab-2"><span class="hidden-xs">Databases, Journals, & </span>Articles</a></li>
<li><a href="#tab-3">Library Website</a></li>
</ul>
</nav>
<!-- TAB 1 - Catalog Search -->
<div id="tab-1" class="col-xs-12">
<h2 style="font-size: 1.1em; color: #5e5e5e; margin: 10px 0 10px 5px;">Library Catalog</h2>
<div class="col-xs-9 col-sm-10 nopadding"> <!-- Text Search Field -->
<div class="input-group"> <!-- Input Group -->
<input type="text" class="form-control" aria-label="..." placeholder="evolutionary biology">
<div class="input-group-btn"> <!-- Button Wrapper -->
<button type="button" class="btn btn-searchtype btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">All Fields <span class="caret"></span></button>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#">Title</a></li>
<li role="separator" class="divider"></li>
<li><a href="#">Author</a></li>
<li role="separator" class="divider"></li>
<li><a href="#">ISBN, ISSN, etc.</a></li>
</ul>
</div><!-- // Button Group -->
</div> <!-- // Input Group -->
</div> <!-- // Text Search Field -->
<div class="col-xs-3 col-sm-2" style="padding-right:0"> <!-- Search Button -->
<button type="button" class="btn btn-search btn-default "><span class="hidden-md hidden-lg glyphicon glyphicon-search"></span><span class="hidden-xs hidden-sm">Search</span></button>
</div> <!-- // Search Button -->
<!-- Filter Search -->
<div class="col-xs-12 col-sm-9 eoptions" >
<p><strong class="hidden-xs">Filter to </strong>
<input type="checkbox" id="checkboxebooks" value="ebooks"> Ebooks
<input type="checkbox" id="checkboxejournals" value="ejournals"> Ejournals</p>
</div> <!-- // Filter Search -->
<div class="col-xs-12 col-sm-3 eoptions advanced"><p><a href="#">Advanced Search</a></p></div>
<div class="col-xs-12 searchoptions">
<p><i class="fa fa-info-circle" aria-hidden="true"></i> <span class="hidden-xs">Get materials from other libraries:</span> <a href="#">UBorrow</a> | <a href="#">BorrowDirect</a> | <a href="#">WorldCat</a></p>
</div>
</div> <!-- // Catalog Search -->
<!-- TAB 2 - Article Search -->
<div id="tab-2" class="col-xs-12 active">
<h2 style="font-size: 1.1em; color: #5e5e5e; margin: 10px 0 10px 5px;">Articles Plus</h2>
<div class="col-xs-9 col-sm-10 nopadding">
<input type="text" class="form-control" aria-label="..." placeholder="evolutionary biology">
</div>
<div class="col-xs-3 col-sm-2" style="padding-right:0">
<button type="button" class="btn btn-search btn-default "><span class="hidden-md hidden-lg glyphicon glyphicon-search"></span><span class="hidden-xs hidden-sm">Search</span></button>
</div>
<div class="col-xs-12 col-sm-9 eoptions" > <!-- Filter Search -->
<p><strong class="hidden-xs">Searching for </strong>
<input type="radio" onclick="window.location='b2-search.html#tab-2';" name="articles" checked="checked">Articles
<input type="radio" onclick="window.location='b2-search-journals.html';" name="journals">Journals
<input type="radio" onclick="window.location='b2-search-databases.html';" name="databases">Databases</p>
</div> <!-- // Filter Search -->
<div class="col-xs-12 searchoptions">
<p><i class="fa fa-info-circle" aria-hidden="true"></i> <a href="#">How Do I Find Articles?</a> | <a href="http://www.lib.uchicago.edu/e/about/epolicy.html">eResources Policy</a></p>
</div>
</div>
<!-- TAB 3 - Website Search -->
<div id="tab-3" class="col-xs-12">
<h2 style="font-size: 1.1em; color: #5e5e5e; margin: 10px 0 10px 5px;">Website Search</h2>
<div class="col-xs-9 col-sm-10 nopadding">
<input type="text" class="form-control" aria-label="..." placeholder="lockers">
</div>
<div class="col-xs-3 col-sm-2" style="padding-right:0">
<button type="button" class="btn btn-search btn-default "><span class="hidden-md hidden-lg glyphicon glyphicon-search"></span><span class="hidden-xs hidden-sm">Search</span></button>
</div>
<div class="col-xs-12 searchoptions">
<p><i class="fa fa-info-circle" aria-hidden="true"></i><span class="hidden-xs"> Other Website Searches:</span> <a href="#">Subject Guides</a> | <a href="#">Library News</a> | <a href="#">Staff Directory</a></p>
</div>
</div>
</div> <!-- // Tabs Wrapper -->
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-6 home-modwrapper">
<div class="home-module">
<h2>Explore <span class="hidden-xs hidden-sm hidden-md">Research</span> Guides</h2><a class="viewall" href="#">View all guides</a>
</div>
<div class="col-md-12">
<h3>Featured Science Subject Guides</h3>
<ul>
<li><a href="#">Enrico Fermi and the Nuclear Chain Reaction</a></li>
<li><a href="#">Chemistry</a></li>
<li><a href="#">Materials Science</a></li>
</ul>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6 home-modwrapper">
<div class="home-module">
<h2>Featured <span class="hidden-xs hidden-sm hidden-md">Library </span>Expert</h2><a class="viewall" href="#">View all experts</a>
</div>
<div class="col-xs-8">
<h3>Consult <a href="#">Ricardo Andrade</a> on:</h3>
<ul>
<li><a href="#">Biomedical Informatics</a></li>
<li><a href="#">Systematic Review Service</a></li>
</ul>
<h3>Not sure where to start?</h3>
<ul>
<li><a href="#">Ask a Science Librarian</a></li>
</ul>
</div>
<div class="col-xs-4 home-profile"><img class="img-responsive" src="images/ricardo2.jpg"></div>
</div>
</div>
<div class="home-modwrapper"> <!-- News Row -->
<div class="home-module">
<h2>News</h2><a class="viewall" href="#">View all</a>
</div>
<div class="newsblock col-xs-12 col-sm-6 col-md-3">
<figure class="embed">
<img class="img-responsive" src="images/cnews2.jpg">
<figcaption class="resources">Resources</figcaption>
</figure>
<h3>How to use copyrighted images</h3>
<p>Hint: fair use can help!<br>
<a href="#">Read more...</a></p>
</div>
<div class="newsblock col-xs-12 col-sm-6 col-md-3">
<figure class="embed">
<img class="img-responsive" src="images/news-database.jpg">
<figcaption class="events">Events</figcaption>
</figure>
<h3>ProductivityU</h3>
<p>Be more efficient with the Library’s help.<br>
<a href="#">Read more...</a></p>
</div>
<div class="newsblock col-xs-12 col-sm-6 col-md-3">
<figure class="embed">
<img class="img-responsive" src="images/cnews1.jpg">
<figcaption class="exhibitdate">online</figcaption>
<figcaption class="exhibit">Exhibits</figcaption>
</figure>
<h3>Under Your Feet</h3>
<p>Chicago’s Water, Freight, Subway and Storm Tunnels<br/>
<a href="#">Read more...</a></p>
<a class="viewall" href="#">All Current Exibits</a>
</div>
<div class="newsblock col-xs-12 col-sm-6 col-md-3">
<figure class="embed">
<img class="img-responsive" src="images/news-research.jpg">
<figcaption class="research">Research</figcaption>
</figure>
<h3>Star Wars Library Guide</h3>
<p>Don’t succumb to the Dark Side. Star Wars: The Force Awakens opens during interim, so take a break and learn about some of the Library’s collections about Star Wars!<br>
<a href="#">Read more...</a></p>
</div>
</div> <!-- // News Row -->
</div> <!-- // Center Content -->
<div class="col-xs-12 col-md-3 rightside"> <!-- Right Sidebar Content -->
<div class="rightside-mod col-xs-12 col-sm-6 col-md-12">
<h4>Science Quicklinks</h4>
<ul>
<li><a href="#">AccessMedicine</a></li>
<li><a href="#">Agricola</a></li>
<li><a href="#">Aquatic Sciences and Fisheries Abstracts</a></li>
<li><a href="#">Biological Abstracts</a></li>
<li><a href="#">CINAHL</a></li>
<li><a href="#">Cochrane Library (Wiley)</a></li>
</ul>
<a href="#" class="btn btn-morelink" role="button">View more databases <i class="fa fa-angle-double-right" aria-hidden="true"></i></a>
</div>
<div class="rightside-mod col-xs-12 col-sm-6 col-md-12">
<h4>Workshops & Events</h4>
<!-- Start script mock calendar -->
<div class="jflatTimeline calledOnce">
<div class="dates-bar">
<!-- <a class="prev"><i class="fa fa-angle-left"></i></a> -->
<a data-date="3/9/2013" class="active"><span class="date">10</span><span class="month">Mon</span></a>
<a data-date="3/11/2013"><span class="date">11</span><span class="month">Tues</span></a>
<a data-date="4/6/2013"><span class="date">12</span><span class="month">Wed</span></a>
<a data-date="4/9/2013" class="active"><span class="date">13</span><span class="month">Thurs</span></a>
<a data-date="4/9/2013" class="active"><span class="date">14</span><span class="month">Fri</span></a>
<a data-date="4/6/2013"><span class="date">15</span><span class="month">Sat</span></a>
<a data-date="4/9/2013"><span class="date">16</span><span class="month">Sun</span></a>
<a data-date="4/9/2013"><span class="date">17</span><span class="month">Mon</span></a>
<a class="next"><i class="fa fa-angle-right"></i></a>
</div>
<div class="event-wrap">
<p><a href="#" id="event-header">Awesome Science Event</a><br/>
<span class="event-date">March 10</span> | 9-10:30 a.m.</p>
<p><a href="#" id="event-header">Interesting Science Workshop</a><br/>
<span class="event-date">March 13</span> | 2-3 p.m.<br/>
<button type="button" class="btn btn-register">Register for Workshop</button>
</p>
<p><a href="#" id="event-header">Educational Event for Science Students</a><br/>
<span class="event-date">March 14</span> | 6-10:30 p.m.</p>
<a href="#" class="btn btn-morelink" role="button">View science calendar <i class="fa fa-angle-double-right" aria-hidden="true"></i></a>
</div>
</div>
<!-- // End script mock calendar -->
</div>
<div class="rightside-mod col-xs-12 col-sm-6 col-md-12">
<h4>Social</h4>
<ul>
<li><a href="#"><i class="fa fa-twitter"></i> Crerar Twitter</a></li>
<li><a href="#"><i class="fa fa-facebook-official"></i> Crerar Facebook</a></li>
</ul>
</div>
</div> <!-- // Right Sidebar Content -->
</div>
</div> <!-- // Content Container -->
</div> <!-- // Off Canvas Wrapper Row -->
</div> <!-- // Main Container Wrapper -->
<!-- // Awesome Page Content -->
<div id="push"></div>
<!-- Footer -->
<footer class="container-fluid footer" id="footer">
<!-- Contact -->
<div class="col-sm-2 col-md-2">
<p>Contact<br/>
<a href="#">Contact Form</a><br/>
<a href="#">Library Departments</a><br/>
<a href="#"><a href="#">Staff Directory</a><br/></p>
</div>
<!-- // Contact -->
<hr class="visible-xs"> <!-- Mobile Divider -->
<!-- Information -->
<div class="col-sm-2 col-md-2 divider-vertical">
<p>Information for<br/>
<a href="#">Faculty</a><br/>
<a href="#">Students</a><br/>
<a href="#">University Staff</a><br/>
<a href="#"><a href="#">Visitors</a><br/>
<a href="#"><a href="#">Alumni & Library Friends</a><br/>
<a href="#">Patrons with Disabilities</a></p>
</div>
<!-- // Information -->
<hr class="visible-xs"> <!-- Mobile Divider -->
<!-- Libraries -->
<div class="col-sm-2 col-md-2 col-sm-push-4 col-md-push-4 divider-vertical">
<p>Libraries<br/>
<a href="#">Crerar</a><br/>
<a href="#">D’Angelo Law</a><br/>
<a href="#">Eckhart</a><br/>
<a href="#">Mansueto</a><br/>
<a href="#">Regenstein</a><br/>
<a href="#">SSA</a></p>
</div>
<!-- // Libraries -->
<hr class="visible-xs"> <!-- Mobile Divider -->
<!-- Social -->
<div class="col-sm-2 col-md-2 col-sm-push-4 col-md-push-4">
<p>Library Social Media<br/>
<a href="#"><i class="fa fa-facebook-official"></i> Facebook</a><br/>
<a href="#"><i class="fa fa-rss-square"></i> Library News</a><br/>
<a href="#"><i class="fa fa-clone"></i> More Library Accounts...</a></p>
</div>
<!-- // Social -->
<hr class="visible-xs"> <!-- Mobile Divider -->
<!-- Address / Logo Text for Desktop-->
<div class="col-md-4 col-sm-pull-4 col-md-pull-4">
<div class="centerdiv">
<img src="images/unvlogo-white.png" width="150px" height="auto">
<!-- Library Location: Address -->
<p>D'Angelo Law Library<br/>
1121 E 60th St, Chicago, IL 60637</p>
<small><a href="#">Privacy Policy</a><br/>
© University of Chicago</small>
</div>
</div>
<!-- // Address / Logo Text -->
</footer>
<!-- // Footer -->
<!-- Scripts -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/lib-main.min.js"></script>
<!-- // Scripts -->
</body>
</html>