-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (71 loc) · 1.63 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<style>
body {
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
sans-serif;
font-size: 1.4rem;
background: url('logo.png') no-repeat;
background-size: 40%;
background-position: center top;
}
#wrap {
display: flex;
flex-flow: column;
justify-content: center;
gap: 10px;
align-items: center;
margin-top: 54vh;
}
.sr-only {
display: none;
}
.s-lc-whw-bh {
display: none;
}
#s-lc-whw-subloc-2093 {
display: none;
}
.table {
width: 100%;
}
tbody td {
text-align: center;
vertical-align: top;
padding: 10px;
}
.s-lc-whw-today-h,
.s-lc-whw-today {
color: #E63418;
}
#tagline {
color: #aaa;
text-align: center;
margin-top: 80px;
}
</style>
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<div id="wrap">
<div>
<script src="https://cal.lib.virginia.edu/js/hours_grid.js?002"></script>
<div id="s-lc-whw2093"></div>
<script>
$(function () {
var week2093 = new $.LibCalWeeklyGrid($("#s-lc-whw2093"), {
iid: 863,
lid: 2093,
systemTime: false,
})
})
</script>
</div>
<span id="tagline">
Scholars' Lab Makerspace <br>
Shannon Library<br>
University of Virginia</span>
</div>
</body>
</html>