-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvolunteers.html
61 lines (61 loc) · 4.19 KB
/
volunteers.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="Yonah Russ" name="author">
<meta content="#DonateMyFee is a better way to raise money for worthy causes" name="description">
<meta content="DonateMyFee, #DonateMyFee, Donate, pro bono, consulting, charitable consulting" name="keywords">
<meta content="initial-scale=1" name="viewport">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Raleway:200,800|Droid+Serif:400,700">
<link href="css/opt.css?v=20141230162804" rel="stylesheet" type="text/css">
<title>#DonateMyFee</title>
</head>
<body>
<div class="vanilla">
<section>
<h1><a href="/?from_volunteers">#DonateMyFee</a></h1>
<div class="social">
<a href="https://www.linkedin.com/shareArticle?mini=true&url=http%3A//donatemyfee.org&title=DonateMyFee%20Pro-bono%20consulting%20services&summary=Hitech%20consulting%20services%20in%20return%20for%20donations%20to%20charity&source=DonateMyFee.org" alt="Share on LinkedIn" title="Share on LinkedIn"><i class='icon-linkedin'></i></a>
<a href="https://twitter.com/intent/tweet?url=http%3A//donatemyfee.org&text=Take%20a%20look%20at%20%23DonateMyFee%20Pro-bono%20consulting%20services" alt="Share on Twitter" title="Share on Twitter"><i class='icon-twitter'></i></a>
<a href="https://www.facebook.com/sharer/sharer.php?u=http%3A//donatemyfee.org" alt="Share on Facebook" title="Share on Facebook"><i class='icon-facebook'></i></a>
<a href="https://plus.google.com/share?url=http%3A//donatemyfee.org&hl=en" alt="Share on Google+" title="Share on Google+"><i class='icon-googleplus'></i></a>
</div>
</section>
<h2>Professional Services in Exchange for Donations to Charity. It's as simple as that.</h2>
<hr>
<h3>DonateMyFee Volunteers</h3>
<section>
<a href="/yonah.russ/">Yonah Russ</a>
<a href="/shaun.waksman/">Shaun Waksman</a>
</section>
<h3>How do you join?</h3>
<section>
<article>
<p>To join DonateMyFee.org:</p>
<ol>
<li>Fork the <a href="https://github.com/yruss972/donatemyfee">yruss972/donatemyfee</a> repository on Github. </li>
<li>In your fork, add a subdirectory with your personal profile, cause, contact information, etc. There is an example.profile directory that you can copy and modify if you want to get started quickly.</li>
<li>If you would like to be listed on the <a href="/volunteers.html">Volunteers</a> or <a href="/charities.html">Charities</a> pages, include the additions in your pull request as well.</li>
<li>Lastly, make a pull request against the yruss972/donatemyfee repository</li>
</ol>
<p>Your pull request will be reviewed and once approved, you can start referring clients. If you would like, you can also get a forwarding email address @donatemyfee.org</p>
<p>If you aren't tech savy, create a new issue <a href="https://github.com/yruss972/donatemyfee/issues">here</a> and someone will be in touch to help create a page for you.</p>
<p>Click to see <a href="/charities.html">who's benefiting</a>.</p>
</article>
</section>
<h3>Disclaimer</h3>
<section>
<article>
<ul>
<li>Volunteers & Charities listed on DonateMyFee.org are not endorsed or recommended by DonateMyFee.org in any way.</li>
<li>All arrangements between volunteers, their charities, and their clients are the volunteers' sole responsibilities.</li>
</ul>
</article>
</section>
<footer>
<section>© 2014 All Rights Reserved by Yonah Russ</section>
</footer>
</div>
<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-299540-9', 'auto'); ga('send', 'pageview');
</script>
</body>
</html>