-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (59 loc) · 3.47 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
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="/css/normalize.css" rel="stylesheet">
<link href="/css/skeleton.css" rel="stylesheet">
<link href="/css/default.css" rel="stylesheet">
<title>cloxp</title>
<meta property="og:title" content="cloxp">
<meta property="og:description" content="cloxp, a Clojure development environement">
<meta property="og:url" content="/index.html">
<meta property="og:image" content="/images/cloxp-logo.jpg">
<link rel="shortcut icon" href="/favicon.ico">
<link href="/css/greeting.css" rel="stylesheet"><a href="https://github.com/cloxp/cloxp-install"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/52760788cde945287fbb584134c4cbc2bc36f904/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f77686974655f6666666666662e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png"/></a>
</head>
<body>
<div class="content">
<div class="masthead u-full-width">
<h1><img src="/images/cloxp-logo.png"></h1>
</div>
<div class="container greeting">
<div class="row">
<h3 class="offset-by-two eight columns">Programming Clojure, interactive and live</h3>
</div>
</div>
<div class="container community">
<div class="row">
<h4 class="fancy offset-by-four four columns"><span>Community</span></h4>
</div>
<div class="row">
<div class="offset-by-three six columns"><a href="https://groups.google.com/forum/#!forum/cloxp">Google groups mailing list</a><br><a href="https://gitter.im/cloxp/cloxp">cloxp chat on gitter</a><br></div>
</div>
</div>
<div class="container posts">
<div class="row">
<div class="offset-by-four four columns">
<h4 class="fancy"><span>News</span></h4>
</div>
</div>
<div class="row">
<div class="post offset-by-three six columns"><span class="date">Apr 22 2015</span><a href="2015-04-22-making-cloxp-rock">Making cloxp rock</a><br><span class="date">Apr 22 2015</span><a href="2015-04-22-clojurewest.html">Clojure/West and chocolate pudding</a><br><span class="date">Feb 09 2015</span><a href="2015-02-09-cloxp-live-eval.html">Live eval</a><br><span class="date">Feb 03 2015</span><a href="2015-02-03-cloxp-capture.html">Capture to see</a><br><span class="date">Feb 02 2015</span><a href="2015-02-02-whats-up.html">What's up with cloxp?</a><br><span class="date">Jan 07 2015</span><a href="cloxp-intro.html">Programming Clojure, Smalltalk-style</a></div>
</div>
</div>
</div>
<div class="footer">
<div class="inner"><a href="mailto:[email protected]?Subject=cloxp" target="_top">© 2015 Robert Krahn</a><span class="spacer">|</span><a href="/atom.xml">feed</a></div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-56965545-3', 'auto', {'siteSpeedSampleRate': 50});
ga('require', 'linkid', 'linkid.js');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
</body>
</html>