summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Kobert <dennis@kobert.dev>2020-11-15 02:32:52 +0100
committerDennis Kobert <dennis@kobert.dev>2020-11-15 02:32:52 +0100
commitd6c380e2ebff838a61e23280affa56d4904b1f01 (patch)
treef0216a351c2cb1ef91f64374b670c2c3c2018615
parent93505416db278955b68638c29a36fd48fae0ce39 (diff)
Change trailer link to youtube upload
-rw-r--r--index.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/index.html b/index.html
index 9b70370..6754c6c 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,6 @@
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/minecraftia" type="text/css" />
<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/minecraft" type="text/css"/>
<!--todo die beiden minecraft schriften runterladen und selber hosten-->
@@ -45,7 +44,6 @@
8px 16px 0 black,
9px 18px 0 black,
10px 20px 0 black;
-
}
.w3-bar,
@@ -69,7 +67,7 @@
href="javascript:void(0);" onclick="myFunction()" title="Toggle Navigation Menu" target="_blank"><i
class="fa fa-bars"></i></a>
<a href="#" class="w3-bar-item w3-button w3-padding-large w3-white" target="_blank">Home</a>
- <a href="https://kobert.dev/campus_trailer.mp4"
+ <a href="https://youtu.be/gusAH25c5Zk"
class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white" target="_blank">Trailer</a>
<a href="./map" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white"
target="_blank">Live-Map</a>
@@ -82,7 +80,7 @@
<!-- Navbar on small screens -->
<div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium w3-large" target="_blank">
- <a href=".https://kobert.dev/campus_trailer.mp4" class="w3-bar-item w3-button w3-padding-large"
+ <a href="https://youtu.be/gusAH25c5Zk" class="w3-bar-item w3-button w3-padding-large"
target="_blank">Trailer</a>
<a href="./dynmap" class="w3-bar-item w3-button w3-padding-large" target="_blank">Live-Map</a>
<a href="./sg" class="w3-bar-item w3-button w3-padding-large" target="_blank">Neu: Survival Games</a>
@@ -159,4 +157,4 @@
</body>
-</html> \ No newline at end of file
+</html>