-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhw2.html
More file actions
71 lines (67 loc) · 2.56 KB
/
hw2.html
File metadata and controls
71 lines (67 loc) · 2.56 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>MePage</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<LINK rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<header class="container">
<h1>
<a href="index.html">Me Page</a>
</h1>
<nav class="primary-nav">
<a href="index.html">Home</a>
<a href="family.html">My Family</a>
<a href="hobbies.html">My Hobbies</a>
<a href="pictures.html">My Picture Gallery</a>
<a href="contact.html">Contact Me</a>
</nav>
</header>
<IMG SRC='/media/selfie.jpg' alt="img">
<p><p>
<section class="col-1-3">
<p class="container"> I enjoy spending time with friends; going to the shooting range on occasion;
or just hanging out at the local gaming shop. I am also a fan of movies and
comedy clubs.<br>
In addition to going to school full-time to earn my degree, I also work in Data Entry and Analysis
full-time. I enjoy the people and the casual environment.
<h1>My interests </h1>
Camping, Cooking, Movies/Videos, Museums and art, Playing cards, Travel/Sightseeing,
Video games, Volunteering
</p>
<a href="contact.html">Contact Me</a>
<p></p>
<b>Top Ten Signs You Have Been Spending Too Much Time Web Surfing</b>
<ol type="1" class="grid">
<li>Your eyes hurt</li>
<li>You found ten tips and tricks</li>
<li>You don't know what day it is</li>
<li>You made an opinion post on facebook</li>
<li>You back hurts</li>
<li>You think about making a website</li>
<li>You are hungry but do not move</li>
<li>Your friends have numbers at the end of their names</li>
<li>You go to the beach and start surfing. On your laptop</li>
<li>You haven't. Web surfing is fun!</li>
</ol>
</section>
<p></p>
<footer class="container">
This was made by Michael Gray
<nav>
<a href="index.html">Home</a>
<a href="family.html">My Family</a>
<a href="hobbies.html">My Hobbies</a>
<a href="pictures.html">My Picture Gallery</a>
<a href="contact.html">Contact Me</a>
</nav>
</footer>
</body>
</html>