-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnew-website-preview.html
More file actions
executable file
·205 lines (155 loc) · 6.81 KB
/
new-website-preview.html
File metadata and controls
executable file
·205 lines (155 loc) · 6.81 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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>New UM Libraries Website Preview | UM Libraries Website Redesign</title>
<meta name="description" content=" The preview version of the new University of Miami Libraries website is now available at: https://new.library.miami.edu/ ">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta http-equiv="X-Frame-Options" content="sameorigin">
<!-- CSS -->
<!--[if lte IE 8]><script src="https://www.library.miami.edu/redesign/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="/redesign/css/main.css">
<!--Favicon-->
<link rel="shortcut icon" href="/redesign/favicon.ico" type="image/x-icon">
<!-- Canonical -->
<link rel="canonical" href="https://www.library.miami.edu/redesign/new-website-preview.html">
<!-- RSS -->
<link rel="alternate" type="application/atom+xml" title="UM Libraries Website Redesign" href="https://www.library.miami.edu/redesign/feed.xml" />
<!-- Font Awesome -->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Google Fonts -->
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,700italic,400italic" rel="stylesheet" type="text/css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GG3W2LFPG1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GG3W2LFPG1');
</script>
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header class="site-header">
<div class="inner">
<div class="row">
<div class="8u 10u(small) 12u$(xxsmall)">
<div class="branding">
<a href="/redesign/">
<img class="avatar" src="/redesign/img/symbol.png" alt=""/>
</a>
<h1 class="site-title">
<a href="/redesign/">UM Libraries Website Redesign</a>
</h1>
</div>
</div>
<div class="4u$ 2u$(small) 12u$(xxsmall)">
<nav class="site-nav">
<ul>
<li>
<a class="page-link" href="/redesign/about/">
About
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<div class="content">
<div id="post">
<div class="inner">
<article>
<div class="post-header">
<h1 class="title">New UM Libraries Website Preview</h1>
<p class="meta">
April 24, 2018
</p>
<div class="simple-author">
<img src="/redesign/img/staff/andrew.png" alt="UM Staff" />
<p><span class="accent1">Andrew Darby</span><br />Head, Web & Application Development</p>
</div>
</div>
<section class="post-content"><div class="row">
<div class="8u 12u$(medium)">
<div>
<p>The preview version of the new University of Miami Libraries website is now available at: <a href="https://new.library.miami.edu/">https://new.library.miami.edu/</a></p>
<p>We invite you to view, explore, and <a href="http://library.miami.edu/beta-feedback/">let us know what you think</a>. Please keep in mind that this site is still in development. Based on your feedback, we will perform additional user testing and polish everything up over the summer in time for a launch this fall.</p>
<h2 id="why-a-preview">Why a Preview?</h2>
<p>The purpose of the preview (or beta) launch is to give students and faculty a chance to experience the new site. The beta will allow us to test how the site performs in a realistic environment. You can look forward to more new content and features in the weeks ahead.</p>
<h2 id="acknowledgements">Acknowledgements</h2>
<p>Thanks to UML’s department of Web & Application Development for their hard work in design, coding, and server setup; the Website Redesign Advisory Team for steering the project; the User Experience Team for planning and running the user research; and library faculty and staff for developing and updating the content.</p>
</div>
</div>
<div class="4u 12u$(medium)">
<div>
<div class="center">
<img src="/redesign/img/posts/redesign-blog-preview.jpg" alt="Redesign Preview" class="image-reg" />
<span class="img-caption">Redesign Mobile Preview</span>
</div>
</div>
</div>
</div>
</section>
</article>
</div>
</div>
<!-- Post navigation -->
<div id="post-nav">
<div class="inner">
<div class="row">
<div class="6u 12u$(medium)">
<a id="prev-post" href="/redesign/ice-cream-social-mockup-testing.html">
<span class="nav-label button">
<i class="fa fa-chevron-left"></i> Prev
</span>
<span class="page-title">Lure Them In With Ice Cream:<br />A Creative Way to Gather Feedback</span>
</a>
</div>
<div class="6u$ 12u$(medium)">
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="row">
<div class="2u 12u$(small)">
<a href="http://welcome.miami.edu/" class="footer-logo" target="_blank"><img src="/redesign/img/um-logo.png" alt="University of Miami"></a>
</div>
<div class="4u 12u$(small)">
<p><a href="https://www.library.miami.edu/" class="footer-link" target="_blank">University of Miami Libraries</a><br />
1300 Memorial Drive<br />
Coral Gables, FL 33124<br />
(305) 284-3233
</p>
</div>
<div class="3u 12u$(small)">
</div>
<div class="3u$ 12u$(small)">
<ul class="icons">
<li><a href="https://www.facebook.com/pages/University-of-Miami-Libraries/16409329419" class="icon alt fa-facebook" target="_blank"><span class="label">Facebook</span></a></li>
<li><a href="https://twitter.com/UMiamiLibraries" class="icon alt fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
<li><a href="https://www.instagram.com/umiamilibraries/" class="icon alt fa-instagram" target="_blank"><span class="label">Instagram</span></a></li>
</ul>
</div>
</div>
<ul class="copyright">
<li>© 2017-2018 | <a href="http://www.miami.edu/index.php/privacy_statement/" target="_blank">Privacy</a></li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="https://www.library.miami.edu/redesign/js/jquery.min.js"></script>
<script src="https://www.library.miami.edu/redesign/js/skel.min.js"></script>
<script src="https://www.library.miami.edu/redesign/js/main.js"></script>
</body>
</html>