-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwestern.html
More file actions
190 lines (133 loc) · 6.27 KB
/
western.html
File metadata and controls
190 lines (133 loc) · 6.27 KB
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE html>
<html>
<head>
<title>Portfolio</title>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.1/photoswipe.min.css'>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.1/default-skin/default-skin.min.css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<nav id="primary_nav_wrap" "nav">
<ul>
<li><a href="work.html">Work</a>
<ul>
<li class="gd"><a href="work.html">Platenhoezen</a></li>
<li class="gd"><a href="videos.html">Videos</a></li>
<li class="gd"><a href="editorial.html">Editorial website </a></li>
<li class="gd"><a href="western.html">A True Western story </a></li>
</ul>
</li>
<li><a href="about.html">About Me</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div class="topnav">
<a href="#home" class="active">Portfolio</a>
<div id="myLinks">
<a href="work.html">Work</a>
<ul>
<li class="gd"><a href="work.html">Platenhoezen</a></li>
<li class="gd"><a href="videos.html">Videos</a></li>
<li class="gd"><a href="editorial.html">Editorial website </a></li>
<li class="gd"><a href="western.html">A True Western story </a></li>
</ul>
<a href="about.html">About me</a>
<a href="contact.html">Contact</a>
</div>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<main>
<h1>A True Western Story</h1>
<div class="my-gallery" itemscope itemtype="http://schema.org/ImageGallery">
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
<a href="western/1.jpg" itemprop="contentUrl" data-size="283x397">
<img src="western/1.jpg" itemprop="thumbnail" alt="Image description" />
</a>
<figcaption itemprop="caption description"></figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
<a href="western/2.jpg" itemprop="contentUrl" data-size="283x397">
<img src="western/2.jpg" itemprop="thumbnail" alt="Image description" />
</a>
<figcaption itemprop="caption description"></figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
<a href="western/3.jpg" itemprop="contentUrl" data-size="283x397">
<img src="western/3.jpg" itemprop="thumbnail" alt="Image description" />
</a>
<figcaption itemprop="caption description"></figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
<a href="western/4.jpg" itemprop="contentUrl" data-size="3150x1762">
<img src="western/4.jpg" itemprop="thumbnail" alt="Image description" />
</a>
<figcaption itemprop="caption description"></figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
<a href="western/5.png" itemprop="contentUrl" data-size="352x352">
<img src="western/5.png" itemprop="thumbnail" alt="Image description" />
</a>
<figcaption itemprop="caption description"></figcaption>
</figure>
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
<a href="western/6.jpg" itemprop="contentUrl" data-size="1000x7213">
<img src="western/s6.jpg" itemprop="thumbnail" alt="Image description" />
</a>
</div>
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
<!-- Background of PhotoSwipe.
It's a separate element, as animating opacity is faster than rgba(). -->
<div class="pswp__bg"></div>
<!-- Slides wrapper with overflow:hidden. -->
<div class="pswp__scroll-wrap">
<!-- Container that holds slides. PhotoSwipe keeps only 3 slides in DOM to save memory. -->
<!-- don't modify these 3 pswp__item elements, data is added later on. -->
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. -->
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<!-- Controls are self-explanatory. Order can be changed. -->
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
<button class="pswp__button pswp__button--share" title="Share"></button>
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
<button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>
<!-- Preloader demo https://codepen.io/dimsemenov/pen/yyBWoR -->
<!-- element will get class pswp__preloader--active when preloader is running -->
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)">
</button>
<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)">
</button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</main>
<script src='https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.1/photoswipe.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.1/photoswipe-ui-default.min.js'></script>
<script src="java.js"></script>
<script src="mobilenav.js"></script>
</body>
</html>