Update UI

This commit is contained in:
Foxster
2023-12-15 19:52:23 -08:00
parent e0116394d4
commit c6630a2c0b
16 changed files with 268 additions and 97 deletions

View File

@@ -17,6 +17,19 @@
<title>AltSource Viewer</title>
</head>
<body>
<div id="top">
<div id="nav-bar" class="hide-border">
<a href="https://github.com/therealFoxster/altsource-viewer" class="hidden">
Source Code
</a>
<div id="title" class="hidden">
<p>AltSource Viewer</p>
</div>
<a href="https://github.com/therealFoxster/altsource-viewer">
Source Code
</a>
</div>
</div>
<div id="main">
<h1 id="title">AltSource Viewer</h1>
<div class="textfield">
@@ -25,14 +38,14 @@
</div>
<div id="suggestions" class="section">
<div class="header">
<h2>Discover</h2>
<h2>Featured</h2>
</div>
<a href="https://github.com/therealFoxster/altsource-viewer" target="_blank">
<!-- <a href="https://github.com/therealFoxster/altsource-viewer" target="_blank">
<div class="suggestion" id="source-code">
<i class="bi bi-code-slash"></i>
Source Code
</div>
</a>
</a> -->
</div>
</div>
<script src="index.js" type="module"></script>