CINXE.COM
Antarctic Digital Database Viewer
<!doctype html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="./assets/css/main.css"> <title>Antarctic Digital Database Viewer</title> </head> <body class="font-sans-serrif flex flex-col h-screen m-0"> <header class="p-2 md:p-4 space-y-4 bg-scar-blue text-white md:space-y-0 md:flex md:justify-between"> <div class="flex items-center space-x-2"> <img src="./assets/img/scar-64.png" alt="SCAR logo" /> <h1 class="text-3xl font-semibold">Antarctic Digital Database</h1> </div> <nav class="flex flex-grow text-center md:justify-end md:font-medium md:text-lg md:items-center md:space-x-10"> <a class="hover:underline flex-grow md:flex-grow-0" href="https://www.bas.ac.uk/project/add/">About</a> <a class="hover:underline flex-grow md:flex-grow-0" href="https://data.bas.ac.uk/collections/e74543c0-4c4e-4b41-aa33-5bb2f67df389/">Download Data</a> <a class="hover:underline flex-grow md:flex-grow-0" target="_blank" href="https://forms.office.com/e/RbjbxBBZyC">Feedback</a> </nav> </header> <main class="flex-grow overflow-hidden"> <iframe src="https://bas.maps.arcgis.com/apps/instant/sidebar/index.html?appid=3e8a7b43c0e8495bb423c0ee16ae115e" width="100%" height="100%" frameborder="0" style="border:0" allowfullscreen>iFrames are not supported on this page.</iframe> </main> </body> </html>