2019-11-13 11:22:40 +01:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Open Science Observatory</title>
|
|
|
|
<base href="/">
|
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2020-12-13 13:18:03 +01:00
|
|
|
<link rel="icon" type="image/x-icon" href="assets/img/fav_oso.png">
|
2019-11-13 11:22:40 +01:00
|
|
|
|
|
|
|
<!--<script src="https://kit.fontawesome.com/dfd38f32b9.js" crossorigin="anonymous"></script>-->
|
|
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css" integrity="sha384-KA6wR/X5RY4zFAHpv/CnoG2UW1uogYfdnP67Uv7eULvTveboZJg0qUpmJZb5VqzN" crossorigin="anonymous">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- uikit -->
|
2019-11-28 13:47:18 +01:00
|
|
|
<!--<link rel="stylesheet" href="assets/css/uikit.almost-flat.min.css" media="all">-->
|
2019-11-28 10:44:29 +01:00
|
|
|
<!-- UIkit CSS -->
|
2019-11-28 13:47:18 +01:00
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/uikit@3.2.3/dist/css/uikit.min.css" />
|
2019-11-13 11:22:40 +01:00
|
|
|
|
|
|
|
<!-- altair landing page -->
|
|
|
|
<link rel="stylesheet" href="assets/css/main.css" media="all">
|
|
|
|
<link rel="stylesheet" href="assets/css/os-observatory-custom.css" media="all">
|
|
|
|
|
2021-04-13 14:21:32 +02:00
|
|
|
<script src="https://unpkg.com/smoothscroll-polyfill@0.4.3/dist/smoothscroll.min.js"></script>
|
2019-11-13 11:22:40 +01:00
|
|
|
|
2023-07-11 16:00:53 +02:00
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
|
|
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
2019-11-13 11:22:40 +01:00
|
|
|
</head>
|
2019-11-28 13:47:18 +01:00
|
|
|
<body class="">
|
|
|
|
<!--<body class="header_sticky">-->
|
2019-11-13 11:22:40 +01:00
|
|
|
<!--<body class="header_sticky header_shadow">-->
|
|
|
|
|
|
|
|
<!-- RECOMMENDED if your web app will not function without JavaScript enabled -->
|
|
|
|
<noscript>
|
|
|
|
<div style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif">
|
|
|
|
Your web browser must have JavaScript enabled
|
|
|
|
in order for this application to display correctly.
|
|
|
|
</div>
|
|
|
|
</noscript>
|
|
|
|
|
|
|
|
<app-root>
|
|
|
|
<div uk-spinner="ratio: 2" class="uk-overlay uk-position-center uk-dark" style="margin: auto"></div>
|
|
|
|
</app-root>
|
|
|
|
|
|
|
|
<!-- uikit functions -->
|
|
|
|
<!--<script src="assets/js/uikit_custom.js"></script>-->
|
|
|
|
|
|
|
|
<!-- common functions -->
|
|
|
|
<!--<script src="assets/js/common.min.js"></script>-->
|
|
|
|
|
|
|
|
<!-- altair common functions/helpers -->
|
|
|
|
<!--<script src="assets/js/altair_lp_common.min.js"></script>-->
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|