-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path01_04_2024.html
More file actions
99 lines (79 loc) · 3.25 KB
/
01_04_2024.html
File metadata and controls
99 lines (79 loc) · 3.25 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
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
92
93
94
95
96
97
98
99
<!-- <center><img src="/Seattle_2024/IMG_1513.jpeg" alt="Seattle_2024/IMG_1513.jpeg" width="300" height="400"></center> -->
<!-- <a href="https://address.com">Label</a> -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>01/04/2024</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 40px;
background-color: #f4f4f4;
color: #333;
line-height: 1.6;
}
h1, h2 {
color: #2c3e50;
}
img {
max-width: 100%;
height: auto;
display: block;
margin: 10px 0;
}
.container {
max-width: 800px;
margin: 0 auto;
background: #fff;
padding: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
p {
margin: 10px 0;
}
a {
color: #3498db;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
Back to <a href="index">Homepage</a>
<h1>iBlog</h1>
<h2>01/04/2024</h2>
<p>04/01/2024 Adventures</p>
<p>I thought today I would briefly note some great adventures I’ve had. What words define a great adventure? Memorable, comradeship, out-side-the-box, unknown, mental/physical effort, danger, unknown risk, excitement, doubt, and financial risk are all word(s) that encompass traits of a great adventure to me. Let’s begin!</p>
<p> Traveling by Amtrack Empire Builder to visit my Grandparents <br>
DC10 from Honolulu to MPLS<br>
Airlink fiasco in MPLS with drunk guy and blind guy<br>
Fishing Lake Sakakawea with Irv, rattle snake, motherload, storms, cliffs<br>
Fish stinky swamp, getting stuck and walking to get help with Irv.<br>
Exploring Greenway Mines<br>
Mooney ride from Hibbing airport<br>
Qualifying with Glocks in snowstorm<br>
Piper Jean Streyle Robert Leroy Anderson FBI jet ski impeller DCI car<br>
Lake Okoboji Scuba frozen <br>
Snorkeling with Chuck and <br>
Scuba diving Molokini Caldera narcosis woo gnarly waves<br>
Pheasant Hunting is SD with Rich, Bill, Wayne, Stacy Tufto <br>
Investigating burglary and extraditing suspect from Trinidad Co. with Casey<br>
Blackie Federal Court<br>
Skydiving<br>
Finding my brother, drive to SD, investigating, Tiff calling<br>
Ice diving cert in Tioga<br>
Jon taking me to the Mines in Tioga<br>
Removing truck from lake<br>
Recovering body from Swan Lake</p>
<p>This is just a list. In the future I might write about some of the specific adventures that I have listed. Some of them have already been documented in police reports, video, and other media.</p>
<p>End of blog. Thank you for reading!</p>
Back to <a href="index">Homepage</a><br><br>
© 2024. This work by Isaiah Keating is openly licensed via <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>
</div>
</body>
</html>