-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |