summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlle1 <36682087+vlle1@users.noreply.github.com>2020-11-10 01:19:25 +0100
committerDennis Kobert <dennis@kobert.dev>2020-11-10 02:36:11 +0100
commit96ed5ad4e247b92cd7acb48caa6835a2baa17a20 (patch)
tree06f1d4cd7c38cfa9f57bf004a0b921ffc8e51941
parentc7358d8d5f63ab67e43a0c79b5dae4faf0a3644c (diff)
Scale pictures
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 0c778d1..ef1df3c 100644
--- a/index.html
+++ b/index.html
@@ -19,7 +19,7 @@ body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif}
<div class="w3-bar w3-green w3-card w3-left-align w3-large">
<a class="w3-bar-item w3-button w3-hide-medium w3-hide-large w3-right w3-padding-large w3-hover-white w3-large w3-white" href="javascript:void(0);" onclick="myFunction()" title="Toggle Navigation Menu"><i class="fa fa-bars"></i></a>
<a href="#" class="w3-bar-item w3-button w3-padding-large w3-white">Home</a>
- <a href="../campus_trailer.mp4" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">Trailer</a>
+ <a href="https://kobert.dev/campus_trailer.mp4" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">Trailer</a>
<a href="./map" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">Live-Map</a>
<a href="./sg" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">Neu: Survival Games</a>
<a href="TODO redirect" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">Discord</a>
@@ -27,7 +27,7 @@ body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif}
<!-- Navbar on small screens -->
<div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium w3-large">
- <a href="../campus_trailer.mp4" class="w3-bar-item w3-button w3-padding-large">Trailer</a>
+ <a href=".https://kobert.dev/campus_trailer.mp4" class="w3-bar-item w3-button w3-padding-large">Trailer</a>
<a href="./dynmap" class="w3-bar-item w3-button w3-padding-large">Live-Map</a>
<a href="./sg" class="w3-bar-item w3-button w3-padding-large">Neu: Survival Games</a>
<a href="TODO redirect" class="w3-bar-item w3-button w3-padding-large">Discord</a>
@@ -35,8 +35,8 @@ body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif}
</div>
<!-- Header -->
-<header class="w3-container w3-green w3-center" style="padding:128px 16px; background-image: url('./temp2.png'); background-repeat: no-repeat; padding: 5%; background-size: contain;">
- <h1 class="w3-margin w3-jumbo">Der Minecraft Campus!</h1>
+<header class="w3-container w3-black w3-center" style="padding:128px 16px; background-image: url('./temp2.png'); background-repeat: no-repeat; background-position: center; background-size: cover;">
+ <h1 class="w3-margin w3-jumbo">Der Minecraft Campus</h1>
<p class="w3-xlarge">Besuche den KIT-Campus in Minecraft!</p>
</header>
<!-- First Grid -->