-
Notifications
You must be signed in to change notification settings - Fork 138
/
index.html
53 lines (44 loc) · 1.63 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
---
title: Clojure Guides | Getting Started With Clojure | Clojure Tutorials
layout: default
---
<div class="jumbotron">
<div class="container">
<h1>Clojure Documentation</h1>
<p>Welcome to the community-driven documentation site for the Clojure programming language.</p>
<a class='btn btn-primary btn-lg' href='/articles/tutorials/getting_started.html'>Get Started! »</a>
<a class="btn btn-lg" href="/articles/content.html">See all content »</a>
<a class='btn btn-lg' href='http://github.com/clojuredocs/guides'>Contribute »</a>
</div>
</div>
<div class='row'>
<div class='col-md-4'>
<h2><a href='/articles/content.html#essentials'>Essentials</a></h2>
<p>Tutorials aimed at new users.</p>
</div>
<div class='col-md-4'>
<h2><a href='/articles/content.html#language-guides'>Language Guides</a></h2>
<p>Comprehensive guides on every aspect of the core language.</p>
</div>
<div class='col-md-4'>
<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='col-md-4'>
<h2><a href='/articles/content.html#the-clojure-ecosystem'>Ecosystem & Tools</a></h2>
<p>Guides covering areas outside of the core language.</p>
</div>
<div class='col-md-4'>
<h2><a href='/articles/content.html#tutorials-and-cookbooks'>Tutorials and Cookbooks</a></h2>
<p>Subject-specific tutorials and guides.</p>
</div>
<div class='col-md-4'>
<h2></h2>
<p>
</p>
</div>
</div>