-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio-template.html
142 lines (117 loc) · 4.14 KB
/
portfolio-template.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">
<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="portfolio-template">
<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>Portfolio Template</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">
<figure class="project-row-img">
<a href="manhome.html">
<img src="images/manufacturing-home/050416-4-6_PRINT.jpg" alt="photography projects">
<figcaption class="project-title">
<p>Manufacturing Home</p>
</figcaption>
</a>
</figure>
<figure class="project-row-img">
<a href="#">
<img src="images/je-suis-optimiste/090530_038.jpg" alt="design projects" >
<figcaption class="project-title">
<p>Je Suis Optimiste</p>
</figcaption>
</a>
</figure>
<figure class="project-row-img">
<a href="#">
<img src="images/mossburn/0902NZ-0885.jpg" alt="interactive projects">
<figcaption class="project-title">
<p>Mossburn</p>
</figcaption>
</a>
</figure>
<figure class="project-row-img">
<a href="#">
<img src="images/front/100228_110.jpg" alt="collage and mixed media projects">
<figcaption class="project-title">
<p>Corn</p>
</figcaption>
</a>
</figure>
<figure class="project-row-img">
<a href="#">
<img src="images/front/yellow.png" alt="collage and mixed media projects">
<figcaption class="project-title">
<p>Another Project</p>
</figcaption>
</a>
</figure>
<figure class="project-row-img">
<a href="#">
<img src="images/front/purple.png" alt="collage and mixed media projects">
<figcaption class="project-title">
<p>Another Incredible Project</p>
</figcaption>
</a>
</figure>
<figure class="project-row-img">
<a href="#">
<img src="images/front/aqua.png" alt="collage and mixed media projects">
<figcaption class="project-title">
<p>There Sure Are a LOT of Projects On this Site...</p>
</figcaption>
</a>
</figure>
</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>