-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinterests.html
More file actions
44 lines (29 loc) · 1.33 KB
/
interests.html
File metadata and controls
44 lines (29 loc) · 1.33 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
40
41
42
43
44
<!DOCTYPE html>
<!—
========================================================
Group Members: Mary Thomas, Andrew Szajlai, Daniel Yaw
Group Assignment
========================================================
-->
<html>
<head>
<title>Interests</title>
<link rel="stylesheet" href="css.css"> <! –– referencing external css ––>
</head>
<body>
<nav>
<a href = "index.html">Home</a> **
<a href = "background.html">Background</a> **
<a href = "pictures.html">Pictures</a> **
<a href = "websites.html">Favorite Websites</a> **
<a href = "interests.html">Interests</a> **
<a href = "whatshtml.html">What's HTML?</a>
</nav>
<h2>Mary Thomas</h2>
<h3>All of my outside of school and work is with my family. We enjoy cruising and going to Disney World. On weekends we enjoy walking the boardwalk in Ocean City, NJ. I also enjoy reading and doing puzzles.</h3>
<h2>Andrew Szajlai</h2>
<h3>I really enjoy photography, golf and wood working. Cycling is something I enjoy but am on a down-cycle and only ride on vacation during the summer.</h3>
<h2>Daniel Yaw</h2>
<h3>Outside of school and work, I enjoy the outdoors. When it's nice, I love working around the house or getting out for a hike or stroll around town.</h3>
</body>
</html>