Merge branch 'master' of guestMasterCB/Epic-Sax-2 into master
|
@ -1,2 +1,3 @@
|
|||
# Epic-Sax
|
||||
|
||||
//Test
|
|
@ -2,13 +2,14 @@
|
|||
|
||||
<head>
|
||||
<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>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<button class="button" onclick="window.location.href='index.html#sax'" type="button">Zurück</button>
|
||||
<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="buy" href="https://www.thomann.de/de/saxophone.html">Kaufen auf thomann.de</a>
|
||||
<p>
|
||||
|
|
|
@ -2,13 +2,14 @@
|
|||
|
||||
<head>
|
||||
<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>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<button class="button" onclick="window.location.href='index.html#sax'" type="button">Zurück</button>
|
||||
<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="buy" href="https://www.thomann.de/de/saxophone.html">Kaufen auf thomann.de</a>
|
||||
<p>
|
||||
|
|
|
@ -2,11 +2,12 @@
|
|||
|
||||
<head>
|
||||
<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>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<button class="button" onclick="window.location.href='index.html'" type="button">Zurück</button>
|
||||
<h1>Impressum</h1>
|
||||
<p>
|
||||
Hannes Jaeschke<br />
|
||||
|
|
12
index.html
|
@ -2,7 +2,7 @@
|
|||
|
||||
<head>
|
||||
<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>
|
||||
</head>
|
||||
|
||||
|
@ -25,29 +25,29 @@
|
|||
ein. Heut zu Tage ist das Saxophon vor allem im Jazz beheimatet, jedoch auch in der modernen Blasmusik.</p>
|
||||
</div>
|
||||
<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">
|
||||
<a href="sopransaxophon.html">
|
||||
<div class="saxophone">
|
||||
<img src="assets/images/Sopransaxophon.png" />
|
||||
<img src="inhalte/bilder/Sopransaxophon.png" />
|
||||
<p>Sopransaxophon</p>
|
||||
</div>
|
||||
</a>
|
||||
<a href="altsaxophon.html">
|
||||
<div class="saxophone">
|
||||
<img src="assets/images/Altsaxophon.png" />
|
||||
<img src="inhalte/bilder/Altsaxophon.png" />
|
||||
<p>Altsaxophon</p>
|
||||
</div>
|
||||
</a>
|
||||
<a href="tenorsaxophon.html">
|
||||
<div class="saxophone">
|
||||
<img src="assets/images/Tenorsaxophon.png" />
|
||||
<img src="inhalte/bilder/Tenorsaxophon.png" />
|
||||
<p>Tenorsaxophon</p>
|
||||
</div>
|
||||
</a>
|
||||
<a href="baritonsaxophon.html">
|
||||
<div class="saxophone">
|
||||
<img src="assets/images/Baritonsaxophon.png" />
|
||||
<img src="inhalte/bilder/Baritonsaxophon.png" />
|
||||
<p>Baritonsaxophon</p>
|
||||
</div>
|
||||
</a>
|
||||
|
|
Before Width: | Height: | Size: 826 KiB After Width: | Height: | Size: 826 KiB |
Before Width: | Height: | Size: 249 KiB After Width: | Height: | Size: 249 KiB |
Before Width: | Height: | Size: 282 KiB After Width: | Height: | Size: 282 KiB |
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
|
@ -21,3 +21,17 @@ p {
|
|||
|
||||
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;
|
||||
}
|
|
@ -58,3 +58,18 @@ a.quelle {
|
|||
text-align: center;
|
||||
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;
|
||||
}
|
|
@ -2,13 +2,14 @@
|
|||
|
||||
<head>
|
||||
<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>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<button class="button" onclick="window.location.href='index.html#sax'" type="button">Zurück</button>
|
||||
<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="buy" href="https://www.thomann.de/de/saxophone.html">Kaufen auf thomann.de</a>
|
||||
<p>
|
||||
|
|
|
@ -2,13 +2,14 @@
|
|||
|
||||
<head>
|
||||
<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>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<button class="button" onclick="window.location.href='index.html#sax'" type="button">Zurück</button>
|
||||
<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="buy" href="https://www.thomann.de/de/saxophone.html">Kaufen auf thomann.de</a>
|
||||
<p>
|
||||
|
|