First report draft

This commit is contained in:
2023-02-22 18:25:28 +01:00
parent defdfefb03
commit 039567d0c8
8 changed files with 154 additions and 27 deletions

View File

@@ -3,7 +3,7 @@
<head>
<link href="vendor/spectre.css/dist/spectre.css" rel="stylesheet" />
<link href="css/ds.css" rel="stylesheet" />
<script src="js/index.js" type="module"></script>
<script src="js/views/index.js" type="module"></script>
</head>
<body>
<header class="text-center">
@@ -12,12 +12,23 @@
<h1 class="text-center mt-2">
DataSpace Light
</h1>
<p class="text-medium text-center text-italic">It's good for your health!</p>
<h2 class=""text-center mt-2">
Sample resources
</h2>
<ul id="links">
</ul>
<p class="text-large text-center text-italic">It's good for your health!</p>
<div class="columns mt-2">
<div class="column col-6">
<h2 class=""text-center">
Arches reports (sample)
</h2>
<ul id="links" class="mt-2">
</ul>
</div>
<div class="column col-6">
<h2 class=""text-center">
Custom reports (sample)
</h2>
<ul id="rep-links" class="mt-2">
</ul>
</div>
</div>
</main>
</body>
</html>