added some reference links to ui

This commit is contained in:
simon 2021-09-15 11:33:16 +07:00
parent 1415781863
commit 193e6f91ac
3 changed files with 6 additions and 3 deletions

View File

@ -96,7 +96,7 @@
</div>
<div class="footer">
<div class="boxed-content">
<span>© 2021 | The Tube Archivist</span>
<span>© 2021 The Tube Archivist | <a href="https://github.com/bbilly1/tubearchivist" target="_blank">Github</a> | <a href="https://hub.docker.com/r/bbilly1/tubearchivist" target="_blank">Docker Hub</a></span>
</div>
</div>
</body>

View File

@ -114,7 +114,7 @@
</div>
<div class="settings-group">
<h2>Manual media files import.</h2>
<p>Add files to the cache/import folder. Make sure to follow the instructions on Github.</p>
<p>Add files to the cache/import folder. Make sure to follow the instructions on <a href="https://github.com/bbilly1/tubearchivist#import-your-existing-library" target="_blank">Github</a>.</p>
<div id="manual-import">
<button onclick="manualImport()">Start import</button>
</div>

View File

@ -134,11 +134,14 @@ button:hover {
grid-row-end: 3;
}
.footer a {
text-decoration: underline;
}
/* navigation */
.top-nav {
display: block;
padding: 15px 0;
/* justify-content: space-around; */
position: relative;
}