diff --git a/willkommen/willkommen.css b/willkommen/willkommen.css new file mode 100644 index 0000000..e0ef132 --- /dev/null +++ b/willkommen/willkommen.css @@ -0,0 +1,54 @@ +body { + background-image: url("https://images.unsplash.com/photo-1495195129352-aeb325a55b65?ixlib=rb-1.2.1&auto=format&fit=zoom&w=1024&q=80"); + background-repeat: no-repeat; + background-size: cover; + background-attachment: fixed; + background-position: right; + font-family: sans-serif; + margin-left: 0px; +} +.ct1 { + background-color: rgba(020,020,020,0.4); + color: white; + margin-top: 30px; + font-size: 1.8em; + display: inline-block; +} +.txt1 { + padding: 4px; + margin-left: 12px; + margin-right: 12px; +} +.ct2 { + color: #333; + position: absolute; + top: 44%; + left: 20%; + right: 20%; + font-size: 1em; + display: inline-block; +} +.txt2 { + text-align: center; +} +.txt2 span { + font-size: 60%; +} +footer { + background-color: rgba(020,020,020,0.4); + color: white; + position: fixed; + + bottom: 0; + left: 0; + right: 0; + width: 130px; + height: 130px; + border-top-right-radius: 130px; + font-size: 1.8em; +} +.txt3 { + position: relative; + top: 46%; + margin-left: 9%; +} \ No newline at end of file diff --git a/willkommen/willkommen.js b/willkommen/willkommen.js new file mode 100644 index 0000000..d0fdd2f --- /dev/null +++ b/willkommen/willkommen.js @@ -0,0 +1,62 @@ +var params = window.location.search.slice(1).split("&"); +console.log(params); +for(var p=0; p