-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
37 lines (37 loc) · 1.08 KB
/
main.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Carly Jackson | Personal Life</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="stylesheet.css" rel="stylesheet" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<a href="index.html" id="logo">
<h1>Carly Jackson</h1>
<h2>Personal Life<h2>
</a>
<nav>
<ul id="gallery">
<li><a href="main.html">Main</li>
<li><a href="places.html">Places</li>
<li><a href="activities.html">Activites</li>
<li><a href="family.html">Family</li>
</ul>
</nav>
</header>
<section class="boxed">
<p class="centertext">Greetings! This is a site to inform others of some of my personal life!</p>
<p class="centertext">Here is a photo of my front-lawn to start off!</p>
</section>
<div id ="wrapper">
<div align="center">
<section class="boxed">
<img src="http://orig03.deviantart.net/270d/f/2015/222/7/2/lawn_by_kikiandzoejay-d953cqv.jpg">
</section>
</div>
</div>
</body>
</html>