-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (28 loc) · 1.12 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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<html>
<head>
<title>clj-la - los angeles clojure users group</title>
<meta name="description" lang="en-us" content="clj-la is the Los Angeles Clojure Users Group." />
<link type="text/css" rel="stylesheet" href="style.css" />
</head>
<body>
<div id="main">
<img id="logo" src="clj-la-logo-grungy.png"/>
<h1 id="mainheader">clj-la</h1>
<h2>Los Angeles Clojure Users Group</h2>
<p>We are fans of <a href="http://clojure.org">Clojure</a> in the Los Angeles metro area.
We hang out online most days and meet up in person once a month.</p>
<p>We are clj-la.</p>
<p>Find us on the interwebs:</p>
<ul>
<li><a href="http://www.meetup.com/Los-Angeles-Clojure-Users-Group">Meetup</a></li>
<li><a href="http://groups.google.com/group/clj-la">Google Group</a></li>
<li><a href="irc://irc.freenode.net/#clj-la">IRC</a></li>
<li><a href="http://github.com/clj-la">GitHub</a></li>
</ul>
<div id="footer">Status: active</div>
</div>
</body>
</html>