35 lines
925 B
HTML
Executable File
35 lines
925 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Peter Baker</title>
|
|
|
|
<!-- Google Font -->
|
|
<link href="https://fonts.googleapis.com/css2?family=Iceland&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="/resources/css/index.css" />
|
|
</head>
|
|
<body>
|
|
<header class="site-header">
|
|
<img src="/resources/img/pb.png" alt="Portrait of Peter Baker" width="1280" height="372"/>
|
|
</header>
|
|
|
|
<nav class="site-nav" aria-label="Primary">
|
|
<ul>
|
|
<li><a href="#social">Social</a></li>
|
|
<li><a href="#projects">Projects</a></li>
|
|
<li><a href="#contact">Contact</a></li>
|
|
</ul>
|
|
</nav>
|
|
|
|
<!-- Hero title that pops up from the top of nav -->
|
|
<section class="hero">
|
|
<h1 class="pop-title">Peter Baker</h1>
|
|
</section>
|
|
|
|
<main class="content" id="main">
|
|
<!-- your sections -->
|
|
</main>
|
|
</body>
|
|
</html>
|