diff --git a/home.php b/home.php index 8dd651c..9efb019 100644 --- a/home.php +++ b/home.php @@ -50,7 +50,7 @@ echo '
  • - + Manuel diff --git a/minelife b/minelife new file mode 160000 index 0000000..1621fbc --- /dev/null +++ b/minelife @@ -0,0 +1 @@ +Subproject commit 1621fbcbc0525eb5b3c6ef80525d66c2e388dd68 diff --git a/themes/spationaute/css/dashboard.deco.css b/themes/spationaute/css/dashboard.deco.css index 66caa39..7a7a968 100644 --- a/themes/spationaute/css/dashboard.deco.css +++ b/themes/spationaute/css/dashboard.deco.css @@ -41,4 +41,10 @@ border-style: outset; border-color: red; +} + +#dashboard-minelife { + + background-image: url('../img/dashboard-minelife.png'); + background-size: cover; } \ No newline at end of file diff --git a/themes/spationaute/css/dashboard.layout.css b/themes/spationaute/css/dashboard.layout.css index 1eed6fd..603f262 100644 --- a/themes/spationaute/css/dashboard.layout.css +++ b/themes/spationaute/css/dashboard.layout.css @@ -29,10 +29,11 @@ body#home nav ul { #dashboard-map a, #dashboard-messenger a, -#dashboard-farfetched a { +#dashboard-farfetched a, +#dashboard-minelife a { - width: 25vw; - height: 25vw; + width: 20vw; + height: 20vw; display: block; } diff --git a/themes/spationaute/img/dashboard-minelife.png b/themes/spationaute/img/dashboard-minelife.png new file mode 100644 index 0000000..cda9e69 Binary files /dev/null and b/themes/spationaute/img/dashboard-minelife.png differ