-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (18 loc) · 711 Bytes
/
index.html
File metadata and controls
19 lines (18 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='UTF-8' />
<meta name='viewport' content='width=device-width, initial-scale=1.0' />
<title>Regan Baum</title>
<link href='./css/midterm.css' rel='stylesheet' />
</head>
<body class='home-body'>
<div class='links'>
<a class='link active' href='index.html'>Home</a>
<a class='link' href='about-me.html'>About</a>
<a class='link' href='labs/index.html'>Labs</a>
</div>
<h1 class='home-title'>Hi, I'm Regan.</h1>
<h3 class='home-description'>On this site, you'll find my projects from the Web-Based Communications course at Duke. Feel free to browse around and check out what I've been working on this semester.</h3>
</body>
</html>