-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcommunity.htm
82 lines (73 loc) · 3.32 KB
/
community.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
79
80
81
82
<!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: Talk To Community</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>
<div 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>
</div>
<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>Community support</h2>
<h3>Despite the overbearing name, we're a friendly bunch.</h3>
<p>We'd love to hear from you. If you have any more questions, come and talk to us on IRC or the mailing list:</p>
<p><span class="social"></span>#chicagoboss on irc.freenode.net</p>
<p><span class="social"></span>[email protected]</p>
<h2>Social</h2>
<p>You can also follow us on social networks for latest news and community announcements</p>
<p><span class="social"></span><a href="https://plus.google.com/+ChicagobossOrg/" rel="publisher">Google+</a></p>
<p><span class="social"></span><a href="https://www.facebook.com/pages/Chicagoboss/1430723603826314">Facebook</a></p>
<p><span class="social"></span><a href="https://twitter.com/ChicagoBoss">Twitter</a></p>
<p><a href="https://www.youtube.com/c/ChicagobossOrg">Youtube</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>