-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (40 loc) · 2.14 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Copenhagen Cocoa</title>
<meta name="description" content="Copenhagen Cocoa is an iOS developer community that hosts a weekly informal meet-up, known internationally as NSCoder Night, where we discuss our projects and exchange ideas">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
</head>
<body>
<div class="container">
<div class="content-container out-container">
<div class="content int-container">
<a href="/" class="logo"><img src="assets/images/[email protected]" title="Copenhagen Cocoa" /></a>
<p class="tagline">iOS and OS X developer community in Copenhagen</p>
<h1>Events</h1>
<h2>Copenhagen Cocoa</h2>
<div class="subtitle">Montly-ish</div>
<p>Formal meet-ups with 2-3 talks, Makers Moment, and usually free snacks and beer.</p>
<h2>Code & Cocoa</h2>
<div class="subtitle">Fortnightly</div>
<p>Informal meet-up where we discuss our projects and exchange ideas. Typically Wednesdays at 17pm in <a href="http://studenterhuset.com">Studenter Huset</a> on <a href="https://www.google.dk/maps/place/Studenterhuset/@55.6811733,12.5740164,17z/data=!3m1!4b1!4m5!3m4!1s0x46525310813f546f:0xa96613f41dd37f05!8m2!3d55.6811703!4d12.5762104">Købmagergade 52, 1150 København K</a>.</p>
<h2>Next event</h2>
<p>
Check out time and location at <a href="http://www.meetup.com/CopenhagenCocoa/">Meetup.com</a>
</p>
<h1>Find us</h1>
<ul class="links">
<li>Join the discussion on <a href="https://copenhagen-cocoa.slack.com">Slack</a></li>
<li>Follow <a href="https://twitter.com/copenhagencocoa">@copenhagencocoa</a> on Twitter</li>
<li>Like <a href="https://www.facebook.com/cphcc">Copenhagen Cocoa</a> on Facebook</li>
<li>Slides and code examples from previous events on <a href="https://github.com/copenhagen-cocoa/EventMaterial">GitHub</a></li>
<li><a href="http://www.meetup.com/CopenhagenCocoa/">CopenhagenCocoa on Meetup</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>