-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
49 lines (43 loc) · 1.92 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
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Brisbane Jelly - Bris Jelly</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css" type="text/css">
<meta name="description" content="Bris Jelly is social Friday afternoon coworking at The Edge">
</head>
<body>
<div id="container">
<header>
<h1>Bris Jelly</h1>
<div>
<object type="image/svg+xml" data="img/jellyfish.svg" role="img" tabindex="-1"></object>
</div>
</header>
<main>
<div class="bit">
<h2>What is Jelly?</h2>
<p>Jelly was historically a casual meetup anyone can join, mostly remote workers who could do with a bit of socialization at the end of the week.</p>
<p>The in-person meetups don't happen regularly anymore, but we're still active on Slack, and there's occassionally a meet up or casual drinks that might
come out of that.</p>
</div>
<div class="bit">
<h2>When & Where</h2>
<p>Formally we met at <a href="https://www.slq.qld.gov.au/visit/spaces/edge" rel="noopener">The Edge</a> — part of the State Library of Queensland in South Brisbane.</p>
<p>This is still a great place to book a window booth or get a table with river views and hang out or do some work.</p>
</div>
<div class="bit">
<h2>Jelly on Slack</h2>
<p>Bris Jelly has a channel on the <a href="https://brisbane.slack.com/" rel="noopener" target="_blank">Brisbane Slack</a>. Hop on for a chat or to get in touch with us.</p>
<p>Not a member of Brisbane Slack? No problem: you can invite yourself <a href="https://brisbane.herokuapp.com" rel="noopener" target="_blank">here</a>.</p>
</div>
<div class='footer-creature'>
<img src="img/crab.svg" alt="">
</div>
</main>
</div>
</body>
</html>