-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDonatePage.html
More file actions
45 lines (30 loc) · 3.24 KB
/
DonatePage.html
File metadata and controls
45 lines (30 loc) · 3.24 KB
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
<!DOCTYPE html>
<html>
<head>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="styles.css" rel="stylesheet" />
<script
src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"></script>
<script src="developers.js"></script>
<title>Code For Change!</title>
</head>
<body>
<img class="pic" src="http://babysideburns.com/wp-content/uploads/2016/07/Screen-Shot-2016-07-06-at-9.41.43-AM.png"/>
<h1 id= "donate">Fundraisers</h1>
<p id="donate-intro">This page is dedicated to visitors who want to donate money to organizations who support our cause. </p>
<div class="org">
<h3 id="donate-org"> Donate To These Organizations: </h3>
</div>
<li><a class= "link-color" target='blank' href="http://www.awea.org/">AWEA</a><span>- AWEA is a company mainly focused on specializing in wind turbine energy</span></li>
<li><a class= "link-color" target='blank' href="http://www.borregosolar.com/">Borrego Solar</a><span>- Borrego Solar specializes in solar and energy storage services for commercial and utility customers. </span></li>
<li><a class= "link-color" target='blank' href="http://spotlightsolar.com/#home-curve">Spotlight Solar</a><span>- Spotlight Solar makes customers’ properties distinctive with great looking solar. These novel structures don’t replace rooftop solar systems, they complement them and authentically remind people of your environmental stewardship.</span></li>
<li><a class= "link-color" target='blank' href="http://www.ecofastensolar.com/">EcoFasten Solar</a><span>- EcoFasten Solar is the company that utilizes practical experience and combines it with innovative solutions, quality manufacturing principles, the commitment to utilizing recycled materials in the production of water tight roof mount systems with extensive patent protection and offer it with the highest level of customer service possible.</span></li>
<li><a class= "link-color" target='blank' href="http://www.nexteraenergy.com/">NextEra Energy</a><span>- NextEra Energy is focused on building long-term value for our shareholders by investing in energy technologies that are designed to provide affordable, clean and reliable power for our customers.</span></li>
<li><a class= "link-color" target='blank' href="http://www.hannonarmstrong.com/">Hannon Armstrong</a><span>- Hannon Armstrong provides debt and equity financing to the energy efficiency and renewable energy markets. </span></li>
<li><a class= "link-color" target='blank' href="http://licleanenergy.com/main?utm_campaign=njam+PPC&utm_source=google&utm_medium=ppc&utm_term=%2Bsolar+%2Benergy&utm_content=1797282x588330117129067125">licleanenergy</a><span>- This is the largest renewable energy project ever proposed for Long Island, capable of more than tripling its green energy supply.</span></li>
<p id= "going-to"> Any money that is donated through this site will go towards partner companies that are working on incorportating clean energy sources into homes and cities. </p>
<button id="donate-now">Donate!</button>
</body>
</html>