weight-of-waiting/projects.html

90 lines
3.1 KiB
HTML
Raw Permalink 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>Projects by Kimberly Bennett</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Projects by Kimberly Bennett">
<meta property="og:description" content="Developed a scalable cloud-based inventory management system using AWS Lambda and DynamoDB, reducing server costs by 30%.">
<meta property="og:url" content="https://kimberly-bennett.4ort.net/projects.html">
<meta name="twitter:card" content="summary">
<meta name="description" content="Developed a scalable cloud-based inventory management system using AWS Lambda and DynamoDB, reducing server costs by 30%.">
<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;
}
.project {
margin-bottom: 1.5em;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<h1>Projects by 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>Featured Projects</h2>
<div class="project">
<h3>Cloud-Based Inventory Management System</h3>
<p>Developed a scalable cloud-based inventory management system using AWS Lambda and DynamoDB, reducing server costs by 30%.</p>
</div>
<div class="project">
<h3>Agile Team Collaboration Tool</h3>
<p>Led the development of an Agile team collaboration tool that integrates with Jira, Slack, and GitHub, improving team productivity by 25%.</p>
</div>
<div class="project">
<h3>E-commerce Platform Optimization</h3>
<p>Optimized an e-commerce platform's backend using Node.js and Redis caching, achieving a 50% reduction in page load times.</p>
</div>
</section>
</main>
<footer>
<p>&copy; 2023 Kimberly Bennett</p>
</footer>
</body>
</html>