deploy: a15b39ebf4
This commit is contained in:
326
assets/index-03303943.js
Normal file
326
assets/index-03303943.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
assets/index-261bc934.css
Normal file
1
assets/index-261bc934.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
50
index.html
50
index.html
@ -6,8 +6,8 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Topos</title>
|
<title>Topos</title>
|
||||||
|
|
||||||
<script type="module" crossorigin src="/assets/index-259d505d.js"></script>
|
<script type="module" crossorigin src="/assets/index-03303943.js"></script>
|
||||||
<link rel="stylesheet" href="/assets/index-d3d6f0de.css">
|
<link rel="stylesheet" href="/assets/index-261bc934.css">
|
||||||
</head>
|
</head>
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
@ -31,7 +31,7 @@
|
|||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<body>
|
<body class="bg-neutral-800 overflow-y-hidden">
|
||||||
|
|
||||||
<!-- The header is hidden on smaller devices -->
|
<!-- The header is hidden on smaller devices -->
|
||||||
<header class="py-2 hidden xl:block text-white bg-neutral-900">
|
<header class="py-2 hidden xl:block text-white bg-neutral-900">
|
||||||
@ -75,26 +75,32 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div id="documentation" class="hidden">
|
<div id="documentation" class="hidden">
|
||||||
<div class="text-sm font-medium text-center text-gray-200 border-b border-gray-200 ">
|
<div id="documentation-page" class="flex flex-row">
|
||||||
<ul class="flex flex-wrap -mb-px">
|
<aside class="h-screen w-50 p-8 h-100 bg-neutral-900 text-white">
|
||||||
<li class="mr-2">
|
<nav class="space-y-8 text-xl">
|
||||||
<a href="#" class="inline-block p-4 border-b-2 border-transparent rounded-t-lg hover:text-white hover:border-gray-100 ">Basics</a>
|
<div class="space-y-2">
|
||||||
</li>
|
<h2 class="font-semibold dark:text-gray-400">Basics</h2>
|
||||||
<li class="mr-2">
|
<div class="flex flex-col">
|
||||||
<a href="#" class="inline-block p-4 border-b-2 border-transparent rounded-t-lg hover:text-white hover:border-gray-100 ">Universes</a>
|
<p rel="noopener noreferrer" id="docs_introduction" class="pl-2 pr-2 text-xl hover:bg-neutral-800 py-1 my-1 rounded-lg">Introduction </p>
|
||||||
</li>
|
<p rel="noopener noreferrer" id="docs_interface" class="pl-2 pr-2 text-xl hover:bg-neutral-800 py-1 my-1 rounded-lg">Interface</p>
|
||||||
<li class="mr-2">
|
<p rel="noopener noreferrer" id="docs_time" class="pl-2 pr-2 text-xl hover:bg-neutral-800 py-1 my-1 rounded-lg">Time</p>
|
||||||
<a href="#" class="inline-block p-4 text-white border-b-2 border-blue-600 rounded-t-lg active" aria-current="page">Notes and sounds</a>
|
<p rel="noopener noreferrer" id="docs_sound" class="pl-2 pr-2 text-xl hover:bg-neutral-800 py-1 my-1 rounded-lg">Sound</p>
|
||||||
</li>
|
<p rel="noopener noreferrer" id="docs_functions" class="pl-2 pr-2 text-xl hover:bg-neutral-800 py-1 my-1 rounded-lg">Functions</p>
|
||||||
<li class="mr-2">
|
<p rel="noopener noreferrer" id="docs_shortcuts" class="pl-2 pr-2 text-xl hover:bg-neutral-800 py-1 my-1 rounded-lg">Shortcuts</p>
|
||||||
<a href="#" class="inline-block p-4 border-b-2 border-transparent rounded-t-lg hover:text-white hover:border-gray-100">Functions</a>
|
<p rel="noopener noreferrer" id="docs_reference" class="pl-2 pr-2 text-xl hover:bg-neutral-800 py-1 my-1 rounded-lg">Reference</p>
|
||||||
</li>
|
</div>
|
||||||
<li class="mr-2">
|
</div>
|
||||||
<a href="#" class="inline-block p-4 border-b-2 border-transparent rounded-t-lg hover:text-white hover:border-gray-100">Reference</a>
|
<div class="space-y-2">
|
||||||
</li>
|
<h2 class="font-semibold dark:text-gray-400">Learning More</h2>
|
||||||
</ul>
|
<div class="flex flex-col">
|
||||||
|
<a rel="noopener noreferrer" id="docs_about" class="pl-2 pr-2 text-xl hover:bg-neutral-800 py-1 my-1 rounded-lg">About Topos</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
</aside>
|
||||||
|
<div id="documentation-content" class="h-screen mx-16 my-8 break-words overflow-y-scroll pb-32">
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p class="text-xl text-white ml-4 mr-4 mt-4">There is nothing to see! Come back later!</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="app">
|
<div id="app">
|
||||||
|
|||||||
Reference in New Issue
Block a user