-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdaisy.html
91 lines (88 loc) · 4.22 KB
/
daisy.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
type="image/png"
href="/assets/images/pixel_coffee_mug.png"
/>
<meta name="author" content="Derek Andersen" />
<meta
name="description"
content="The personal website of Derek Andersen, only on the World Wide Web!"
/>
<link rel="stylesheet" type="text/css" href="/main.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<script src="//code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="/JavaScript/header.js"></script>
<script src="/JavaScript/color-theme-toggle.js"></script>
<title>Daisy the Squirrel / Derek Andersen</title>
</head>
<body onload="fillHeader()">
<div class="content">
<p id="top-home-button">
<a href="/about">← Home</a>
</p>
<h2 class="section">My experiences with Daisy the Squirrel</h2>
<p class="text">
This is a collection of videos and photos of my experiences with a squirrel I called Daisy, from early to mid 2021 in my Long Island, NY home. We had some good times together. I moved out of New York shortly after, so I haven't seen her in a while, but I hope she's doing well. These videos are in chronological order to the best of my knowledge, so this page chronicles our growing trust over a few months.
</p>
<ul>
<li>
<a href="https://youtu.be/UBxEgNmvmeg" target="_blank"
>Eating nuts at my backdoor</a>
</li>
<li>
<a href="https://www.reddit.com/r/squirrels/comments/mnld1j/eatin_nuts/?utm_source=share&utm_medium=web2x&context=3" target="_blank"
>Eating more nuts (pics)</a>
</li>
<li>
<a href="https://www.reddit.com/r/squirrels/comments/mnp4hk/look_who_came_inside_for_some_nuts/?utm_source=share&utm_medium=web2x&context=3" target="_blank"
>Eating nuts inside on rug</a>
</li>
<li>
<a href="https://www.reddit.com/r/squirrels/comments/neiw0v/daisy_standing_up/?utm_source=share&utm_medium=web2x&context=3" target="_blank"
>Standing up for a nut</a>
</li>
<li>
<a href="https://www.reddit.com/r/squirrels/comments/nia1lt/were_climbin_now/?utm_source=share&utm_medium=web2x&context=3" target="_blank"
>Climbing on me 1</a>
</li>
<li>
<a href="https://www.reddit.com/r/squirrels/comments/nlhmnf/daisy_splootin/?utm_source=share&utm_medium=web2x&context=3" target="_blank"
>Splooting</a>
</li>
<li>
<a href="https://www.reddit.com/r/squirrels/comments/nm8ogy/daisy_sliding_off_my_leg_by_accident/?utm_source=share&utm_medium=web2x&context=3" target="_blank"
>Climbing on me 2</a>
</li>
<li>
<a href="https://www.reddit.com/r/squirrels/comments/nmzawk/daisy_standing_splooting/?utm_source=share&utm_medium=web2x&context=3" target="_blank"
>Standing and splooting pics</a>
</li>
<li>
<a href="https://www.reddit.com/r/squirrels/comments/nnnalh/daisy_climbing_up_on_my_lap_on_a_nice_sunny_day/?utm_source=share&utm_medium=web2x&context=3" target="_blank"
>Climbing on me 3</a>
</li>
<li>
<a href="https://www.reddit.com/r/squirrels/comments/nkqe7s/pov_daisy_the_squirrel_is_climbing_up_your_body/?utm_source=share&utm_medium=web2x&context=3" target="_blank"
>Climbing on me 4 (POV)</a>
</li>
<li>
<a href="https://www.reddit.com/r/squirrels/comments/nk3dhv/big_squirrel_jump/?utm_source=share&utm_medium=web2x&context=3" target="_blank"
>Climbing on me 5 (big jump)</a>
</li>
<li>
<a href="https://www.reddit.com/r/squirrels/comments/nhitbn/one_step_closer_to_sitting_on_my_shoulder/?utm_source=share&utm_medium=web2x&context=3" target="_blank"
>Climbing on me 6</a>
</li>
</ul>
<img class="portrait" src="/assets/images/daisy.jpg" />
</div>
</body>
</html>