-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (36 loc) · 1.53 KB
/
index.html
File metadata and controls
39 lines (36 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WDD130 | Home</title>
<link href="styles/styles.css" rel="stylesheet">
</head>
<body>
<div id="content">
<header>
<nav>
<a class="nav_link" href="wwr/index.html">White Water Rafting Website</a>
<a class="nav_link" href="wwr/site-plan-rafting.html">White Water Rafting Siteplan</a>
<a class="nav_link" href="positioning.html">Positioning Activity</a>
<a class="nav_link" href="san-antonio/index.html">Personal Website</a>
<a class="nav_link" href="san-antonio/site-plan.html">Personal Siteplan</a>
</nav>
</header>
<main>
<h1 id="main_title">Jacob Atanasio</h1>
<img src="IMG_3992.JPG" alt="Image of me">
<p>I am a computer science major. I am from San Antonio Texas, and I love the outdoors.</p>
<p>I love camping and hiking, and pretty much all sports.</p>
<p>My favorite sports are football and volleyball.</p>
<p>I also enjoy watching movies and playing video games.</p>
</main>
<footer>
<p>Copyright © 2024 - Jacob Atanasio -
<a href="http://churchofjesuschrist.org" target="_blank">Favorite Site</a>
</p>
</footer>
</div>
</body>
</html>