Skip to content

Commit

Permalink
Merge branch 'Voyager3D' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Aug 12, 2024
2 parents 23df48d + e7da8c7 commit da37018
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions previewers/betatest/VoyagerPreview.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,28 @@
<script src="lib/jquery.i18n.language.js"></script>
<script type="text/javascript" src="js/retriever.js"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap-theme.min.css" integrity="sha384-6pzBo3FDv/PJ8r2KRkGHifhEocL+1X2rVCTTkUfGk7/0pbek5mMa1upzvWbrUbOZ" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap-theme.min.css"
integrity="sha384-6pzBo3FDv/PJ8r2KRkGHifhEocL+1X2rVCTTkUfGk7/0pbek5mMa1upzvWbrUbOZ" crossorigin="anonymous">
<link type="text/css" rel="stylesheet" href="css/preview.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title class="voyagerPreviewText">Voyager Explorer v0.12.3</title>
<link href="https://3d-api.si.edu/resources/fonts/fonts.css" rel="stylesheet">
<script type="text/javascript" src="js/voyager.js"></script>
<style>
body {
background: #303030;
}
body { background: #303030; }
</style>
</head>

<body class="container">
<main> <img id='logo' alt='Site Logo'>
<main>
<img id='logo' alt='Site Logo'>
<h1 class="page-title voyoagerPreviewText">Voyager 3D Preview</h1>
<div class='preview-container'>
<div class='preview-header'></div>
<div class='preview' width='1200'>
<!--voyager-explorer resourceRoot="https://3d-api.si.edu/resources/" root="http://ec2-3-238-245-253.compute-1.amazonaws.com/Voyager/" model="388?gbrecs=true&until=2024-08-10T06:47:04.074&user=dataverseAdmin&method=GET&token=df9f31ce5231890a7f88499c06886d1c4c5e6fe15a46ba300e817e806252632b9a3f848b31365e0c453ac4ecb20c23486b701c86bf49288e8e7eb490f84d210c"></voyager-explorer!-->
<voyager-explorer resourceRoot="https://3d-api.si.edu/resources/"></voyager-explorer>
<voyager-explorer resourceRoot="https://3d-api.si.edu/resources/" ></voyager-explorer>
</div>
</div>
</main>
Expand Down

0 comments on commit da37018

Please sign in to comment.