clean up
This commit is contained in:
parent
bdad8a0218
commit
de50469b4e
16
index.html
16
index.html
|
|
@ -24,14 +24,14 @@
|
|||
|
||||
<br/>
|
||||
|
||||
<div id="credits" class="fixed w-full h-10 overflow-hidden text-center b-0 block bg-red-600 relative">
|
||||
<p>other open source AR drivers from Team Make Real:</p>
|
||||
<ul class="list-none flex flex-row space-between text-center justify-center items-center">
|
||||
<li><a href="https://github.com/MSmithDev/AirAPI_Windows">Windows</a></li>
|
||||
<li><a href="https://gitlab.com/TheJackiMonster/nrealAirLinuxDriver">Linux</a></li>
|
||||
<li><a href="https://gitlab.com/DanBurkhardt/nrealAirLinuxDriver/-/tree/main">Mac</a></li>
|
||||
<li><a href="https://github.com/jakedowns/xreal-webxr">Web</a></li>
|
||||
<li><a href="https://github.com/badicsalex/ar-drivers-rs">Rust</a></li>
|
||||
<div id="credits" class="fixed w-full h-auto overflow-hidden text-center left-0 top-auto right-0 bottom-0 block pb-4">
|
||||
<p class="text-gray-600">other open source AR drivers from Team Make Real:</p>
|
||||
<ul class="list-none flex flex-row space-between text-center justify-center items-center text-purple-200">
|
||||
<li><a target="_blank" href="https://github.com/MSmithDev/AirAPI_Windows">Windows</a></li> |
|
||||
<li><a target="_blank" href="https://gitlab.com/TheJackiMonster/nrealAirLinuxDriver">Linux</a></li> |
|
||||
<li><a target="_blank" href="https://gitlab.com/DanBurkhardt/nrealAirLinuxDriver/-/tree/main">Mac</a></li> |
|
||||
<li><a target="_blank" href="https://github.com/jakedowns/xreal-webxr">Web</a></li> |
|
||||
<li><a target="_blank" href="https://github.com/badicsalex/ar-drivers-rs">Rust</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue