-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
38 lines (38 loc) · 2.23 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Mozilla Berlin Community</title>
<link rel="stylesheet" type="text/css" href="./styles.css">
</head>
<body>
<header class="clearfix">
<div class="max-width-4 mx-auto">
<h2 class="h2 left-align white">Mozilla Berlin</h2>
</div>
</header>
<main class="max-width-4 mx-auto py4 px2">
<div class="max-width-1 mx-auto">
<img class="community--logo" src="berlin_logo_community_space.png" alt="Berlin Mozilla Community space logo">
<h2 class="center">Berlin <span class="mozilla--title">moz://a</span> Community Space</h2>
<p class="center">Building 3, 4th floor<br>Schlesische Straße 27<br>10997 Berlin</p>
</div>
<h2 class="mozilla--title">Events</h2>
<p>We host Mozilla meetups every week, see the calendar below and make sure to sign up through the <a href="https://www.meetup.com/Berlin-Mozilla-Meetup/">Mozilla Berlin Meetup Page</a>.</p>
<p>Additionally we regularly host tech meetups, learning groups and other web-related gatherings, free of charge. Our space is sponsored and maintained by Mozilla, but we operate based on a trust model that enables volunteers to indepently host their own events.</p>
<p><strong>Do you want to run an event in the Mozilla Community Space? Please get in touch <a href="https://goo.gl/forms/4fZZzBB9QnCUemyd2">here</a>!</strong></p>
<h2 class="mozilla--title">Calendar</h2>
<iframe class="block mx-auto community--calendar" src="https://calendar.google.com/calendar/embed?showTitle=0&showCalendars=0&showPrint=0&height=600&wkst=2&bgcolor=%23ffffff&src=pdbuh2radv9coblu6o4rmob8kk%40group.calendar.google.com&color=%2323164E&ctz=Europe%2FBerlin" style="border-width:0" height="600" frameborder="0" scrolling="no"></iframe>
</main>
<footer>
<div class="max-width-4 mx-auto clearfix">
<div class="sm-col sm-col-4">
<h4>Berlin <span class="mozilla--title">moz://a</span> Community Space</h4>
</div>
<div class="sm-col sm-col-8">
<h5 class="right-align">Building 3, 4th floor<br>Schlesische Straße 27<br>10997 Berlin</h5>
</div>
</div>
</footer>
</body>
</html>