-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path01_06_2024.html
More file actions
80 lines (62 loc) · 3.16 KB
/
Copy path01_06_2024.html
File metadata and controls
80 lines (62 loc) · 3.16 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
<!-- <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/06/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>06/01/2024</h2>
<p>06/01/2024 Journal entry for the day<br>
Busy day so I’ve decided to do a journal entry. Woke up a bit late and after getting ready for the day I made a plan for Andrew and I to run into town for a few errands. Tiff made some tasty quesadillas for me that got me going.
We had a much welcomed four to five inches of snowfall Friday night. I snow blew the driveway, swept off the vehicles, and started up Andrew’s Trailblazer for some winter weather drivers training. Andrew wasn’t really excited about driving but he was a trooper and agreed to the plan.<br>
Andrew drove us to L&M where we bought a new ice fishing rod, some ice fishing accessories, and a poly snow shovel for the deck. After leaving L&M, I noticed we had zero gas so we made a pit stop at Cenex for some badly needed gas. We then drove over to the Pokegama Lake store for some propane and shiners. Andrew did a great job driving on the slippery roads and we made it home without incident!
I then hastily made my way out to the lake for some ice fishing. I walked out to sandbar point. I was pleased to find that the walk wasn’t that bad and I was able to get myself on the point with my Garmin GPS. I didn’t have any luck and it started to get windy and snowed quite a bit. Andrew and Willow walked out to visit me.<br>
After returning home, I grilled some pre-seasoned chuck-eye steaks Tiff got from S&S meats. We have been really pleased with the chuck-eyes! I then used our new snow shovel and had a great time shoveling off the deck. I’m so glad I replaced the old deck boards which makes shoveling so much easier.
</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>