-
Notifications
You must be signed in to change notification settings - Fork 0
/
swimmingpoolgrotto.html
74 lines (49 loc) · 2.6 KB
/
swimmingpoolgrotto.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
<!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>Swimming Pool Grotto</title>
<!-- Bootstrap core CSS -->
<link href="dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/vizcaya.css" rel="stylesheet">
</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 class="sidebar-sticky">
<h1>Discover the Swimming Pool Grotto</h1><hr />
<p>
Vizcaya’s Swimming Pool is on the north side of the house. It includes a whimsical and fragile grotto that guests experienced as they entered the pool and swam. The grotto features a plaster ceiling with underwater scenes by artist Robert Winthrop Chanler.
<br><br>The Swimming Pool Grotto is subject to high relative humidity, salty air, and periodic storm surges during hurricanes. These conditions compromise the metal, concrete, limestone, shells, plaster and paint that were used to create the grotto.
</p>
</div>
<!--sticky footer-->
<footer class="footer">
<div align="center">
<div id="langdiv_index"><a id="lang_selected"><b>English</b></a> | <a href="es/swimmingpoolgrotto.html?0">Español</a></div>
</div>
</footer>
</nav>
</div>
</div>
<div id="split-container" class="mini-container2">
<iframe src="pages/swimmingpoolgrotto.html" allowfullscreen></iframe>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<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>