19 lines
861 B
HTML
19 lines
861 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<link rel="stylesheet" type="text/css" href="styles.css" />
|
||
|
<title>Klankschool</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="app">
|
||
|
<h1 id="main">Klankschool</h1>
|
||
|
<p><img class="home-img" src="equipment.jpg"></p>
|
||
|
<p> 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. </p>
|
||
|
<p><a href="https://klankschool.org/calendar/?key=46e630bbe7">calendar</a></p>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|