-
Notifications
You must be signed in to change notification settings - Fork 0
/
spaces.html
95 lines (83 loc) · 4.37 KB
/
spaces.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
<!doctype html>
<html lang="en">
<head>
<!-- metadata and SEO -->
<title>Spaces - BU Libraries Home</title>
<meta name="description" content="Whether you're searching for online content, browsing the stacks, or you just looking for somewhere to study, BU Libraries is here to help.">
<meta name="keywords" content="bu libraries,bu library">
<meta property="og:image" content="img/preview.png">
<meta property="og:image:secure" content="img/preview.png">
<meta name="copyright" content="© 2020 Boston University">
<!-- page configuration/encoding -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" type="image/x-icon" href="https://cdn.jsdelivr.net/npm/bulib-wc@latest/dist/icons/favicon.ico">
<!-- bulib-wc components and styling -->
<script src="https://unpkg.com/bulib-wc@latest/src/index.js?module" type="module" async defer></script>
<script src="./bulib-header.js" type="module" async defer></script>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/bundle.min.css">
<link rel="stylesheet" type="text/css" id="bu-banners-css" media="all"
href="https://www.bu.edu/orientation2020/wp-content/plugins/bu-banners/css/bu-banners.min.css?ver=1.3.3">
<!-- site-specific styling -->
<link rel="stylesheet" type="text/css" href="./styles.css">
<link rel="stylesheet" type="text/css" href="./fonts.css">
</head>
<body>
<bulib-header></bulib-header>
<div class="banner-wrapper">
<div class="banner">
<span><a href="/spaces.html">Spaces</a></span>
<ul class="inline-list secondary-menu">
<li><a href="/">welcome</a></li>
<li><a href="/collections.html">collections</a></li>
<li><a href="/spaces.html">spaces</a></li>
<li><a href="/bulib-wc">developers</a></li>
<li><a href="/firstyear">firstyear</a></li>
</ul>
</div>
</div>
<div id="main-content">
<div class="bu-banner bu-banner-full-center bu-banner-color-light mvm">
<div class="bu-banner-media">
<picture class="bu-banner-img">
<source media="(max-width: 600px)" srcset="img/banner-pardee-461x615.png">
<source media="(max-width: 900px)" srcset="img/banner-pardee-900x615.jpg">
<img width="1200" height="675" style="min-height: 315px" class="bu-banner-img" src="img/banner-pardee.png"
alt="The Pardee Management Library buzzing with patrons, some working together and others on laptops at desks, with stacks and the staircase behind">
</picture>
</div>
<div class="bu-banner-content">
<div class="bu-banner-title-wrapper">
<h1 class="bu-banner-title">Locations & Spaces</h1>
<bulib-search str_options="wp guides help">
<form action="http://library.bu.edu/srch.php" method="get">
<input name="q" type="text"/><button type="submit">Search</button>
</form>
</bulib-search>
<br />
<ul class="no-bullet flexw secondary-menu">
<li><bulib-card small title="Reserve a Room" description="Schedule a group meeting" icon="meeting_room" link="http://bu.libcal.com/booking/mugarstudy"></bulib-card></li>
<li><bulib-card small title="View Floorplans" description="Navigate our buildings" icon="map" link="https://www.bu.edu/library/about/maps-floorplans"></bulib-card></li>
<li><bulib-card small title="Library and Service Hours" description="See when we're open" icon="schedule" link="https://www.bu.edu/library/services/reference/appointments/"></bulib-card></li>
</ul>
</div>
</div>
</div>
<section id="mugar">
<h2>Mugar Memorial</h2>
<h3>African Studies Library</h3>
<h3>Howard Gotlieb Archival Research Center</h3>
<h3>Krasker Film/Video</h3>
<h3>Mugar Memorial Library</h3>
<h3>Music Library</h3>
</section>
<section id="pickering">
<h2>Pickering Educational Resources Library</h2>
</section>
<section id="pardee">
<h2>Frederick Pardee Management Library</h2>
</section>
</div>
<bulib-footer></bulib-footer>
</body>
</html>