-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcontact.html
122 lines (96 loc) · 3.44 KB
/
contact.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
<meta name="generator" content=
"HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
<title>BUGswarm Developers</title>
<link rel="stylesheet" href="bootstrap/bootstrap.css" type=
"text/css">
<link rel="stylesheet" href="css/this.css" type="text/css">
<link rel="stylesheet" href=
"js/google-code-prettify/prettify.css" type="text/css">
<script src="http://code.jquery.com/jquery-1.5.2.js" type=
"text/javascript">
</script>
<script src="js/google-code-prettify/prettify.js" type=
"text/javascript">
</script>
<script src="js/application.js" type="text/javascript">
</script>
<script src="js/google-analytics.js" type="text/javascript">
</script>
</head>
<body>
<div class="topbar">
<div class="topbar-inner">
<div class="container">
<h3><a id="banner" href="index.html" name=
"banner"><img src="images/bs_logo.png"></a></h3>
<ul class="nav">
<li class="dropdown nav-dropdown">
<a href="documentation.html" class=
"dropdown-toggle">Documentation</a>
<ul class="dropdown-menu">
<li><a href=
"configuration_api.html">Configuration</a></li>
<li><a href=
"participation_api.html">Participation</a></li>
</ul>
</li>
<li><a href="tools.html">Tools</a></li>
<li><a href="libraries.html">Libraries</a></li>
<li><a href="tutorial.html">Tutorial</a></li>
<li><a href="applications.html">Applications</a></li>
<li><a href="hardware.html">Hardware</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div><!-- CONTAINER-->
<div class="container">
<!-- Path-->
<div class="page-header">
<a href="index.html">Home</a> → Contact
</div><!-- Header-->
<h1>Contact</h1>
<div class="row">
<div class="span-one-third">
<h2><a href="irc://irc.freenode.net/bugswarm">Chat</a></h2>
<p>Feel free to drop in the <a href=
"irc://irc.freenode.net/bugswarm">#bugswarm</a> IRC channel
on <a href="irc.freenode.net">Freenode</a> to chat with the
BUGswarm development team.</p>
</div>
<div class="span-one-third">
<h2><a href="http://twitter.com/bugswarm">Twitter</a></h2>
<p>Tweet <a href=
"http://twitter.com/bugswarm">@bugswarm</a> and let us know
what you're thinking.</p>
</div>
<div class="span-one-third">
<h2><a href=
"http://community.buglabs.net/blog">Blog</a></h2>
<p>Read up on what's new with BUGswarm by visiting our
<a href="http://community.buglabs.net/blog">blog</a>.</p>
</div>
</div>
<div class="page-header"></div>
<div class="row">
<div class="span-one-third">
<h2><a href="http://github.com/buglabs">GitHub</a></h2>
<p>Find us at the <a href="http://github.com/buglabs">Bug
Labs github page</a> to check out BUGswarm-related projects
and contribute.</p>
</div>
<div class="span-one-third">
<h2><a href=
"http://github.com/buglabs/bugswarm-api/issues">Report
Bugs</a></h2>
<p>Found a bug in BUGswarm? Help us out and submit an issue
<a href=
"http://github.com/buglabs/bugswarm-api/issues">here</a>.</p>
</div>
</div>
</div>
</body>
</html>