-
Notifications
You must be signed in to change notification settings - Fork 0
/
mixedmedia.html
142 lines (118 loc) · 4.47 KB
/
mixedmedia.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE html>
<html lang="en">
<head>
<title>Amy Eckert Projects::Photography </title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FB OG Tags -->
<meta property="og:url" content="http://https://amyeckertprojects.com" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Amy Eckert Projects" />
<meta property="og:description" content="Amy Eckert is a web developer and photographer." />
<meta property="og:image" content='../<script src="js/min/styles.min.js"></script>
images/design/letters/A.png' />
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/style.min.css"/>
</head>
<body id="mixedmedia">
<div class="wrapper">
<!--.....HEADER......................................................-->
<header role="banner" class="header nav-down">
<div class="logo">
<a href="index.html"> <img src="images/LOGO/nameLOGO2.png" class="logo" alt="amy eckert projects"></a>
</div>
<div class= "header-nav">
<ul>
<li class="nav-design"><a href="design.html">DESIGN</a></li>
<li class="nav-interactive"><a href="interactive.html">INTERACTIVE</a></li>
<li class="nav-photo"><a href="photography.html">PHOTOGRAPHY</a></li>
<li class="nav-mixed"><a href="mixedmedia.html">MIXED MEDIA</a></li>
<li class="nav-about"><a href="about.html">ABOUT</a></li>
<li class="nav-contact"><a href="contact.html">CONTACT</a></li>
</ul>
</div>
<div class="menu-mobile">
<div class="page-location">
<p>mixed media</p>
</div>
<span class="menu-toggle" data-show-dialog="options-menu-horizontal">Menu</span>
</div>
</header>
<!--...... MAIN CONTENT AREA . . . . .. . . . . ..............-->
<section class="main-content">
<div class="project-row grid">
<div class="grid-sizer">
<figure class="project-row-img grid-item">
<a href="prefab.html">
<img src="images/mixed-media/prefab/vent.jpg" alt="Vent.">
<figcaption class="project-title">
<p>Prefab</p>
</figcaption>
</a>
</figure>
<figure class="project-row-img grid-item">
<a href="weather.html">
<img src="images/mixed-media/weather/weather_02.jpg" alt="weather collage">
<figcaption class="project-title">
<p>Weather</p>
</figcaption>
</a>
</figure>
<figure class="project-row-img grid-item">
<a href="misunderstood.html">
<img src="images/mixed-media/misunderstood/01_AECKERT_Float_1.jpg" alt="Float 1" title=" Ffigcaptiont 1">
<figcaption class="project-title">
<p>Misunderstood Buildings</p>
</figcaption>
</a>
</figure>
<figure class="project-row-img grid-item">
<a href="rigs.html">
<img src="images/mixed-media/rigs/04_rigs.jpg" alt="rigs" >
<figcaption class="project-title">
<p>Rigs</p>
</figcaption>
</a>
</figure>
<figure class="project-row-img grid-item">
<a href="proteus.html">
<img src="images/mixed-media/proteus/proteus_flex.jpg" alt="proteus">
<figcaption class="project-title">
<p>Proteus</p>
</figcaption>
</a>
</figure>
<figure class="project-row-img grid-item">
<a href="kansas.html">
<img src="images/mixed-media/kansas/Kansas_2_Forecast.jpg" alt="Kansas.">
<figcaption class="project-title">
<p>Kansas</p>
</figcaption>
</a>
</figure>
</div>
</div>
</section>
<!-- FOOTER .................................................. -->
<footer role="contentinfo" class="options-menu-horizontal">
<div class= "footer-nav">
<ul>
<li><a href="interactive.html">INTERACTIVE</a></li>
<li><a href="design.html">DESIGN</a></li>
<li><a href="photography.html">PHOTOGRAPHY</a></li>
<li><a href="mixedmedia.html">MIXED MEDIA</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="exhibitions.html">EXHIBITIONS</a></li>
</ul>
</div>
</footer>
</div>
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<!-- JQuery UI -->
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="js/min/styles.min.js"></script>
</body>
</html>