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.
PersonalWebsite_Static/Old/about.html

23 lines
611 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="resume.html">Resume</a>
<a href="https://github.com/JakeCover">GitHub</a>
</div>
</header>
</body>
</html>