-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
52 lines (30 loc) · 1.53 KB
/
index.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
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<title>Julia Paranay's Portfolio Website</title>
<link rel="stylesheet" href="style.css" type="text/css" media="screen">
</head>
<body>
<header class="header">
<h1>Julia Paranay, Designer</h1>
<nav class='main_nav'>
<ul>
<li> <a class='work' href="index.html">Work</a></li>
<li> <a class='about' href="about.html">About</a></li>
<li> <a class='resume' href="images/resume/resume.pdf" target="_blank">Resume</a></li>
</ul>
</nav>
</header>
<section id="coverphotos">
<a id='lemon' href= "lemonrecipecards.html"><img alt="lemon1" src="images/lemon_recipe_cards/Lemon10_low.jpg"/></a>
<a id='music' href= "musicposter.html"><img alt="music1" src="images/music_poster/musiccropped_low.jpg"/></a>
<a id='typographic monument' href= "typographicmonument.html"><img alt="harryhoudini" src="images/type_monument/harryhoudini_low.jpg"/></a>
<a id='ten_things' href= "tenthings.html"><img alt="gf1" src="images/ten_things/gf1_low.jpg"/></a>
<a id='first_things_first' href= "firstthingsfirst.html"><img alt="posters" src="images/first_things_first/cerealcover_low.jpg"/></a>
<a id='the_elements_of_style' href= "theelementsofstyle.html"><img alt="book" src="images/the_elements_of_style/bookcover_low.jpg"/></a>
</section>
<footer>
<p>Website designed by Julia Paranay</p>
</footer>
</body>
</html>