-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (30 loc) · 970 Bytes
/
index.html
File metadata and controls
33 lines (30 loc) · 970 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FreeCodeCamp Portfolio - Erasmus E. Obeth</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<h1>🚀 My FreeCodeCamp Journey</h1>
<p>Hi, I’m Erasmus E. Obeth — this page documents my learning journey through FreeCodeCamp.</p>
<nav>
<a href="https://github.com/erasmusedwardobeth" target="_blank">GitHub</a> |
<a href="https://www.linkedin.com/in/erasmusedwardobeth" target="_blank">LinkedIn</a> |
<a href="https://erasmuseobeth.vercel.app" target="_blank">Portfolio</a>
</nav>
</header>
<main>
<section>
<h2>📂 Projects</h2>
<div id="projects"></div>
</section>
</main>
<footer>
<p>Built with ❤️ by Erasmus E. Obeth | Powered by GitHub Pages</p>
</footer>
<script src="js/script.js"></script>
</body>
</html>