-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
47 lines (41 loc) · 1.49 KB
/
portfolio.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
38
39
40
41
42
43
44
45
46
47
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<div id="invisibleHeader">
<h1>Maria</h1>
<nav>
<a href="homepage.html" class="home">Home</a>
<a href="portfolio.html" class="navChoices">Portfolio</a>
<a href="contact.html" class="navChoices">Contact</a>
</nav>
</div>
<div class="heading">
<h1>Maria</h1>
<nav>
<a href="homepage.html" class="home">Home</a>
<a href="portfolio.html" class="navChoices">Portfolio</a>
<a href="contact.html" class="navChoices">Contact</a>
</nav>
</div>
</header>
<main>
<content>
<div class="main">
<a href="http://dpheadshotswest.com/" target="_blank"><div id="galleryImageOne">
<img src="http://www.briankraft.com/Blog/wp-content/uploads/2012/11/Denver-Lifestyle-Photographer.jpg" class="galleryIcon">
<p class="gallery-title">Portrait</p>
</div>
<a href="http://www.christianbrecheis.com/Lifestyle/thumbs/thumbs" target="_blank"><div class="imageTwo">
<img src="http://www.inspirefirst.com/wp-content/uploads/2013/03/SiljaMagg_lifestyle_photography_01.jpg" class="galleryIcon">
<p class="gallery-title">Lifestyle</p>
</div></a>
<a href="http://ryanbrenizer.com/weddings/?doing_wp_cron=1444587658.8626909255981445312500" target="_blank"><div class="imageThree">
<img src="http://content.clickbooq.com/3476/photos/90ac1ef32b.JPG" class="galleryIcon">
<p class="gallery-title">Wedding</p>
</div></a>
</div>
</content>
</main>
</body>