-
Notifications
You must be signed in to change notification settings - Fork 2
/
faq-2021.html
132 lines (128 loc) · 5.48 KB
/
faq-2021.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
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Public Space Invitational 2020: FAQ</title>
<link rel="shortcut icon" href="img/leaf-nav.png">
<link rel="apple-touch-icon" href="img/leaf-nav.png">
<link href='https://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=PT+Serif:400' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href="../css/bootstrap.min.css" rel="stylesheet">
<link href="../font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="../css/landing-page.css" rel="stylesheet">
<style type="text/css">
.h-link {
color: #FFF;
}
a.h-link:hover {
text-decoration: none;
color: #FFF;
}
</style>
</head>
<body>
<!-- Fixed navbar -->
<nav class="navbar navbar-default navbar-fixed-top nav_style">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../"><img class="nav-img pull-left" src="../img/leaf-nav.png"/>Public Space Invitational</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="../#about">About</a></li>
<li><a href="../#challenge">The Challenge</a></li>
<li><a href="../#apply">Apply</a></li>
<li><a href="../faq.html">FAQ</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div id="logo-container">
<img id="logo" src="img/faq-main-2021.png"/>
</div>
<div class="content-section-b">
<div class="container">
<div class="row">
<div id="message">
<p>
<div class="title">Frequently Asked Questions</div>
</p>
<p>
<strong>What materials are the bins made of?</strong>
</p>
<p>
<ul>
<li>The panels are plastic (1/2" thick METEM); this is recycled plastic made from high-density polyethylene (HDPE).</li>
<li>The frame is metal (16 gauge 304L stainless steel).</li>
<li>All other fixtures are stainless steel.</li>
</ul>
</p>
<p id="dimensions">
<strong>Do you have the dimensions of the compost bins?</strong>
</p>
<p>
Dimensions are detailed in the following diagrams:
</p>
<p>
<img id="logo" src="img/bin-2.png"/>
<img id="logo" src="img/bin-3.png"/>
</p>
<p>
<strong>Do you have any other images of the bins that may be useful?</strong>
</p>
<p>
Yes!
</p>
<p>
<img id="logo" src="img/bin-4.png"/>
<img id="logo" src="img/bin-5.png"/>
<img id="logo" src="img/bin-1.png"/>
</p>
<p>
<strong>I have more questions! What should I do?</strong>
</p>
<p>
Email us at <a href="mailto:invitational@newurbanmechanics.org">invitational@newurbanmechanics.org</a>.
</p>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-lg-12">
<p style="font-size: 13px; line-height: 13px; color: #aaa;">
<a style="color: #888" href="https://twitter.com/newurbanmechs">
<i class="fa fa-twitter" style="padding-right: 3px;"></i>New Urban Mechanics
</a>
</p>
<p style="font-size: 13px; line-height: 13px; color: #aaa;">
© 2021
</p>
</div>
</div>
</div>
</footer>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="../js/bootstrap.min.js"></script>
<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-74043464-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>