Initial commit.
|
|
@ -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>
|
||||||
|
|
@ -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;
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 5.6 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 8.9 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 7.6 KiB |