heat-map/fire-and-fix.html

103 lines
4.2 KiB
HTML
Raw Permalink Normal View History

2026-07-21 08:17:27 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Fire and the Fix - Bernardo Zubko</title>
<meta property="og:type" content="website">
<meta property="og:title" content="The Fire and the Fix - Bernardo Zubko">
<meta property="og:description" content="&quot;Every weld is a story. Every mistake is a lesson.&quot;">
<meta property="og:image" content="https://images.pexels.com/photos/177872/pexels-photo-177872.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=650&amp;w=940">
<meta property="og:url" content="https://bernardo-zubko.4ort.net/fire-and-fix.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="&quot;Every weld is a story. Every mistake is a lesson.&quot;">
<style>
body {
font-family: 'Courier New', Courier, monospace;
background-color: #1a1a1a;
color: #e0e0e0;
line-height: 1.6;
margin: 0;
padding: 20px;
}
h1, h2 {
color: #ff6b35;
text-align: center;
font-size: 2.5em;
margin-bottom: 20px;
}
p {
font-size: 1.2em;
max-width: 800px;
margin: 0 auto 20px;
text-align: center;
}
.story {
max-width: 800px;
margin: 40px auto;
background-color: #2a2a2a;
padding: 30px;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}
.quote {
font-style: italic;
text-align: center;
font-size: 1.4em;
color: #ff6b35;
margin: 40px 0;
}
.gallery {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
max-width: 1000px;
margin: 40px auto;
}
.gallery img {
width: 100%;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}
.back-link {
text-align: center;
margin-top: 40px;
}
.back-link a {
color: #ff6b35;
text-decoration: none;
font-weight: bold;
}
.back-link a:hover {
color: #ff4500;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<h1>The Fire and the Fix</h1>
<p class="quote">"Every weld is a story. Every mistake is a lesson."</p>
<div class="story">
<h2>The Water Pump Story</h2>
<p>It was a cold morning in the village. The water pump had broken, and the whole community needed water. I was young then, just learning the trade. My hands were shaking as I picked up the torch.</p>
<p>I tried to fix the joint, but I was too eager. The heat was too high, and the metal warped. I thought I'd ruined it. But when I stepped back and looked at it, I saw something else. The warped metal had created a new shape, stronger than before.</p>
<p>That's when I learned the secret: the break is where the strength grows. Every mistake is a chance to learn, to make something better than it was before.</p>
<p>Now, when I weld, I don't fear the mistakes. I welcome them. Because every scar on the metal tells a story, and every story makes us stronger.</p>
</div>
<div class="gallery">
<img src="https://images.pexels.com/photos/177872/pexels-photo-177872.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Sparks flying from a welding torch">
<img src="https://images.pexels.com/photos/37517094/pexels-photo-37517094.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Close-up of a welding process">
<img src="https://pixabay.com/get/gf15e221b7197af38a4a53d37e0eb128da17d17a06089160bae9e4bd8c24e39f7c945a43caf1ff3036d58ee4f18ed348b272d004f4c45b644b22294381043f2ae_1280.jpg" alt="Welder in a vintage helmet">
</div>
<div class="back-link">
<a href="index.html">Back to the homepage</a>
</div>
</body>
</html>