diff --git a/bg1.jpg b/bg1.jpg new file mode 100644 index 0000000..b87f702 Binary files /dev/null and b/bg1.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..6d46570 --- /dev/null +++ b/index.html @@ -0,0 +1,37 @@ + + + + NanoDash + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + +
+ + + diff --git a/nanodash.css b/nanodash.css new file mode 100644 index 0000000..fc6f1a1 --- /dev/null +++ b/nanodash.css @@ -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; +} diff --git a/thumbs/ampache.png b/thumbs/ampache.png new file mode 100644 index 0000000..5f71916 Binary files /dev/null and b/thumbs/ampache.png differ diff --git a/thumbs/asus.png b/thumbs/asus.png new file mode 100644 index 0000000..a232b5e Binary files /dev/null and b/thumbs/asus.png differ diff --git a/thumbs/canon.png b/thumbs/canon.png new file mode 100644 index 0000000..f97c030 Binary files /dev/null and b/thumbs/canon.png differ diff --git a/thumbs/foam.png b/thumbs/foam.png new file mode 100644 index 0000000..2fa8164 Binary files /dev/null and b/thumbs/foam.png differ diff --git a/thumbs/kodi.png b/thumbs/kodi.png new file mode 100644 index 0000000..a87f499 Binary files /dev/null and b/thumbs/kodi.png differ diff --git a/thumbs/phpmyadmin.png b/thumbs/phpmyadmin.png new file mode 100644 index 0000000..ea27161 Binary files /dev/null and b/thumbs/phpmyadmin.png differ diff --git a/thumbs/pi-hole.png b/thumbs/pi-hole.png new file mode 100644 index 0000000..5d535b3 Binary files /dev/null and b/thumbs/pi-hole.png differ diff --git a/thumbs/radarr.png b/thumbs/radarr.png new file mode 100644 index 0000000..b7fb638 Binary files /dev/null and b/thumbs/radarr.png differ diff --git a/thumbs/readarr.png b/thumbs/readarr.png new file mode 100644 index 0000000..9384df6 Binary files /dev/null and b/thumbs/readarr.png differ diff --git a/thumbs/sabnzbd.png b/thumbs/sabnzbd.png new file mode 100644 index 0000000..a6e0ab1 Binary files /dev/null and b/thumbs/sabnzbd.png differ diff --git a/thumbs/sonarr.png b/thumbs/sonarr.png new file mode 100644 index 0000000..8d27db0 Binary files /dev/null and b/thumbs/sonarr.png differ diff --git a/thumbs/webmin.png b/thumbs/webmin.png new file mode 100644 index 0000000..0d16fef Binary files /dev/null and b/thumbs/webmin.png differ