forked from Alpha/Epic-Sax
Compare commits
7 commits
Author | SHA1 | Date | |
---|---|---|---|
4913f939d6 | |||
3557efcd66 | |||
f1015b9c32 | |||
45cd3558e2 | |||
206b2a3b05 | |||
c0f8aa35e5 | |||
bf3adce497 |
9 changed files with 66 additions and 50 deletions
|
@ -1,7 +1,7 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
|
||||
<meta name="viewport" charset="UTF-8" content="width=device-width, height=device-height, initial-scale=1.0">
|
||||
<link rel="stylesheet" type="text/css" href="inhalte/designes/saxophone.css">
|
||||
<title>Altsaxophon</title>
|
||||
</head>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
|
||||
<meta name="viewport" charset="UTF-8" content="width=device-width, height=device-height, initial-scale=1.0">
|
||||
<link rel="stylesheet" type="text/css" href="inhalte/designes/saxophone.css">
|
||||
<title>Baritonsaxophon</title>
|
||||
</head>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
|
||||
<meta name="viewport" charset="UTF-8" content="width=device-width, height=device-height, initial-scale=1.0">
|
||||
<link rel="stylesheet" type="text/css" href="inhalte/designes/impressum.css">
|
||||
<title>Impressum</title>
|
||||
</head>
|
||||
|
@ -13,7 +13,7 @@
|
|||
Hannes Jaeschke<br />
|
||||
Büttelbronnerstraße 24<br />
|
||||
74613 Öhringen<br />
|
||||
Hanneshp1@gmail.com
|
||||
<a class="mailto" href="mailto:Hanneshp1@gmail.com">Hanneshp1@gmail.com</a>
|
||||
</p>
|
||||
</body>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
|
||||
<meta name="viewport" charset="UTF-8" content="width=device-width, height=device-height, initial-scale=1.0">
|
||||
<link rel="stylesheet" type="text/css" href="inhalte/designes/index.css">
|
||||
<title>Epic-Sax</title>
|
||||
</head>
|
||||
|
@ -12,6 +12,7 @@
|
|||
<h2>Willkommen auf</h2>
|
||||
<h1>Epic-Sax</h1>
|
||||
</div>
|
||||
<div class="arrow" onclick="window.scrollTo({top: window.innerHeight, behavior: 'smooth'});"></div>
|
||||
</div>
|
||||
<div class="page history">
|
||||
<h1>Geschichte</h1>
|
||||
|
@ -23,6 +24,7 @@
|
|||
ist. Nicht sofort und überall wurde seinerzeit das neue Instrument begeistert aufgenommen. Doch viele
|
||||
Komponisten fanden alsbald Gefallen an ihm und setzten es mit seinen klanglichen Variationsmöglichkeiten
|
||||
ein. Heut zu Tage ist das Saxophon vor allem im Jazz beheimatet, jedoch auch in der modernen Blasmusik.</p>
|
||||
<div class="arrow" onclick="window.scrollTo({top: window.innerHeight*2, behavior: 'smooth'});"></div>
|
||||
</div>
|
||||
<div class="page explore">
|
||||
<h1 id="sax">Entdecken Sie die Vielfalt der Saxophone</h1>
|
||||
|
|
|
@ -1,15 +1,13 @@
|
|||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
|
||||
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
position: absolute;
|
||||
top: 10%;
|
||||
left: 5%;
|
||||
|
||||
font-size: 10vh;
|
||||
}
|
||||
|
||||
|
@ -18,9 +16,9 @@ p {
|
|||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate3D(-50%, -50%, 0);
|
||||
|
||||
font-size: 5vh;
|
||||
}
|
||||
|
||||
.button {
|
||||
background-color: grey;
|
||||
border: none;
|
||||
|
@ -30,8 +28,14 @@ p {
|
|||
text-decoration: none;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
background-color: lightgray;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.mailto {
|
||||
color: grey;
|
||||
}
|
|
@ -1,8 +1,7 @@
|
|||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
|
||||
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -14,9 +13,6 @@ div.page {
|
|||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
/* border: 5px solid red;
|
||||
box-sizing: border-box; */
|
||||
}
|
||||
|
||||
/*### HOME #########################################################################*/
|
||||
|
@ -46,7 +42,6 @@ div.page.history > h1 {
|
|||
position: absolute;
|
||||
top: 10%;
|
||||
left: 5%;
|
||||
|
||||
font-size: 10vh;
|
||||
}
|
||||
|
||||
|
@ -57,7 +52,6 @@ div.page.history > p {
|
|||
min-width: 700px;
|
||||
width: 60%;
|
||||
transform: translate3D(-50%, -50%, 0);
|
||||
|
||||
font-size: 3vh;
|
||||
hyphens: auto;
|
||||
text-align: justify
|
||||
|
@ -69,7 +63,6 @@ div.page.explore > h1 {
|
|||
position: absolute;
|
||||
top: 10%;
|
||||
width: 100%;
|
||||
|
||||
text-align: center;
|
||||
font-size: 8vh;
|
||||
}
|
||||
|
@ -79,7 +72,6 @@ div.page.explore > a {
|
|||
left: 50%;
|
||||
bottom: 4%;
|
||||
transform: translateX(-50%);
|
||||
|
||||
text-align: center;
|
||||
font-size: 2vh;
|
||||
}
|
||||
|
@ -95,18 +87,15 @@ div.saxophones div.saxophone {
|
|||
padding: 4vw;
|
||||
width: 12vw;
|
||||
height: 12vw;
|
||||
|
||||
transition: 150ms ease-in-out;
|
||||
}
|
||||
|
||||
div.saxophones div.saxophone>p {
|
||||
margin: 8vh 0;
|
||||
|
||||
color: white;
|
||||
text-align: center;
|
||||
font-size: 3vh;
|
||||
font-weight: bold;
|
||||
|
||||
transition: inherit;
|
||||
}
|
||||
|
||||
|
@ -114,14 +103,11 @@ div.saxophones div.saxophone:hover > p {
|
|||
color: black;
|
||||
}
|
||||
|
||||
|
||||
div.saxophones div.saxophone:hover {
|
||||
padding: 3vw;
|
||||
width: 12vw;
|
||||
height: 12vw;
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
border-radius: 50%;
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
|
@ -131,3 +117,31 @@ div.saxophones div.saxophone > img {
|
|||
height: inherit;
|
||||
}
|
||||
|
||||
/*#### scroll #### */
|
||||
|
||||
.arrow::before {
|
||||
content: '\25bc';
|
||||
cursor: pointer;
|
||||
color: grey;
|
||||
position: absolute;
|
||||
opacity: 0.8;
|
||||
text-shadow: 0 0 .5rem rgba(0, 0, 0, 0.5);
|
||||
width: 6rem;
|
||||
font-size: 2rem;
|
||||
height: 4rem;
|
||||
line-height: 4rem;
|
||||
text-align: center;
|
||||
bottom: 2rem;
|
||||
margin-left: -3rem;
|
||||
left: 50%;
|
||||
animation: bounce 1s ease infinite;
|
||||
}
|
||||
|
||||
@keyframes bounce {
|
||||
50% {
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
100% {
|
||||
transform: translateY(0);
|
||||
}
|
||||
}
|
|
@ -1,22 +1,19 @@
|
|||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
|
||||
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
position: absolute;
|
||||
top: 10%;
|
||||
left: 5%;
|
||||
|
||||
font-size: 10vh;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 25vw;
|
||||
height: 25vw;
|
||||
|
||||
position: absolute;
|
||||
top: 55%;
|
||||
left: 20%;
|
||||
|
@ -28,7 +25,6 @@ p {
|
|||
top: 50%;
|
||||
left: 60%;
|
||||
transform: translate3D(-50%, -50%, 0);
|
||||
|
||||
font-size: 3vh;
|
||||
hyphens: auto;
|
||||
text-align: justify
|
||||
|
@ -44,7 +40,6 @@ a.buy {
|
|||
bottom: 20%;
|
||||
left: 60%;
|
||||
transform: translate3D(-50%, -50%, 0);
|
||||
|
||||
font-size: 4vh;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
@ -54,7 +49,6 @@ a.quelle {
|
|||
bottom: 15%;
|
||||
left: 20%;
|
||||
transform: translate3D(-50%, -50%, 0);
|
||||
|
||||
text-align: center;
|
||||
font-size: 2vh;
|
||||
}
|
||||
|
@ -68,7 +62,9 @@ a.quelle {
|
|||
text-decoration: none;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
background-color: lightgray;
|
||||
color: white;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
|
||||
<meta name="viewport" charset="UTF-8" content="width=device-width, height=device-height, initial-scale=1.0">
|
||||
<link rel="stylesheet" type="text/css" href="inhalte/designes/saxophone.css">
|
||||
<title>Sopransaxophon</title>
|
||||
</head>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
|
||||
<meta name="viewport" charset="UTF-8" content="width=device-width, height=device-height, initial-scale=1.0">
|
||||
<link rel="stylesheet" type="text/css" href="inhalte/designes/saxophone.css">
|
||||
<title>Tenorsaxophon</title>
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue