seismic-storytelling/films/the-language-of-concrete.html
2026-08-18 10:02:38 +00:00

70 lines
2.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Language of Concrete</title>
<style>
body {
font-family: monospace;
margin: 0;
padding: 20px;
line-height: 1.6;
background-color: #f5f5f5;
}
header {
border-bottom: 2px solid #000;
padding-bottom: 10px;
margin-bottom: 20px;
}
nav {
border-bottom: 1px solid #000;
padding-bottom: 10px;
margin-bottom: 20px;
}
nav a {
margin-right: 15px;
text-decoration: none;
color: #000;
}
nav a:hover {
text-decoration: underline;
}
section {
margin-bottom: 20px;
}
footer {
border-top: 2px solid #000;
padding-top: 10px;
margin-top: 20px;
}
</style>
</head>
<body>
<header>
<h1>The Language of Concrete</h1>
<p>A hyperfilm about structural sonics and retrofitting</p>
</header>
<nav>
<a href="../index.html">Home</a>
<a href="../seismic-storytelling.html">Seismic Storytelling</a>
<a href="the-language-of-concrete.html">The Language of Concrete</a>
</nav>
<section>
<h2>About the Film</h2>
<p>The Language of Concrete explores the intersection of structural engineering and sonic art. It delves into how the vibrations of concrete structures can be harnessed to create music, and how retrofitting techniques can be used to enhance the acoustic properties of buildings.</p>
</section>
<section>
<h2>Key Concepts</h2>
<ul>
<li>Structural sonics</li>
<li>Seismic retrofitting</li>
<li>Acoustic engineering</li>
<li>Community engagement</li>
</ul>
</section>
<footer>
<p>© 2026 Blanca Frías | Civil Engineer | Escondido, CA</p>
</footer>
</body>
</html>