104 lines
5.1 KiB
HTML
104 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>About Anna Martinez</title>
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="About Anna Martinez">
|
|
<meta property="og:description" content="I am a meticulous administrative specialist and a solitary artist based in Nashville, TN. I channel my competitive drive into curating quiet, visually…">
|
|
<meta property="og:image" content="https://images.pexels.com/photos/30843907/pexels-photo-30843907.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940">
|
|
<meta property="og:url" content="https://anna-martinez.4ort.net/about.html">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="description" content="I am a meticulous administrative specialist and a solitary artist based in Nashville, TN. I channel my competitive drive into curating quiet, visually…">
|
|
<style>
|
|
body {
|
|
font-family: 'Georgia', serif;
|
|
line-height: 1.6;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: #f4f4f4;
|
|
color: #333;
|
|
}
|
|
header {
|
|
background: #666;
|
|
color: #fff;
|
|
padding: 1rem 0;
|
|
text-align: center;
|
|
}
|
|
nav {
|
|
display: flex;
|
|
justify-content: center;
|
|
background: #333;
|
|
}
|
|
nav a {
|
|
color: #fff;
|
|
padding: 1rem;
|
|
text-decoration: none;
|
|
}
|
|
nav a:hover {
|
|
background: #575757;
|
|
}
|
|
.container {
|
|
padding: 2rem;
|
|
max-width: 800px;
|
|
margin: auto;
|
|
}
|
|
.image-container {
|
|
text-align: center;
|
|
margin: 2rem 0;
|
|
}
|
|
.image-container img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
border-radius: 8px;
|
|
}
|
|
footer {
|
|
text-align: center;
|
|
padding: 1rem 0;
|
|
background: #333;
|
|
color: #fff;
|
|
position: fixed;
|
|
width: 100%;
|
|
bottom: 0;
|
|
}
|
|
</style>
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>About Anna Martinez</h1>
|
|
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Anna Martinez</a><a href="/about.html" class="active" aria-current="page">About Anna Martinez</a><a href="/conservation-ready-spaces.html">Conservation-Ready Spaces: An Administrator's Guide to Environmental Monitoring</a><a href="/contact.html">Contact Anna Martinez</a><a href="/quiet-discipline.html">The Quiet Discipline: Notes from the Margins</a></nav></fort-nav>
|
|
</header>
|
|
<div class="container">
|
|
<h2>Background</h2>
|
|
<div class="image-container">
|
|
<img src="https://images.pexels.com/photos/30843907/pexels-photo-30843907.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Charcoal Sketching">
|
|
</div>
|
|
<p>I am a meticulous administrative specialist and a solitary artist based in Nashville, TN. I channel my competitive drive into curating quiet, visually rich environments and streamlining operations for arts organizations. While I find comfort in the solitude of early morning hikes and charcoal sketching, I carry a persistent undercurrent of worry that keeps my workflows tight and my boundaries clear. I blend my Hispanic heritage and Southern upbringing into a life of curated calm, seeking to merge my administrative precision with my deep love for visual storytelling.</p>
|
|
<h2>Interests</h2>
|
|
<p>My interests lie in the intersection of art and administration. I enjoy exploring how art history and local folklore can inform and enrich administrative processes. I am particularly drawn to the quiet, measured work of museum conservation and the craft of visual storytelling.</p>
|
|
</div>
|
|
<footer>
|
|
<p>© 2026 Anna Martinez</p>
|
|
</footer>
|
|
</body>
|
|
</html> |