-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtenthings.html
90 lines (60 loc) · 2.71 KB
/
tenthings.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html>
<head>
<title>Ten Things Every Celiac Should Know</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 class="section_float1">
<article class="info">
<h4>Project Information</h4>
<p> GD Assignment </br>
Ten Things </br>
MassArt 2013 </br>
Junior Year </br>
</p>
</article>
<article class="otherwork">
<aside>
<h4> Other Work </h4>
<nav>
<ul>
<li> <a class='lemon' href="lemonrecipecards.html">Lemon Recipe Cards</a></li>
<li> <a class='music' href="musicposter.html">Music Poster</a></li>
<li> <a class='monument' href="typographicmonument.html">Typographic Monument</a></li>
<li> <a class='ftf' href="firstthingsfirst.html">First Things First</a></li>
<li> <a class='book' href="theelementsofstyle.html">The Elements Of Style</a></li>
</ul>
</nav>
</aside>
</article>
</section>
<section class="section_float2">
<article class="mainarticle">
<h4>Ten Things</h4>
<p> The Ten Things Every Celiac Should Know is an informative book on Celiac Disease. I wrote it with a few family members in mind who I know could benefit from learning more about their newfound illness. As the disease becomes more popular, I wanted the information to be readily available, in a well presented way that is interesting for the reader.
</p>
</article>
</section>
<section class="section_float">
<article class="work_images">
<img alt="gf1" src="images/ten_things/gf1_low.jpg"/>
<img alt="gf2" src="images/ten_things/gf2_low.jpg"/>
<img alt="gf2" src="images/ten_things/gf3_low.jpg"/>
<img alt="gf2" src="images/ten_things/gf4_low.jpg"/>
</article>
</section>
<footer>
<p>Website designed by Julia Paranay</p>
</footer>
</body>