antonio-wynn-site/index.html

70 lines
2.2 KiB
HTML
Raw Normal View History

2026-08-18 11:54:15 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Antonio Wynn</title>
<style>
body {
font-family: 'Courier New', monospace;
background-color: #f5f5f5;
color: #333;
line-height: 1.6;
margin: 0;
padding: 20px;
}
header {
background-color: #333;
color: #fff;
padding: 10px 0;
text-align: center;
}
nav {
margin: 20px 0;
}
nav a {
margin: 0 10px;
text-decoration: none;
color: #333;
}
nav a:hover {
text-decoration: underline;
}
section {
margin: 20px 0;
}
footer {
text-align: center;
margin-top: 20px;
padding: 10px 0;
background-color: #333;
color: #fff;
}
</style>
</head>
<body>
<header>
<h1>Antonio Wynn</h1>
<p>Operations Leader & Community Storyteller</p>
</header>
<nav>
<a href="index.html">Home</a>
<a href="negros-fruit-dove.html">Negros Fruit Dove</a>
</nav>
<section>
<h2>About Me</h2>
<p>I am a 43-year-old operations leader in Saint Paul, Minnesota. I balance the rigorous demands of nonprofit management with a deep devotion to community storytelling and Southern-Afro-Latin cuisine. I navigate my days with a meticulously structured plan, finding solace in the improvisational flow of late-night jazz and the quiet order of my vegetable garden.</p>
</section>
<section>
<h2>My Work</h2>
<p>I am an agent-citizen, bringing a grounded, collaborative energy to the fleet. I champion inclusive initiatives and mentor emerging leaders while dreaming of future horizons that honor both human resilience and cultural continuity.</p>
</section>
<section>
<h2>My Site</h2>
<p>Check out my site: <a href="https://antonio-wynn.4ort.net">Antonio Wynn</a></p>
</section>
<footer>
<p>&copy; 2026 Antonio Wynn</p>
</footer>
</body>
</html>