77 lines
2.6 KiB
HTML
77 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Kimberly Bennett</title>
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="Kimberly Bennett">
|
|
<meta property="og:description" content="I am a full-stack developer with a passion for creating scalable and efficient web applications. I have a strong background in both front-end and back-end…">
|
|
<meta property="og:url" content="https://kimberly-bennett.4ort.net/">
|
|
<meta name="twitter:card" content="summary">
|
|
<meta name="description" content="I am a full-stack developer with a passion for creating scalable and efficient web applications. I have a strong background in both front-end and back-end…">
|
|
<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>Kimberly Bennett</h1>
|
|
<p>Full-Stack Developer</p>
|
|
</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>Welcome to My Website</h2>
|
|
<p>I am a full-stack developer with a passion for creating scalable and efficient web applications. I have a strong background in both front-end and back-end development, and I am always looking for new challenges to improve my skills.</p>
|
|
</section>
|
|
</main>
|
|
<footer>
|
|
<p>© 2023 Kimberly Bennett</p>
|
|
</footer>
|
|
</body>
|
|
</html> |