-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommunity.html
85 lines (79 loc) · 3.93 KB
/
community.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
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html>
<head>
<title>L.B.Stanza</title>
<link type="text/css" rel="stylesheet" href="resources/mainstyle.css">
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-77155883-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<table class="wrap">
<tr><td colspan="3" class="banner">
<a href="index.html">Home</a><a href="philosophy.html">Philosophy</a><a href="downloads.html">Downloads</a><a href="documentation.html">Documentation</a><a href="people.html">People</a><a href="community.html" class="active-banner">Community</a><a href="news.html">News</a><a href="reference.html">Reference</a>
</td></tr>
<tr>
<td class="nav">
<h1>NAVIGATION</h1>
<h2><a href="#anchor148">Mailing List</a></h2><h2><a href="#anchor149">IRC Channel</a></h2><h2><a href="#anchor150">Reddit</a></h2>
</td>
<td class="main">
<h1 id="anchor148">Mailing List</h1><p>Connect with other Stanza programmers by suscribing to the mailing list!</p>
<div class="classictemplate template" style="display: block;">
<style type="text/css">
#groupsio_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#groupsio_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#groupsio_embed_signup .email {display:block; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:58%; min-width:130px;}
#groupsio_embed_signup {
clear:left; font:14px Helvetica,Arial,sans-serif;
}
#groupsio_embed_signup .button {
width:25%; margin:0 0 10px 0; min-width:90px;
background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
background-repeat: repeat-x;
border-color: #245580;
text-shadow: 0 -1px 0 rgba(0,0,0,.2);
box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
color: #fff;
background-color: #337ab7;
display: inline-block;
margin-bottom: 20px;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
}
</style>
<div id="groupsio_embed_signup">
<form action="https://groups.io/g/lbstanza/signup?u=1222155530449853279" method="post" id="groupsio-embedded-subscribe-form" name="groupsio-embedded-subscribe-form" target="_blank">
<div id="groupsio_embed_signup_scroll">
<label for="email" id="templateformtitle">Subscribe to the LBStanza mailing list</label>
<input type="email" value="" name="email" class="email" id="email" placeholder="email address" required="">
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_1222155530449853279" tabindex="-1" value=""></div>
<div id="templatearchives"><p><a id="archivelink" href="https://groups.io/g/lbstanza/threads">View Archives</a></p></div>
<input type="submit" value="Subscribe" name="subscribe" id="groupsio-embedded-subscribe" class="button">
</div>
</form>
</div>
</div>
<h1 id="anchor149">IRC Channel</h1><p>Chat with other Stanza programmers at our IRC Channel, <a href=http://webchat.freenode.net/?channels=lbstanza>#lbstanza</a> on Freenode.</p><h1 id="anchor150">Reddit</h1><p>Chat and post about your experiences with Stanza at our <a href=https://www.reddit.com/r/lbstanza>Reddit</a> page.</p>
</td>
<td class="rest">
<img url="resources/spacer.gif"></img>
</td>
</tr>
<tr><td colspan="3" class="footer">
Site design by Luca Li. Copyright 2015.
</td></tr>
</table>
</body>
</html>