Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 28 additions & 27 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,65 +5,66 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/style.css">
<title>BigFootShadow4509's Blog</title>

</head>
<body>
<div class="header">
<header class="header">
<div>BigFootShadow4509's Blog</div>
<a href="#" class="home-link">Home</a>
</div>
</header>

<div class="main">
<div class="post-article">
<main class="main">
<article class="post-article">
<div class="image-container">
<img src="./img/big-foot.jpg" alt="" srcset="">
</div>
<h1 class="title">
My Bigfoot Sighting
</h1>

<div class="paragraph">
<p class="paragraph">
Hey there, fellow adventurers!
</div>
</p>

<div class="paragraph">
<p class="paragraph">
I have to admit, I didn’t expect my weekend hike in the Cascade Mountains to turn into something <i>straight out of a legend</i>. But here we are—<i>I saw Bigfoot</i>.
</div>
</p>

<div class="paragraph">
<p class="paragraph">
It all started early in the morning. The mist was still clinging to the trees as I set off on the trail. It was the kind of quiet that makes you feel like you're the only person in the world, and honestly, I was just enjoying the peaceful solitude when I spotted something strange.
</div>
</p>

<div class="paragraph">
<p class="paragraph">
I noticed a shadow in the distance—tall, dark, and… not quite right. At first, I thought it was a bear, but something felt off. It moved so gracefully through the trees, almost like it was aware of my presence. My heart skipped a beat as I realized it wasn’t a bear at all—it was a figure standing on two legs. And it was massive.
</div>
</p>

<div class="paragraph">
<p class="paragraph">
I tried to convince myself it was a trick of the light, but then it moved again, stepping into a patch of sunlight that filtered through the trees. I got a glimpse—this wasn’t a person in a suit, no way. It was covered in dark, matted hair, and its posture was unlike anything I’d seen before. I couldn’t make out its face, but its eyes… oh man, its eyes glowed in the dim forest like something out of a dream.
</div>
</p>

<div class="paragraph">
<p class="paragraph">
In a blink, it disappeared into the woods, vanishing as quickly as it had appeared. I stood there frozen, my heart still racing. No camera. No phone. Just me and the wild.
</div>
</p>

<div class="paragraph">
<p class="paragraph">
Some people will say I imagined it. Some will say it was a trick of the light. But I know what I saw. I don’t have all the answers, but I can tell you this—there’s something out there, something ancient, and it doesn’t want to be found.
</div>
</p>

<div class="paragraph">
<p class="paragraph">
If you ever find yourself hiking in the wild, <b>keep your eyes peeled</b>. You might just encounter the creature of legends.
</div>
</p>

<div class="paragraph">
<p class="paragraph">
Stay curious, Hunter
</div>
</p>

</div>
</article>


</div>
</main>

<div class="footer">
<footer class="footer">
<div>&copy; 2025 BigFootShadow4509</div>
</div>
</footer>
</body>
</html>
</html>