-
Notifications
You must be signed in to change notification settings - Fork 0
/
photoscopy.html
187 lines (152 loc) · 9.29 KB
/
photoscopy.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-57444304-1', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Helen Harman : About</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap theme -->
<link href="bootstrap/css/bootstrap-theme.min.css" rel="stylesheet">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="//blueimp.github.io/Gallery/css/blueimp-gallery.min.css">
<link rel="stylesheet" href="bootstrap/css/bootstrap-image-gallary.css">
<!-- Custom styles for this template -->
<link href="theme.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="bootstrap/assets/js/ie-emulation-modes-warning.js"></script>
<script src="bootstrap/js/bootstrap-collapse.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body role="document">
<!-- Fixed navbar -->
<!--<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="hidden-xs">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li class="active"><a href="#">Photos</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="hidden-md hidden-lg hidden-sm">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="btn-navbar" data-toggle="dropdown">More<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li class="active"><a href="#">Photos</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</li>
<li role="presentation" class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Photos<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="#borth">Borth and Ynyslas</a></li>
<li><a href="#fireworks">Geneva : Fireworks</a></li>
<li><a href="#france">France</a></li>
<li><a href="#aber">Aberystwyth</a></li>
<li><a href="#swiss">Switzerland</a></li>
<li><a href="#geneva">Geneva</a></li>
<li><a href="#brig">Matterhorn and Brig</a></li>
<li><a href="#edale">Edale</a></li>
<li><a href="#hafod">Hafod</a></li>
<li><a href="#cern">CERN</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>-->
<div class="container theme-showcase page-wrapper" role="main">
<br /><br /><br /><!--<a href="2014photos.html">2014</a><a href="photos.html">2015</a>-->
<a id="Fairebourne"></a>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title"> Fairebourne </h3>
</div>
<div class="panel-body panel-images">
<div id="links">
<ul class="row ul_photos">
<!--<li class="col-lg-2 col-md-2 col-sm-3 col-xs-4 li_photos">
<a href="images/photos/2015/Fairebourne/19452_262022101171_2280204_n.jpg" data-gallery="" title="19452_262022101171_2280204_n"><img class="photos_images" src="images/photos/2015/Fairebourne/19452_262022101171_2280204_n.jpg"/></a>
</li>-->
<li class="col-lg-2 col-md-2 col-sm-3 col-xs-4 li_photos">
<a href="images/photos/2015/Fairebourne/oldPics.jpg" data-gallery="" title="oldPics"><img class="photos_images" src="images/photos/2015/Fairebourne/oldPics.jpg"/></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- The Bootstrap Image Gallery lightbox, should be a child element of the document body -->
<div id="blueimp-gallery" class="blueimp-gallery">
<!-- The container for the modal slides -->
<div class="slides"></div>
<!-- Controls for the borderless lightbox -->
<h3 class="title"></h3>
<a class="prev">‹</a>
<a class="next">›</a>
<a class="close">×</a>
<a class="play-pause"></a>
<ol class="indicator"></ol>
<!-- The modal dialog, which will be used to wrap the lightbox content -->
<div class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" aria-hidden="true">×</button>
<h4 class="modal-title"></h4>
</div>
<div class="modal-body next"></div>
<div class="modal-footer">
<button type="button" class="btn btn-default pull-left prev">
<i class="glyphicon glyphicon-chevron-left"></i>
Previous
</button>
<button type="button" class="btn btn-primary next">
Next
<i class="glyphicon glyphicon-chevron-right"></i>
</button>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!--<script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>-->
<script src="//blueimp.github.io/Gallery/js/jquery.blueimp-gallery.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="bootstrap/js/bootstrap-image-gallary.js"></script>
<script src="bootstrap/assets/js/docs.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>