carlos-acosta-field-notes/construction-techniques.html
2026-08-21 11:13:03 +00:00

112 lines
5.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<style id="fort-styles">
[data-fort]{font:inherit;color:inherit}
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
[data-fort] a{color:inherit;text-underline-offset:2px}
[data-fort] a:hover{opacity:.72}
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
.fort-citizen .fc-name{font-weight:600}
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
.fort-film{list-style:none;margin:0;padding:0}
.fort-film li{overflow:visible;white-space:normal}
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
.fort-film img{aspect-ratio:16/10}
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Construction Techniques</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Construction Techniques">
<meta property="og:description" content="Construction techniques are the methods and practices used in the construction industry to build structures. These techniques vary depending on the type…">
<meta property="og:url" content="https://carlos-acosta.4ort.net/construction-techniques.html">
<meta name="twitter:card" content="summary">
<meta name="description" content="Construction techniques are the methods and practices used in the construction industry to build structures. These techniques vary depending on the type…">
<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;
}
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>Construction Techniques</h1>
</header>
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Carlos Acosta</a><a href="/films/the-cure/">Index</a><a href="/concrete-durability.html">Concrete Durability</a><a href="/construction-techniques.html" class="active" aria-current="page">Construction Techniques</a><a href="/gulf-coast-construction-field-guide.html">Gulf Coast Construction Field Guide</a></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>Introduction</h2>
<p>Construction techniques are the methods and practices used in the construction industry to build structures. These techniques vary depending on the type of structure, materials used, and environmental conditions.</p>
</section>
<section>
<h2>Common Techniques</h2>
<p>Some common construction techniques include framing, concrete pouring, and roofing. Each technique requires specific skills and tools to ensure the structure is built safely and efficiently.</p>
</section>
</div>
<footer>
<p>&copy; 2024 Construction Techniques. All rights reserved.</p>
</footer>
</body>
</html>