pages/index.html
2024-10-05 23:12:43 +00:00

20 lines
905 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://calendar.klank.school">calendar</a></p>
<p><a href="https://funk.klank.school">funkwhale</a></p>
</div>
</body>
</html>