-
Notifications
You must be signed in to change notification settings - Fork 0
/
barge0.html
73 lines (58 loc) · 3.07 KB
/
barge0.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
<!doctype html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-41885816-8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-41885816-8');
</script>
<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>The Barge — Virtual Vizcaya</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">
</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>Explore the Barge</h1><hr />
<p>
The Barge is a breakwater built to protect the house and terraces from waves. It was playfully designed to look like a boat. James Deering commissioned all of the sculptures from American artist Alexander Stirling Calder in 1915.
<br /><br />The local limestone that covers the Barge is soft and porous. The salt water and storm waves of Biscayne Bay have significantly eroded the Barge, threatening the stability of its statuary and decorative reliefs. The lower landing steps are submerged due to rising waters.
</p>
</div>
<!--sticky footer-->
<footer class="footer">
<div align="center">
<div class="home_div"><a href="index.html"><img id="homeicon" src="images/home-solid.svg" title="Home" /></a></div>
<div class="lang_div"><a id="lang_selected"><b>English</b></a> | <a href="es/barge.html?0">Español</a></div>
</div>
</footer>
</nav>
</div>
</div>
<div id="split-container" class="mini-container2">
<iframe src="pages/barge.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>