-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
284 lines (225 loc) · 10.6 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
<!DOCTYPE html>
<!--[if lt IE 9 ]><html class="no-js oldie" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Wadi.Green</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<style type="text/css" media="screen">
#styles {
background: white;
padding-top: 15rem;
padding-bottom: 12rem;
}
</style>
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body id="top">
<!-- header
================================================== -->
<header id="header" class="row">
<div class="header-logo">
<a href="/landing_page/about.html">Wadi.Green</a>
</div>
<nav id="header-nav-wrap">
<ul class="header-main-nav">
<li class="current"><a class="smoothscroll" href="#home" title="home">Home</a></li>
</ul>
<a href="/" title="contact" class="button button-primary cta">Goto App</a>
<a href="/landing_page/contact.html" title="contact" class="button button-primary cta">Contact</a>
<a href="/landing_page/activity.html" title="contact" class="button button-primary cta">Propose an Activity</a>
</nav>
<a class="header-menu-toggle" href="#"><span>Menu</span></a>
</header> <!-- end header -->
<!-- home
================================================== -->
<section id="home" data-parallax="scroll" data-image-src="images/hero-bg.jpg" data-natural-width=3000
data-natural-height=2000>
<div class="overlay"></div>
<div class="home-content">
<div class="row contents">
<div class="home-content-left">
<h3 data-aos="fade-up">Welcome to Wadi.Green Contributors page</h3>
<h1 data-aos="fade-up">
Something <br>
that you can help <br>
with ?
</h1>
</div>
</div>
</div> <!-- end home-content -->
</section> <!-- end home -->
<!-- styles
================================================== -->
<section id="styles">
<div class="row narrow add-bottom">
<div class="row">
<div class="col-six tab-full">
<h3>Ways to Contribute</h3>
<h5><a href="mailto:support@wadi.green">Email us directly</a></h5>
<h5>a) Content</h5>
<dl>
<dt><strong>Sourcing</strong></dt>
<dd>Do you have some ideas that can be really nice activities for everyone? Share them</dd>
<dt><strong>Proof reading</strong></dt>
<dd>Content is coming mostly from public contributors and we need help with proof reading and
convert them into an activity</dd>
<dt><strong>Translations</strong></dt>
<dd>Help us translate the app and make it more international</dd>
</dl>
<h5>b) App</h5>
<dl>
<dt><strong>Bugs</strong></dt>
<dd>Something that is not working right ? Report a bug and it will be fixed at the earlies</dd>
<dt><strong>Confusion</strong></dt>
<dd>Something doesn't feel right while using the app? Always open to hear suggestions.</dd>
</dl>
<h5>c) Technical</h5>
<dl>
<dt><strong>Contributor</strong></dt>
<dd>Love contributing to open-source repositories? Checkout our <a
href="https://github.com/wadi-green/">Github</a> repo</dd>
</dl>
<dl>
<dt><strong>Beta tester</strong></dt>
<dd>Do you have some spare time to do testing for us ?</dd>
</dl>
</div>
<div class="col-six tab-full">
<h3>Contact</h3>
<form action="https://www.wadi.green/libra/rest/public/api/v1/feedback/take" method="GET">
<div>
<label for="sampleInput">Your email</label>
<input class="full-width" type="email" name="email" placeholder="test@mailbox.com"
id="sampleInput" required>
</div>
<div>
<label for="sampleRecipientInput">Reason for contacting</label>
<div class="ss-custom-select">
<select class="full-width" id="sampleRecipientInput" name="category">
<option value="Content">Content</option>
<option value="System">System Failure</option>
<option value="Technical">Technical support</option>
</select>
</div>
</div>
<label for="exampleMessage">Message</label>
<textarea class="full-width" placeholder="Your message" id="exampleMessage" name="content"
required></textarea>
<label class="add-bottom">
<input type="checkbox">
<span class="label-text">Send a copy to yourself</span>
</label>
<input class="button-primary" type="submit" value="Submit">
</form>
</div>
</div> <!-- end row -->
</section> <!-- end styles -->
<!-- footer
================================================== -->
<!-- footer
================================================== -->
<footer>
<div class="footer-main">
<div class="row">
<div class="col-three md-1-3 tab-full footer-info">
<div class="footer-logo"></div>
<p>
Wadi.Green
</p>
<!-- <ul class="footer-social-list">
<li>
<a href="#"><i class="fa fa-facebook-square"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-behance"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-dribbble"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-instagram"></i></a>
</li>
</ul> -->
</div> <!-- end footer-info -->
<div class="col-three md-1-3 tab-1-2 mob-full footer-contact">
<h4>Contact</h4>
<p>
<a href="https://en.wikipedia.org/wiki/Laniakea_Supercluster">Planet Earth<br>
Solar System, Milky Way <br>
Laniakea<br>
</a>
</p>
<p>
support@wadi.green <br>
</p>
</div> <!-- end footer-contact -->
<div class="col-two md-1-3 tab-1-2 mob-full footer-site-links">
<h4>Site Links</h4>
<ul class="list-links">
<li><a href="#">Home</a></li>
</ul>
</div> <!-- end footer-site-links -->
<!-- <div class="col-four md-1-2 tab-full footer-subscribe">
<h4>Our Newsletter</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua.</p>
<div class="subscribe-form">
<form id="mc-form" class="group" novalidate="true">
<input type="email" value="" name="EMAIL" class="email" id="mc-email"
placeholder="Email Address" required="">
<input type="submit" name="subscribe" value="Send">
<label for="mc-email" class="subscribe-message"></label>
</form>
</div> -->
</div> <!-- end footer-subscribe -->
</div> <!-- /row -->
</div> <!-- end footer-main -->
<div class="footer-bottom">
<div class="row">
<div class="col-twelve">
<div class="copyright">
<span>© Copyright Wadi.Green 2021</span>
<!-- <span>Design by <a href="http://www.styleshout.com/">styleshout</a></span> -->
</div>
<div id="go-top">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="icon-arrow-up"></i></a>
</div>
</div>
</div> <!-- end footer-bottom -->
</div>
</footer>
<div id="preloader">
<div id="loader"></div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>