forked from homologus/crowdsourcing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonate.html
47 lines (41 loc) · 1.8 KB
/
donate.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
---
title: Donate
description: Your help is greatly apreciated!
image: https://upload.wikimedia.org/wikipedia/commons/thumb/0/04/Rubus_spectabilis_%27Olympic_Double%27_Leaves.JPG/800px-Rubus_spectabilis_%27Olympic_Double%27_Leaves.JPG
---
<head>
<script language="javascript" type="text/javascript">
<!--
window.setTimeout('window.open("https://www.indiegogo.com/projects/salmonberry-genomics-by-high-school-students#/","newsite")',0);
// -->
</script>
</head>
<section class="hero" style="background-image: url({% include relative-src.html src=page.image %})">
<div class="inner-hero text-container">
<div class="hero-text-container">
<h1 class="editable">Visit our Crowdfunding</h1>
<p class="subtext editable"><a href = "https://www.indiegogo.com/projects/salmonberry-genomics-by-high-school-students#/" style="color: rgb(255,255,255)"><font color="FFFFFF">Click here to visit!</font></a></p>
</div>
</div>
</section>
<!--
<section class="pad">
<div class="text-container contact-box">
<form action="{{ site.baseurl }}/contact-success/" method="post" class="contact-form">
<input type="hidden" name="_to" value="[email protected]">
<input type="text" name="_gotcha" style="display: none;">
<label for="name">Name</label>
<input type="text" name="name" id="name" placeholder="Enter your name...">
<label for="email">Email Address</label>
<input type="email" name="email" id="email" placeholder="Enter your email..." required>
<label for="message">Message</label>
<textarea name="message" id="message" placeholder="Enter your message..."></textarea>
<input type="submit" value="Send Message">
</form>
<div class="contact-details">
<h3>Email</h3>
<p class="editable"><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</section>
-->