-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhomepage.html
More file actions
29 lines (29 loc) · 737 Bytes
/
Copy pathhomepage.html
File metadata and controls
29 lines (29 loc) · 737 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Maria's Webpage</title>
<link rel="stylesheet" type="text/css" href="homepageStyle.css">
</head>
<body>
<!-- containing the whole thing to center-->
<div class="body-container">
<header>
<nav class="nav-bar">
<a href="homepage.html">Home</a>
<a href="portfolio.html">Portfolio</a>
<a href="contact.html">Contact</a>
</nav>
</header>
<fieldset>
<div class="centering">
<h1 class="just">Maria Photography</h1>
<img class="image-top" src="http://www.samrohn.com/wp-content/uploads/love-nyc.jpg">
<p>Photography is life</p>
</div>
<div class="sidebar">
</div>
</fieldset>
<footer>mariafullbright@gmail.com</footer>
</div>
</body>
</html>