-
Notifications
You must be signed in to change notification settings - Fork 0
/
mermaids.html
65 lines (50 loc) · 2.4 KB
/
mermaids.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
<!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>2017 Sculptures— 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 class="popups_bodypage">
<div class="container-fluid">
<div id="container">
<div id="split-container" class="mini-container1">
<div class="row">
<nav id="popups_sidebarpage" class="col-md-2 d-none d-md-block bg-light sidebar">
<div id="popups_sidebar-sticky" class="sidebar-sticky">
<h1 >2017 Sculptures</h1><hr />
<p>
These mythical half-human and half-fish figures, surrounded by seaweed and coral, are reproductions made in 1982. 3D documentation could lead to creating replicas of other Barge sculptures, in which case the originals would be stored or displayed elsewhere for preservation.
</p>
</div>
</nav>
</div>
</div>
<div id="split-container" class="mini-container2">
<iframe src="pages/mermaids.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>