diff --git a/app/public/css/styles.css b/app/public/css/styles.css new file mode 100644 index 0000000..d8280de --- /dev/null +++ b/app/public/css/styles.css @@ -0,0 +1,47 @@ +nav a{ + float: right; + text-decoration: none; + color: #FFFFFF; + font-size: 18px; + padding: 25px 35px; + display: inline-block; + transition: all 0.5s ease 0s; +} + +#logo { + font-size: 20px; + text-transform: uppercase; + color: #FFFFFF; + font-weight: bold; + float: left; + padding: 20px; + margin-left: 17%; +} + +header { + overflow: hidden; + background-color: #090CA9; + margin-bottom: 50px; +} + +body { + margin: 0px; + padding: 0px; + font-family: 'Open Sans', sans-serif; +} + +nav { + margin-right: 17%; +} + +h1 { + margin: 0px auto; + font-size: 26px; + padding: 40px 0px; + color: #002e5b; + text-align: center; +} + +h1 span{ + font-weight: 400; +} \ No newline at end of file diff --git a/app/public/html/footer.html b/app/public/html/footer.html new file mode 100644 index 0000000..505a2f6 --- /dev/null +++ b/app/public/html/footer.html @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/app/public/html/header.html b/app/public/html/header.html new file mode 100644 index 0000000..1cc3a75 --- /dev/null +++ b/app/public/html/header.html @@ -0,0 +1,23 @@ + + + + Punktesystem + + + + + + +
+
+ + +
+
\ No newline at end of file diff --git a/app/public/index.php b/app/public/index.php index f207903..6879d66 100644 --- a/app/public/index.php +++ b/app/public/index.php @@ -1,19 +1,6 @@ - - - - Punktesystem - - -
- -
- - -

-

- - \ No newline at end of file + + +

Punktesystem Kreispokalwettbewerb Altdorf

+

test

+ + \ No newline at end of file diff --git a/app/public/mannschaft.php b/app/public/mannschaft.php index 94f74dd..ca3b613 100644 --- a/app/public/mannschaft.php +++ b/app/public/mannschaft.php @@ -1,11 +1,3 @@ - - Punktesystem - -
- -
\ No newline at end of file + + \ No newline at end of file diff --git a/app/public/stationen.php b/app/public/stationen.php index 37fcdd2..ca3b613 100644 --- a/app/public/stationen.php +++ b/app/public/stationen.php @@ -1,11 +1,3 @@ - - Punktesystem - -
- -
\ No newline at end of file + + \ No newline at end of file diff --git a/app/public/statistik.php b/app/public/statistik.php index 57d6c4e..ca3b613 100644 --- a/app/public/statistik.php +++ b/app/public/statistik.php @@ -1,11 +1,3 @@ - - Punktesystem - -
- -
\ No newline at end of file + + \ No newline at end of file