-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.46 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
<html>
<head>
<link rel="stylesheet" href="style.css">
<link href='http://fonts.googleapis.com/css?family=Chelsea+Market' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="beginning" class="opening section">
<h1>One year has passed.</h1>
<a href="#past"><div class="next-arrow"></div></a>
</div>
<div id="past" class="past section">
<h1>I was in Maine, hopping around to my wits end.<h1>
<h1>Like a tumbleweed in the wind.</h1>
<div class="tumbleweed past"></div>
<a href="#angel"><div class="next-arrow-inverted"></div></a>
</div>
<div id="angel" class="angel section">
<h1>But then an angel came.</h1>
<div class="angel-image fade-in"></div>
<a href="#despair"><div class="next-arrow-inverted"></div></a>
</div>
<div id="despair" class="despair section">
<h1>This angel saved me from despair.</h1>
<div class="fire"></div>
<a href="#love"><div class="next-arrow"></div></a>
</div>
<div id="love" class="love section">
<h1>With all the love in the world, you saved me. I wouldn't be here without your support.</h1>
<h1>I love you, Candace.</h1>
<div class="kiss"></div>
<a href="#birthday"><div class="next-arrow-inverted"></div></a>
</div>
<div id="birthday" class="birthday section">
<h1>Happy Birthday</h1>
<canvas id="birthdayjs"></canvas>
<a href="#beginning"><div class="beginning-arrow"></div><script src="birthday.js"></script></a>
</div>
</body>
</html>