Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
burnt-exe authored Jun 15, 2024
1 parent ce544ff commit 14cff71
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ken099-lunde's Repository</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="skills.html">Skills</a></li>
<li><a href="experience.html">Experience</a></li>
<li><a href="certifications.html">Certifications</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>

<section id="home" class="container">
<div class="profile">
<img src="profile-picture.jpg" alt="Profile Picture" class="profile-pic">
<h1>Ken099-lunde's Repository</h1>
<p>Welcome to my repository! 🌟 This hub is for my ongoing learning and projects in Oracle Database SQL and cybersecurity.</p>
<a href="resume.pdf" download class="btn">Download Resume</a>
</div>
</section>

<footer>
<p>© 2024 Ken099-lunde | <a href="mailto:[email protected]">Contact Me</a></p>
<nav>
<ul>
<li><a href="#terms">Terms</a></li>
<li><a href="#privacy">Privacy</a></li>
<li><a href="#security">Security</a></li>
<li><a href="#status">Status</a></li>
<li><a href="#docs">Docs</a></li>
<li><a href="#cookies">Manage Cookies</a></li>
</ul>
</nav>
</footer>
</body>
</html>

0 comments on commit 14cff71

Please sign in to comment.