Initial commit.

This commit is contained in:
Andrew McGee 2021-09-19 21:01:27 +10:00 committed by GitHub
parent ded7b9f25f
commit bfd9ad4987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 98 additions and 0 deletions

BIN
bg1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 KiB

37
index.html Normal file
View File

@ -0,0 +1,37 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title> NanoDash </title>
<base target="_blank">
<link rel="icon" href="/bm/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="nanodash.css">
</head>
<body>
<div>
<center>
<table class="links">
<tr>
<td><a href=""><div class="box"><img src="thumbs/asus.png" alt="" height="" width=""/><div class="txt">ASUS Router</div></div></a></td>
<td><a href=""><div class="box"><img src="thumbs/webmin.png" alt="" height="" width=""/><div class="txt">Webmin</div></div></a></td>
<td><a href=""><div class="box"><img src="thumbs/pi-hole.png" alt="" height="" width=""/><div class="txt">Pi-Hole</div></div></a></td>
<td><a href=""><div class="box"><img src="thumbs/canon.png" alt="" height="" width=""/><div class="txt">Canon TS9100</div></div></a></td>
</tr>
<tr>
<td><a href=""><div class="box"><img src="thumbs/phpmyadmin.png" alt="" height="" width=""/><div class="txt">phpMyAdmin</div></div></a></td>
<td><a href=""><div class="box"><img src="thumbs/sabnzbd.png" alt="" height="" width=""/><div class="txt">SABnzbd</div></div></a></td>
<td><a href=""><div class="box"><img src="thumbs/kodi.png" alt="" height="" width=""/><div class="txt">Kodi</div></div></a></td>
<td><a href=""><div class="box"><img src="thumbs/foam.png" alt="" height="" width=""/><div class="txt">foam</div></div></a></td>
</tr>
<tr>
<td><a href=""><div class="box"><img src="thumbs/ampache.png" alt="" height="" width=""/><div class="txt">Ampache</div></div></a></td>
<td><a href=""><div class="box"><img src="thumbs/sonarr.png" alt="" height="" width=""/><div class="txt">Sonarr</div></div></a></td>
<td><a href=""><div class="box"><img src="thumbs/radarr.png" alt="" height="" width=""/><div class="txt">Radarr</div></div></a></td>
<td><a href=""><div class="box"><img src="thumbs/readarr.png" alt="" height="" width=""/><div class="txt">Readarr</div></div></a></td>
</tr>
</table>
</div>
</body>
</html>

61
nanodash.css Normal file
View File

@ -0,0 +1,61 @@
body {
background-image: url("bg1.jpg");
background-attachment: fixed;
}
.box {
text-decoration: none;
display: inline-block;
height: 100px;
width: 300px;
border-radius: 8px;
background: linear-gradient(to right, #202020, #404040);
overflow: hidden;
position: relative;
vertical-align: middle;
}
.box:hover {
box-shadow: 0px 0px 1px 1px dodgerblue;
}
.box img {
max-width: 100%;
max-height: 100%;
margin: 12px 20px;
display: block;
float: left;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
table {
border-spacing:40px 20px;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
td {
font-family: "Arial", sans-serif;
font-size: 16px;
font-weight: 500;
font-style: normal;
text-align: left;
vertical-align: middle;
color: whitesmoke;
}
.txt {
margin: 40px;
}
a {
text-decoration: none;
color: whitesmoke;
}

BIN
thumbs/ampache.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
thumbs/asus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
thumbs/canon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
thumbs/foam.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
thumbs/kodi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

BIN
thumbs/phpmyadmin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
thumbs/pi-hole.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

BIN
thumbs/radarr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
thumbs/readarr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
thumbs/sabnzbd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
thumbs/sonarr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
thumbs/webmin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB