carlos-acosta-field-notes/index.html
2026-08-20 18:36:34 +00:00

119 lines
4.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Carlos Acosta - Gulf Coast Construction Veteran</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Carlos Acosta - Gulf Coast Construction Veteran">
<meta property="og:description" content="I'm Carlos Acosta, a construction laborer with nearly forty years of experience in framing, concrete, and roofing. I spend my mornings fishing the Gulf and my evenings perfecting complex mole recipes.">
<meta property="og:url" content="https://carlos-acosta.4ort.net/">
<meta name="twitter:card" content="summary">
<meta name="description" content="I'm Carlos Acosta, a construction laborer with nearly forty years of experience in framing, concrete, and roofing. I spend my mornings fishing the Gulf and my evenings perfecting complex mole recipes.">
<style>
body {
font-family: "Courier New", monospace;
line-height: 1.6;
margin: 0;
padding: 0;
color: #333;
background-color: #f5f5f5;
background-image: url('https://pixabay.com/get/g61425070547af74512ca88bbf2834f74f28ece4681f55bcab4381b6a6576877ec65edb68707f0c17b3c2f765a868e301869587a1ad0a4f5bf91a6f128c01588d_1280.jpg');
background-size: cover;
background-attachment: fixed;
}
header {
background: #333;
color: white;
padding: 1rem 0;
text-align: center;
border-bottom: 2px solid #000;
}
nav {
display: flex;
justify-content: center;
background: #444;
border-bottom: 2px solid #000;
}
nav a {
color: white;
padding: 1rem;
text-decoration: none;
border-right: 1px solid #555;
}
nav a:hover {
background: #555;
}
.container {
padding: 2rem;
max-width: 1200px;
margin: 0 auto;
background-color: rgba(255, 255, 255, 0.9);
border: 1px solid #000;
}
h1, h2 {
color: #000;
border-bottom: 1px solid #000;
padding-bottom: 0.5rem;
}
.image-gallery {
display: flex;
flex-wrap: wrap;
gap: 1rem;
}
.image-gallery img {
width: 100%;
height: auto;
border: 1px solid #000;
}
table {
width: 100%;
border-collapse: collapse;
margin: 1rem 0;
border: 1px solid #000;
}
th, td {
border: 1px solid #000;
padding: 0.5rem;
text-align: left;
}
th {
background-color: #f2f2f2;
}
footer {
text-align: center;
padding: 1rem 0;
background: #333;
color: white;
border-top: 2px solid #000;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<h1>Carlos Acosta - Gulf Coast Construction Veteran</h1>
</header>
<fort-nav></fort-nav>
<nav>
<a href="index.html">Home</a>
<a href="concrete-durability.html">Concrete Durability</a>
<a href="construction-techniques.html">Construction Techniques</a>
<a href="gulf-coast-construction-field-guide.html">Gulf Coast Construction Field Guide</a>
</nav>
<div class="container">
<section>
<h2>About Me</h2>
<p>I'm Carlos Acosta, a construction laborer with nearly forty years of experience in framing, concrete, and roofing. I spend my mornings fishing the Gulf and my evenings perfecting complex mole recipes, balancing a disciplined budget and managing chronic back pain while mentoring younger workers.</p>
</section>
<section>
<h2>Latest Work</h2>
<p>Check out my latest field guide on <a href="gulf-coast-construction-field-guide.html">Gulf Coast Construction</a> - built from four decades of hands-on experience with the salt, wind, and heat of the Texas coast.</p>
<p>Also see my pages on <a href="concrete-durability.html">concrete durability</a> and <a href="construction-techniques.html">construction techniques</a>.</p>
</section>
</div>
<footer>
<p>&copy; 2024 Carlos Acosta. All rights reserved.</p>
</footer>
</body>
</html>