-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathruby.html
More file actions
65 lines (62 loc) · 1.69 KB
/
Copy pathruby.html
File metadata and controls
65 lines (62 loc) · 1.69 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
<HTML>
<HEAD><TITLE>Ruby Hanson Davy</TITLE>
<LINK REL="stylesheet" HREF="style.css" type="text/css" />
<script type="text/javascript">
window.onload = function() {
var current = new Date();
var expiry = new Date('2022-05-26T14:00:00.000-00:00')
if (current.getTime() > expiry.getTime()) {
document.getElementById('photo-tease').style.display = "none";
document.getElementById('photo-links').style.display = "block";
} else {
document.getElementById('photo-tease').style.display = "block";
}
}
</script>
</HEAD>
<BODY>
<DIV class="main">
<div class="header-item">
<IMG SRC="ruby.png" class="ruby-image" />
</div>
<div class="header-item">
<IMG SRC="title.png" class="title-image" />
</div>
<div id="photo-tease">
<div class="button-item">
<IMG SRC="photo-tease.png" class="button-image" />
</a>
</div>
</div>
<div id="photo-links">
<div class="button-item">
<a href="https://youtu.be/YuF7s6ZtNGg">
<IMG SRC="ruby-in-pictures.png" class="button-image" />
</a>
</div>
<div id="photo-slideshow-links">
<div class="button-item">
<a href="https://youtu.be/hEs2xCt50VQ">
<IMG SRC="slideshow.png" class="button-image" />
</a>
</div>
<div class="button-item">
<a href="https://www.dropbox.com/sh/3cwiwkbp53f06ql/AABPj9XVkq_bQj9Ht203D6dya?dl=0">
<IMG SRC="photos.png" class="button-image" />
</a>
</div>
</div>
<div class="button-item">
<a href="https://wlh.org.uk">
<IMG SRC="donate.png" class="button-image" />
</a>
</div>
<div id="full-slideshow">
<div class="button-item">
<a href="https://youtu.be/wF_Owyyi_SA">
<IMG SRC="full-slideshow.png" class="button-image" />
</a>
</div>
</DIV>
</BODY>
</HTML>