diff --git a/index.html b/index.html index 7d9bedc..646fd73 100644 --- a/index.html +++ b/index.html @@ -5,15 +5,48 @@ - Klankschool test + Klankschool + +
-

Klankschool

-

-

Klankschool is an emerging community operating a space in the south of Rotterdam. Each member is a teacher, student, musician, janitor and more. The purpose of the space is to share sounds, work on projects, hang out, exhibit works, learn, teach, listen. See the calendar for upcoming and past events.

-

calendar

-

funkwhale

+

Klankschool

+ +

Klankschool is a community operating a space (and a server) in the south of Rotterdam. Its members share a common interest in performances, sound art, improvisation, noise, ... Each member is a teacher, student, musician, janitor and more. The motivation to have a community-run space is to share sounds, work on projects, organise events, hang out, exhibit works, learn, teach and listen. See the calendar for upcoming and past activities.

+

Are you interested in joining?
+ Do you search a space for performance, project, ...?
+ Do you like activities outside of the norms of Spotify streams, elevator sounds, Muzakā„¢, piped music, Ikea furnitures, Netflix series, Airplane flights, eating meat, ... ?
+ Write us an e-mail: klankschool@extratonal.org

+
+ diff --git a/klankschool1.jpg b/klankschool1.jpg new file mode 100644 index 0000000..b02524d Binary files /dev/null and b/klankschool1.jpg differ diff --git a/klankschool2.gif b/klankschool2.gif new file mode 100644 index 0000000..4b4450c Binary files /dev/null and b/klankschool2.gif differ diff --git a/klankschool2.jpg b/klankschool2.jpg new file mode 100644 index 0000000..bfa71a8 Binary files /dev/null and b/klankschool2.jpg differ diff --git a/styles.css b/styles.css index 38136f1..75ca4f5 100644 --- a/styles.css +++ b/styles.css @@ -7,22 +7,32 @@ html { position: relative; } +body{ + background: url(#background); + background-size: 100% 100%; + -o-background-size: 100% 100%; + -webkit-background-size: 100% 100%; + background-size: cover; + text-align: center; +} #app { - top: 50%; - left: 50%; - position: absolute; - transform: translate(-50%, -50%); - width: 75vw; - + margin: 0 auto; + max-width: 620px; + padding-bottom: 30px; } #main { text-align: center; - border-color: grey; + height: 4rem; +} + +.border{ + border-color: black; background-color: white; - border-width: 3px; + border-width: 2px; border-style: solid; + box-shadow: 5px 5px 5px black; } a { @@ -34,23 +44,11 @@ a { a:hover { color: grey; } -body{ - height: 100%; - background-image: url(noise.svg); - background-size: 100% 100%; - -o-background-size: 100% 100%; - -webkit-background-size: 100% 100%; - background-size: cover; - text-align: center; - } + p { - font-size: 2rem; + font-size: 1.5rem; padding: 0.5vh 1vw; - border-color: grey; - background-color: white; - border-width: 2px; - border-style: solid; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; } @@ -59,6 +57,31 @@ h1 { font-size: 3rem; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; + text-transform: uppercase; } -.home-img{width: 100%; height: 20vh; object-fit: cover;} \ No newline at end of file +.home-img{ + width: 620px; + object-fit: cover; +} + +#menu{ + position: fixed; + display: inline-flex; + transform: rotate(-90deg) translate(-100%, 50%); + transform-origin: 0 50%; + left: 10px; + top: 0px; +} + +#menu > p{ + margin: 0px; + margin-left: 10px; +} + +#background{ + position: fixed; + top: 0px; + left: 0px; + z-index: -1; +}