forked from clojuredocs/guides
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (47 loc) · 1.64 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
---
title: Clojure Documentation | Getting Started With Clojure | Clojure Tutorials
layout: default
---
<div class='headline'>
<div class='logo'>
<h1>Clojure Doc Site</h1>
</div>
<div class='clear' style=''></div>
<p style=''>
Welcome to the community-driven documentation site for the Clojure programming language.
</p>
<a class='btn btn-primary btn-large' href='/articles/tutorials/getting_started.html'>Get Started! »</a>
<a class="btn btn-large" href="/articles/content.html">See all content »</a>
<a class='btn btn-large' href='http://github.com/clojuredocs/cds'>Contribute »</a>
</div>
<div class='row'>
<div class='span4'>
<h2><a href='/articles/content.html#tutorials'>Tutorials</a></h2>
<p>Tutorials aimed at new users.</p>
</div>
<div class='span4'>
<h2><a href='/articles/content.html#clojure_language_guides'>Language Guides</a></h2>
<p>Comprehensive guides on every aspect of the core language.</p>
</div>
<div class='span4'>
<h2>Contributor-friendly</h2>
<p>
This material is not covered by the Clojure Contributor Agreement and is developed using <a href="https://github.com/clojuredocs/cds#how-to-contribute">pull-requests on GitHub</a>.
</p>
</div>
</div>
<div class='row'>
<div class='span4'>
<h2><a href='/articles/content.html#the_ecosystem'>Ecosystem & Tools</a></h2>
<p>Guides covering areas outside of the core language.</p>
</div>
<div class='span4'>
<h2><a href='/articles/content.html#cookbooks'>Cookbooks</a></h2>
<p>Usage examples organized into subject-specific guides.</p>
</div>
<div class='span4'>
<h2></h2>
<p>
</p>
</div>
</div>