You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
570 B
HTML
22 lines
570 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
|
<title>About Me</title>
|
|
<link rel="stylesheet" href="css/main.css">
|
|
|
|
</head>
|
|
<body>
|
|
<header class="header">
|
|
<a href="index.html" class="name">Jake Cover</a>
|
|
|
|
<div class="header-right">
|
|
<a class="active" href="index.html">Home</a>
|
|
<a href="contact.html">Contact</a>
|
|
<a href="about.html">About</a>
|
|
<a href="https://github.com/JakeCover">GitHub</a>
|
|
</div>
|
|
</header>
|
|
</body>
|
|
</html> |