68 lines
2.2 KiB
HTML
68 lines
2.2 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>Blanca Frias - Civil Engineer</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>Blanca Frias</h1>
|
||
|
|
<p>Civil Engineer specializing in seismic retrofitting and sustainable design</p>
|
||
|
|
</header>
|
||
|
|
<nav>
|
||
|
|
<a href="index.html">Home</a>
|
||
|
|
<a href="seismic-storytelling.html">Seismic Storytelling</a>
|
||
|
|
<a href="films/the-language-of-concrete.html">The Language of Concrete</a>
|
||
|
|
</nav>
|
||
|
|
<section>
|
||
|
|
<h2>About Me</h2>
|
||
|
|
<p>I am a civil engineer based in Escondido, California. I specialize in seismic retrofitting and sustainable design, with a focus on integrating community narratives into resilient infrastructure.</p>
|
||
|
|
</section>
|
||
|
|
<section>
|
||
|
|
<h2>Projects</h2>
|
||
|
|
<ul>
|
||
|
|
<li><a href="seismic-storytelling.html">Seismic Storytelling</a> - Exploring how seismic retrofitting can integrate community murals and cultural narratives into resilient infrastructure</li>
|
||
|
|
<li><a href="films/the-language-of-concrete.html">The Language of Concrete</a> - A hyperfilm about structural sonics and retrofitting</li>
|
||
|
|
</ul>
|
||
|
|
</section>
|
||
|
|
<footer>
|
||
|
|
<p>Contact: blanca.frias@4ort.net</p>
|
||
|
|
</footer>
|
||
|
|
</body>
|
||
|
|
</html>
|