-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdevelopers.html
99 lines (96 loc) · 3.63 KB
/
developers.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
<!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css">
<style type="text/css">
body {
padding-top: 70px;
}
.jumbotron img {
width:250px;
}
a > h1, a:hover {
color:black;
text-decoration:none;
}
.contributors {
background-color:black;
height:200px;
}
.contributors img {
padding-top:50px;
padding-left:20px;
width:150px;
}
.contributors img.pull-up {
padding-top:20px
}
</style>
<title>Developers | Chattanooga Citizen User Testing Group</title>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="navbar-inner">
<div class="container">
<a class="navbar-brand" href="#">Chattanooga Citizen User Testing Group</a>
<ul class="nav navbar-nav pull-right">
<li><a href="index.html">Join us</a></li>
<li><a href="index.html#getting-started">Getting started</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#contact">Contact</a></li>
<li class="active"><a href="#">Developers</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="jumbotron">
<div class="col-md-4">
<img src="opencha-logo.png">
</div>
<div>
<h2>Civic User Testing Group</h2>
<p>The Chattanooga Civic User Testing (CUT) Group is a set of regular Chattanoogans who get paid to test out civic apps.</p>
</div>
</div>
</div>
<div class="row section-break">
<h1>Developers - get free user testing</h1>
<p>The Chattanooga Civic User Testing (CUT) Group is a set of regular Chattanoogans who get paid to test out civic apps.</p>
<div id="wufoo-x81zhii0urs8wb">Fill out my <a href="https://tryount.wufoo.com/forms/x81zhii0urs8wb">online form</a>.</div>
</div>
</div>
<div class="contributors">
<div class="container">
<div class="col-md-3"><img src="cfa-logo.png"></div>
<div class="col-md-3"><img src="opencha-logo.png"></div>
<div class="col-md-3"><img src="benwood-logo.png"></div>
<div class="col-md-3"><img src="chattanooga-seal.png" class="pull-up"></div>
</div>
</div>
<script type="text/javascript">
var x81zhii0urs8wb;
(function(d, t) {
var s = d.createElement(t),
options = {
'userName':'tryount',
'formHash':'x81zhii0urs8wb',
'autoResize':true,
'height':'778',
'async':true,
'host':'wufoo.com',
'header':'show',
'ssl':true
};
s.src = ('https:' == d.location.protocol ? 'https://' : 'http://') + 'wufoo.com/scripts/embed/form.js';
s.onload = s.onreadystatechange = function() {
var rs = this.readyState; if (rs) if (rs != 'complete') if (rs != 'loaded') return;
try { x81zhii0urs8wb = new WufooForm();x81zhii0urs8wb.initialize(options);x81zhii0urs8wb.display(); } catch (e) {}};
var scr = d.getElementsByTagName(t)[0], par = scr.parentNode; par.insertBefore(s, scr);
})(document, 'script');
</script>
</body>
</html>