-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
75 lines (70 loc) · 2.6 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
layout: home
---
<header class="major container 75%">
<h2>Let's make our community better by being open and learning from one another.</h2>
<p><a href="#invite">Join</a> our <a href="https://tech256.slack.com">Slack team</a> and start sharing!</p>
<p>Already a member? <a href="https://tech256.slack.com">Enter here!</a></p>
</header>
<div class="box alt container">
<section class="feature left">
<span class="image icon fa-users"><img src="images/pic01.jpg" alt="" /></span>
<div class="content">
<h3>Community</h3>
<p>
We're a group of developers, designers, marketers, business people,
hobbyists, students, and other professionals with two common interests.
North Alabama and technology.
</br><a href="/community.html">Learn More</a>
</p>
</div>
</section>
<section class="feature right">
<span href="#" class="image icon fa-heart"><img src="images/pic03.jpg" alt="" /></span>
<div class="content">
<h3>Code of Conduct</h3>
<p>
It's critically important for the success of the community that we
treat one another with respect. We have established a code of conduct
to set our standard.
<br/>
<a href="https://github.com/tech256/CoC">Read it</a> and be kind.
</p>
</div>
</section>
<section class="feature left">
<span href="#" class="image icon fa-slack"><img src="images/pic02.jpg" alt="" /></span>
<div class="content">
<h3>Slack</h3>
<p>
We use <a href="https://tech256.slack.com">Slack</a> to stay connected. It's
easy and a lot of fun! There are clients for every platform.
<br/>
<a href="#invite">Join us</a>, will you?
</p>
</div>
</section>
<section class="feature right">
<span class="image icon fa-rocket"><img src="images/pic01.jpg" alt="" /></span>
<div class="content" id="moderators">
<h3>Moderators</h3>
<span>
Our moderators:
</span>
<ul>
<li><a href="https://tech256.slack.com/team/jay">@jay</a> (<a href="https://twitter.com/iamvery">Jay Hayes</a>)</li>
<li><a href="https://tech256.slack.com/team/mjcarroll">@mjcarroll</a> (<a href="https://twitter.com/carromj">Michael Carroll</a>)</li>
</ul>
<p>
These fine folks are here to help you.
If you have any concern about the community or someone's behavior, do not hestitate to contact us!
</p>
</div>
</section>
</div>
<footer class="major container 75%">
<h3>Convinced?</h3>
<ul class="actions">
<li><a href="#invite" class="button">Join us!</a></li>
</ul>
</footer>