Skip to content

Commit 4e66308

Browse files
committed
nicer donate button and encourage more kinds of skills
1 parent 767721f commit 4e66308

File tree

2 files changed

+54
-5
lines changed

2 files changed

+54
-5
lines changed

index.html

+18-5
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,27 @@ <h3>Other Initiatives</h3>
6262
<div class="row">
6363
<div class="col-md-8">
6464
<h2>Get Involved</h2>
65-
<p><a href="https://www.bridgetroll.org/">Volunteer for a workshop near you.</a> See something in our documentation that needs improvement, fork it on github and send a pull request or just dive in and edit the wiki. We need your help!</p>
65+
<p>Most of our activities are focused on coding and leveling up in tech, but the real work is building a community of creative professionals
66+
who work collaboratively to create postive change in our society. We need more folks willing to write words, create images, conduct research,
67+
and develop materials about effective teaching and positive conflict resolution. Of course, there's lots of opportunities to write code too.
68+
69+
<ul>
70+
<li><a href="https://www.bridgetroll.org/">Volunteer for a workshop near you</a></li>
71+
<li><a href="https://docs.google.com/a/ultrasaurus.com/forms/d/1zkxx0Ao5xeg-epedPl1zw4aZ-JKYVNc6yxx0tVSGYJo/viewform?edit_requested=true">Help make stuff happen</a> wherever you are</li>
72+
<li>or <a mailto="[email protected]">send us an email</a> !</li>
73+
</ul>
74+
75+
<p>See something in our documentation that needs improvement, fork it on github and send a pull request or just dive in and edit the wiki.
76+
Don't know what a wiki is? New to open source? No worries, we've all been there... and we totally need your help.</p>
6677
<p>There is so much to do, so much to learn, and so many people who might benefit from what <em>you</em> know.</p>
6778
</div>
6879
<div class="col-md-4">
69-
<h2>Donate</h2>
70-
<p>Bridge Foundry donations enable workshop planning in advance of sponsorship, help workshops get started in new geographies, as well as supporting other initiatives to create more diverse and inclusive tech culture.</p>
71-
<p><a href="/donate">Donate Now</a></p>
72-
</div>
80+
<h2>&nbsp;</h2>
81+
<p>We provide grants for workshop organizers in remote locations and support many initiatives to create more diverse and inclusive tech culture.</p>
82+
<p>Financial support allows us to amplify the work of volunteers. The work you do is the most important thing, but money can help too :)</p>
83+
<div class="donate-area">
84+
<a href="/donate" class="donate-btn">DONATE <span class="glyphicon glyphicon-heart" aria-hidden="true"></span></a>
85+
</div>
7386
</div>
7487
</div>
7588
</body>

site.css

+36
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,39 @@ body {
2727
.bridgefoundry-advisors-imgs {
2828
margin: 0 auto 5px 5px;border: 2px solid #ccc;width: 150px;height: 150px;float: right;
2929
}
30+
31+
32+
33+
/* Donate button */
34+
.donate-area {
35+
height: 60px;
36+
}
37+
.donate-btn {
38+
margin: 4px;
39+
color: #fff;
40+
background-color: #db5566;
41+
border-bottom:2px solid #af4451;
42+
padding: 10px;
43+
padding-left: 20px;
44+
padding-right: 20px;
45+
border-radius: 10px;
46+
text-decoration:none;
47+
float: left;
48+
}
49+
50+
.donate-btn:hover {
51+
color: #fff;
52+
background-color: #df6a78;
53+
border-bottom:2px solid #b25560;
54+
outline: none;
55+
text-decoration:none
56+
}
57+
58+
59+
.donate-btn:active {
60+
color: #fff;
61+
background-color: #c04b59;
62+
border-top:2px solid #9a3c47;
63+
margin-top: 2px;
64+
}
65+

0 commit comments

Comments
 (0)