-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
46 lines (44 loc) · 1.66 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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:kenny@skunkworks.africa">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>