-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (31 loc) · 1.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CPHWEB</title>
<link rel="stylesheet" href="/main.css">
</head>
<body>
<h1>CPHWEB</h1>
<p>Your single point of entry to the Copenhagen Web developer community.</p>
<h2>Sign up for our mailing list!</h2>
<form action="//cphweb.us9.list-manage.com/subscribe/post?u=fe7bdb07e7c76b8c09e13833f&id=745f3ba62f" method="post">
<label for="email">Email Address</label>
<input type="email" name="EMAIL" id="email" required placeholder="[email protected]">
<input type="submit" value="Subscribe" name="subscribe">
</form>
<h2>Web meetups in Copenhagen</h2>
<ul>
<li><a href="http://copenhagenjs.dk">CopenhagenJS</a> - Javascript, Frontend Operations, NodeJS</li>
<li><a href="http://upfront.ninja/">UpFront</a> - HTML, CSS</li>
<li><a href="https://www.facebook.com/groups/282096585192552/">Brewww</a> - Beers and networking</li>
<li><a href="http://www.meetup.com/Copenhagen-Node-js-Hackathon/">Copenhagen Node.js Hackathon</a> - Streaming hackyness</li>
<li><a href="http://www.meetup.com/The-Copenhagen-Django-Meetup-Group/">Copenhagen Django Meetup Group</a></li>
</ul>
<h2>Web conferences in Copenhagen</h2>
<ul>
<li><a href="http://coldfrontconf.com/">ColdFront</a></li>
<li><a href="http://atthefrontend.dk/">At the Frontend</a></li>
</ul>
</body>
</html>