-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 1.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Beau's Bio</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Instructor Bio</h1>
<h2>Beau Harrison</h2>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/AlaskanBear_closeup.jpg/800px-AlaskanBear_closeup.jpg" alt="A big ol' bear" width="200px">
<p>I'm a really cool dude with a real cool job!</p>
<h2>Contact Info</h2>
<ul>
<li><strong>Email:</strong> <a href="mailto:[email protected]">[email protected]</a></li>
<li><strong>GitHub:</strong> <a href="https://github.com/beauremus" target="_blank" rel="noopener noreferrer">beauremus</a></li>
<li><strong>Portfolio:</strong> <a href="#" target="_blank" rel="noopener noreferrer">Coming Soon</a></li>
</ul>
</body>
</html>