Skip to content

Commit

Permalink
Merge pull request #166 from mikeyavorsky/add-donate-form
Browse files Browse the repository at this point in the history
Add donate form
  • Loading branch information
thadk authored Dec 4, 2023
2 parents c8e617d + 48d379a commit c22acdb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{% endif %} {% endfor %}
<li>
<a
href="{{ site.donate_url }}"
href="{{ site.baseurl }}/donate/"
class="btn-primary btn--small"
>
Donate
Expand Down
19 changes: 19 additions & 0 deletions donate.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Donate
permalink: "/donate/"
layout: page
type: hidden
---

<h1 class="t-section-headline">Donate to Code for Boston</h1>

<div class="centered">
<section>
<h2>Help us improve social and civic services</h2>
<p>We’re finding creative uses of technology to improve government transparency and connect people to the services they need. Get in touch to donate and be a part of the Code for Boston mission!</p>
</section>

<section>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdvjCxWvf-NZSxaTVkvvSZ7nvnYozp0D_3cn-sKTkQAN3w1BA/viewform?embedded=true" width="800" height="840" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</section>
</div>

0 comments on commit c22acdb

Please sign in to comment.