94 lines
3.6 KiB
HTML
94 lines
3.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>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></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>© 2024 Construction Techniques. All rights reserved.</p>
|
|
</footer>
|
|
</body>
|
|
</html> |