-
Notifications
You must be signed in to change notification settings - Fork 7
/
documentation.htm
78 lines (69 loc) · 3.04 KB
/
documentation.htm
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Chicago Boss: Documentation</title>
<link rel="stylesheet" href="includes/css/main.css">
<script src="includes/js/main.js"></script>
<!-- IE Fix for HTML5 Tags -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Google analytics -->
<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-46635298-1', 'chicagoboss.org');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
</head>
<body>
<header id="nav-global-container">
<span id="forkongithub"><a href="https://github.com/ChicagoBoss/ChicagoBoss">Fork me on GitHub</a></span>
<aside id="logo">
<a href="index.htm">
<svg id="logo-large" height="99" width="252" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
<image x="" y="" height="99" width="252" xlink:href="images/logo.svg" />
</svg>
<svg id="logo-small" height="79" width="232" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
<image x="" y="" height="79" width="232" xlink:href="images/logo.svg" />
</svg>
</a>
</aside>
<nav id="nav-global">
<a href="documentation.htm">Documentation</a>
<a href="about.htm">About</a>
<a href="community.htm">Community</a>
<a href="download.htm" class="download">Download <span>📥</span></a>
<a href="contact.htm">Contacts</a>
</nav>
</header>
<section class="container">
<div class="sixteen columns">
<article id="content-container" class="padding-twenty">
<h2>Beginners</h2>
<h3>Chicago Boss: A Rough Introduction By Evan Miller</h3>
<p>A must-read framework introduction by the creator.(<a href="/tutorial.pdf">tutorial.pdf</a>)</p>
<p><a href="https://github.com/ChicagoBoss/ChicagoBoss/wiki/Quickstart">The quickstart</a> covers installing Chicago Boss and starting a new project</p>
<h2>Official documentation</h2>
<p><a href="/doc/api.html">framework API</a></p>
<p><a href="https://github.com/ChicagoBoss/ChicagoBoss/wiki">WIKI</a></p>
</article>
</div>
</section>
<footer class="clearfix">
<nav id="nav-footer" class="clearfix">
<a href="documentation.htm">Documentation</a>
<a href="about.htm">About</a>
<a href="community.htm">Community</a>
<a href="download.htm" class="download">Download</a>
<a href="contact.htm">Contacts</a>
</nav>
</footer>
</body>
</html>