-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path2017herm.html
136 lines (102 loc) · 4.35 KB
/
2017herm.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="images/favicon.ico">
<title>Barge</title>
<!-- Bootstrap core CSS -->
<link href="libs/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/vizcaya.css" rel="stylesheet">
<style>
h1, p, hr {
color: white;
border-color: dimgrey;
}
.bg-light {
background-color: black !important;
}
body {
background-color: black !important;
}
.footer {
background-color: black !important;
}
.footer a {
color: white;
}
.col-md-2 {
max-width: 25% !important;
}
/*
@media screen and (max-width: 1222px) {
.sidebar-sticky{
display: none;
}
}
*/
</style>
</head>
<body style="touch-action:none;">
<div class="container-fluid">
<div id="container">
<div id="split-container" class="mini-container1">
<div class="row">
<nav class="col-md-2 d-none d-md-block bg-light sidebar">
<div id="popups_sidebar-sticky" class="sidebar-sticky">
<h1>2017 Herm</h1><hr />
<p>
A herm is a squared stone pillar with a carved head and or torso on top. The four herms of the Barge represent the tropics. Today, the carved details of the herms are hardly recognizable and, in some cases, entirely lost due to erosion and damage.
<!--<br /> <br /><a data-toggle="modal" href="#myModal">Click here for a Digital Model of the 1916 Herm</a>-->
</p>
</div>
<!--sticky footer
<footer class="footer">
<div align="center">
<p >
<a href="1916Herm.html"><u>View 1916 Herm</u></a><br>
</p>
</div>
</footer>
-->
</nav>
</div>
</div>
<div id="split-container" class="mini-container2">
<iframe src="pages/herm.html" allowfullscreen></iframe>
</div>
</div>
</div>
<!-- The Modal -->
<div class="modal fade" id="myModal">
<div class="modal-dialog">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header">
<h4 class="modal-title">1916 Herm</h4>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<!-- Modal body -->
<div class="container-fluid">
<iframe src="models/1916herm.html" height="470" width="470"></iframe>
<p>This is a digital rendering of a herm based on historical photographs in Vizcaya’s archives. This image, compared to the 3D documentation in 2017, reveals the extreme erosion that has taken place over more than 100 years. </p>
</div>
<!-- Modal footer -->
<div class="modal-footer">
<button type="button" class="btn" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="libs/jquery/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
<script src="assets/js/vendor/popper.min.js"></script>
<script src="dist/js/bootstrap.min.js"></script>
</body>
</html>