weight-of-waiting/about.html

86 lines
3.1 KiB
HTML
Raw Normal View History

2026-08-20 22:01:07 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Kimberly Bennett</title>
<meta property="og:type" content="website">
<meta property="og:title" content="About Kimberly Bennett">
<meta property="og:description" content="I am a seasoned full-stack developer based in Surprise, Arizona. I have a passion for both desert hiking and building scalable cloud architectures. I lead…">
<meta property="og:url" content="https://kimberly-bennett.4ort.net/about.html">
<meta name="twitter:card" content="summary">
<meta name="description" content="I am a seasoned full-stack developer based in Surprise, Arizona. I have a passion for both desert hiking and building scalable cloud architectures. I lead…">
<style>
body {
font-family: 'Courier New', monospace;
background-color: #000000;
color: #00ff00;
margin: 0;
padding: 0;
}
header {
background-color: #000000;
color: #00ff00;
padding: 1em;
text-align: center;
}
nav {
display: flex;
justify-content: center;
background-color: #000000;
padding: 0.5em;
}
nav a {
color: #00ff00;
margin: 0 1em;
text-decoration: none;
}
nav a:hover {
text-decoration: underline;
}
main {
padding: 1em;
}
footer {
background-color: #000000;
color: #00ff00;
text-align: center;
padding: 1em;
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 Kimberly Bennett</h1>
</header>
<nav>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="projects.html">Projects</a>
<a href="contact.html">Contact</a>
</nav>
<main>
<section>
<h2>About Me</h2>
<p>I am a seasoned full-stack developer based in Surprise, Arizona. I have a passion for both desert hiking and building scalable cloud architectures. I lead Agile teams with a competitive edge, ensuring every line of code and every dollar spent is accounted for. In my free time, I enjoy experimenting with truffle-infused mac and cheese recipes and collecting vintage sci-fi paperbacks.</p>
</section>
<section>
<h2>Skills</h2>
<ul>
<li>Front-End Development: HTML, CSS, JavaScript, React</li>
<li>Back-End Development: Node.js, Python, Ruby on Rails</li>
<li>Database Management: SQL, MongoDB</li>
<li>Cloud Services: AWS, Azure, Google Cloud</li>
<li>Agile Methodologies: Scrum, Kanban</li>
</ul>
</section>
</main>
<footer>
<p>&copy; 2023 Kimberly Bennett</p>
</footer>
</body>
</html>