-
Notifications
You must be signed in to change notification settings - Fork 2
/
404.html
66 lines (58 loc) · 3.49 KB
/
404.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
---
title: 404 Error - File Not Found
section: Help
layout: page
permalink: /404.html
---
<div class="row">
<div class="col-md-9 col-sm-12">
<h3>The page you are trying to reach appears to be missing.</h3>
<p>Please feel free to <a href="mailto:[email protected]">contact us</a> to let us know what went wrong.</p>
<div class="row">
<div class="col-sm-12 text-left">
<h2>Contact Us for Help</h2>
</div>
<div class="col-md-6" id="askus_libchat">
<!-- "ask-us-chat-button" libanswers widget -->
<style>#askus_libchat #libchat_04cf8436368bf3129d55f5f317ff12c3 button { padding: 0px; width: 100%; border: none; }</style>
<div id="libchat_04cf8436368bf3129d55f5f317ff12c3" class="btn btn-lg btn-outline-pride-gold btn-block rounded-0 mx-auto popular"></div>
<p class="mt-0 text-center"><small>Web chat with a librarian during <a href="{{ '/about/hours.html#reference' | relative_url }}">reference desk hours</a>.</small></p>
<script src="https://v2.libanswers.com/load_chat.php?hash=04cf8436368bf3129d55f5f317ff12c3"></script>
</div>
<div class="col-md-6">
<a id="askmodal-tel" class="btn btn-lg btn-outline-pride-gold btn-block rounded-0 mx-auto popular" href="tel:208-885-6584">
<span class="fas fa-phone"></span> Call</a>
<p class="mt-0 text-center"><small>Reference: 208-885-6584 <br />24-hour (5 days a week): 208-885-6559</small></p>
</div>
<div class="col-md-6">
<a id="askmodal-email" class="btn btn-lg btn-outline-pride-gold btn-block rounded-0 mx-auto popular" href="mailto:[email protected]">
<span class="fas fa-envelope"></span> Email</a>
<p class="mt-0 text-center"><small>[email protected]</small></p>
</div>
<div class="col-md-6">
<a id="askmodal-txt" class="btn btn-lg btn-outline-pride-gold btn-block rounded-0 mx-auto popular" href="sms:208-449-0841">
<span class="fas fa-comments"></span> Text</a>
<p class="mt-0 text-center"><small>208-449-0841</small></p>
</div>
<div class="col-md-12">
<p class="px-3">Our reference librarians are here to help you with all your information needs, ready to connect via chat, phone, text, or email. You can even set up an in person research consultation with a librarian: <a href="{{ '/help/rap.html' | relative_url }}" class="ml-2"><span class="fas fa-user"></span> Schedule a Meeting</a></p>
</div>
</div>
<hr>
<p>Use the search box below to find information and content on the library's website. </p>
<script>
(function () {
var cx = '003965900948510015874:byf182lihn8';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
<p><small><em>Please note:</em> Site Search is a service provided by Google. Results depend on third party indexing.</small></p>
</div>
</div>