Merge branch 'master' of guestMasterCB/Epic-Sax-2 into master

This commit is contained in:
Simon Giesel 2019-07-11 15:23:18 +00:00 committed by Gitea
commit e4e92e9e78
14 changed files with 52 additions and 17 deletions

View file

@ -1,2 +1,3 @@
# Epic-Sax # Epic-Sax
//Test

View file

@ -2,13 +2,14 @@
<head> <head>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0"> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="assets/styles/saxophone.css"> <link rel="stylesheet" type="text/css" href="inhalte/designes/saxophone.css">
<title>Altsaxophon</title> <title>Altsaxophon</title>
</head> </head>
<body> <body>
<button class="button" onclick="window.location.href='index.html#sax'" type="button">Zur&uuml;ck</button>
<h1>Altsaxophon</h1> <h1>Altsaxophon</h1>
<img src="assets/images/Altsaxophon.png" /> <img src="inhalte/bilder/Altsaxophon.png" />
<a class="quelle" href="https://www.kisspng.com/free/alto-saxophone.html">Bildquelle</a> <a class="quelle" href="https://www.kisspng.com/free/alto-saxophone.html">Bildquelle</a>
<a class="buy" href="https://www.thomann.de/de/saxophone.html">Kaufen auf thomann.de</a> <a class="buy" href="https://www.thomann.de/de/saxophone.html">Kaufen auf thomann.de</a>
<p> <p>

View file

@ -2,13 +2,14 @@
<head> <head>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0"> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="assets/styles/saxophone.css"> <link rel="stylesheet" type="text/css" href="inhalte/designes/saxophone.css">
<title>Baritonsaxophon</title> <title>Baritonsaxophon</title>
</head> </head>
<body> <body>
<button class="button" onclick="window.location.href='index.html#sax'" type="button">Zur&uuml;ck</button>
<h1>Baritonsaxophon</h1> <h1>Baritonsaxophon</h1>
<img src="assets/images/Baritonsaxophon.png" /> <img src="inhalte/bilder/Baritonsaxophon.png" />
<a class="quelle" href="https://de.kisspng.com/png-vw76al/">Bildquelle</a> <a class="quelle" href="https://de.kisspng.com/png-vw76al/">Bildquelle</a>
<a class="buy" href="https://www.thomann.de/de/saxophone.html">Kaufen auf thomann.de</a> <a class="buy" href="https://www.thomann.de/de/saxophone.html">Kaufen auf thomann.de</a>
<p> <p>

View file

@ -2,11 +2,12 @@
<head> <head>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0"> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="assets/styles/impressum.css"> <link rel="stylesheet" type="text/css" href="inhalte/designes/impressum.css">
<title>Impressum</title> <title>Impressum</title>
</head> </head>
<body> <body>
<button class="button" onclick="window.location.href='index.html'" type="button">Zur&uuml;ck</button>
<h1>Impressum</h1> <h1>Impressum</h1>
<p> <p>
Hannes Jaeschke<br /> Hannes Jaeschke<br />

View file

@ -2,7 +2,7 @@
<head> <head>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0"> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="assets/styles/index.css"> <link rel="stylesheet" type="text/css" href="inhalte/designes/index.css">
<title>Epic-Sax</title> <title>Epic-Sax</title>
</head> </head>
@ -25,29 +25,29 @@
ein. Heut zu Tage ist das Saxophon vor allem im Jazz beheimatet, jedoch auch in der modernen Blasmusik.</p> ein. Heut zu Tage ist das Saxophon vor allem im Jazz beheimatet, jedoch auch in der modernen Blasmusik.</p>
</div> </div>
<div class="page explore"> <div class="page explore">
<h1>Entdecken Sie die Vielfalt der Saxophone</h1> <h1 id="sax">Entdecken Sie die Vielfalt der Saxophone</h1>
<div class="saxophones"> <div class="saxophones">
<a href="sopransaxophon.html"> <a href="sopransaxophon.html">
<div class="saxophone"> <div class="saxophone">
<img src="assets/images/Sopransaxophon.png" /> <img src="inhalte/bilder/Sopransaxophon.png" />
<p>Sopransaxophon</p> <p>Sopransaxophon</p>
</div> </div>
</a> </a>
<a href="altsaxophon.html"> <a href="altsaxophon.html">
<div class="saxophone"> <div class="saxophone">
<img src="assets/images/Altsaxophon.png" /> <img src="inhalte/bilder/Altsaxophon.png" />
<p>Altsaxophon</p> <p>Altsaxophon</p>
</div> </div>
</a> </a>
<a href="tenorsaxophon.html"> <a href="tenorsaxophon.html">
<div class="saxophone"> <div class="saxophone">
<img src="assets/images/Tenorsaxophon.png" /> <img src="inhalte/bilder/Tenorsaxophon.png" />
<p>Tenorsaxophon</p> <p>Tenorsaxophon</p>
</div> </div>
</a> </a>
<a href="baritonsaxophon.html"> <a href="baritonsaxophon.html">
<div class="saxophone"> <div class="saxophone">
<img src="assets/images/Baritonsaxophon.png" /> <img src="inhalte/bilder/Baritonsaxophon.png" />
<p>Baritonsaxophon</p> <p>Baritonsaxophon</p>
</div> </div>
</a> </a>

View file

Before

Width:  |  Height:  |  Size: 826 KiB

After

Width:  |  Height:  |  Size: 826 KiB

View file

Before

Width:  |  Height:  |  Size: 249 KiB

After

Width:  |  Height:  |  Size: 249 KiB

View file

Before

Width:  |  Height:  |  Size: 282 KiB

After

Width:  |  Height:  |  Size: 282 KiB

View file

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View file

@ -21,3 +21,17 @@ p {
font-size: 5vh; font-size: 5vh;
} }
.button {
background-color: grey;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
.button:hover {
background-color: lightgray;
color: white;
}

View file

@ -58,3 +58,18 @@ a.quelle {
text-align: center; text-align: center;
font-size: 2vh; font-size: 2vh;
} }
.button {
background-color: grey;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
.button:hover {
background-color: lightgray;
color: white;
}

View file

@ -2,13 +2,14 @@
<head> <head>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0"> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="assets/styles/saxophone.css"> <link rel="stylesheet" type="text/css" href="inhalte/designes/saxophone.css">
<title>Sopransaxophon</title> <title>Sopransaxophon</title>
</head> </head>
<body> <body>
<button class="button" onclick="window.location.href='index.html#sax'" type="button">Zur&uuml;ck</button>
<h1>Sopransaxophon</h1> <h1>Sopransaxophon</h1>
<img src="assets/images/Sopransaxophon.png" /> <img src="inhalte/bilder/Sopransaxophon.png" />
<a class="quelle" href="https://de.kisspng.com/png-mqadkl/">Bildquelle</a> <a class="quelle" href="https://de.kisspng.com/png-mqadkl/">Bildquelle</a>
<a class="buy" href="https://www.thomann.de/de/saxophone.html">Kaufen auf thomann.de</a> <a class="buy" href="https://www.thomann.de/de/saxophone.html">Kaufen auf thomann.de</a>
<p> <p>

View file

@ -2,13 +2,14 @@
<head> <head>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0"> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="assets/styles/saxophone.css"> <link rel="stylesheet" type="text/css" href="inhalte/designes/saxophone.css">
<title>Tenorsaxophon</title> <title>Tenorsaxophon</title>
</head> </head>
<body> <body>
<button class="button" onclick="window.location.href='index.html#sax'" type="button">Zur&uuml;ck</button>
<h1>Tenorsaxophon</h1> <h1>Tenorsaxophon</h1>
<img src="assets/images/Tenorsaxophon.png" /> <img src="inhalte/bilder/Tenorsaxophon.png" />
<a class="quelle" href="https://de.kisspng.com/png-vcd3ox/download-png.html">Bildquelle</a> <a class="quelle" href="https://de.kisspng.com/png-vcd3ox/download-png.html">Bildquelle</a>
<a class="buy" href="https://www.thomann.de/de/saxophone.html">Kaufen auf thomann.de</a> <a class="buy" href="https://www.thomann.de/de/saxophone.html">Kaufen auf thomann.de</a>
<p> <p>