Skip to content

Commit

Permalink
contact form additions, fixes #140 & #145
Browse files Browse the repository at this point in the history
  • Loading branch information
stvnrlly committed May 9, 2015
1 parent 695bfca commit 11e2152
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/resource.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h3>Tools</h3>
{% include _global_js.html %}

<script charset="utf-8">
// a hacky hack to resize the footer, since it's loaded from another file
// resize the footer, since it's loaded from another file
$(document).ready(function(){
$('.footer div').addClass('col-sm-10 col-sm-offset-2').removeClass('col-lg-12');
});
Expand Down
1 change: 1 addition & 0 deletions _resources/codeofconduct.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: resource
title: Code of Conduct
type: document
deeplink: true
edit_link: https://editfordc.herokuapp.com/document/e025c67f-cff9-4042-afbf-a161384f36b4
---

Expand Down
16 changes: 16 additions & 0 deletions _resources/partnering.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: resource
title: Partnering with Code for DC
type: document
---

# Interested in Partnering with Us?

Excellent! We're interested to hear from you. When you <a href="/contact.html">send us a message</a>, here's some information that will help us respond quickly:

- Who are you?
- Are you with an organization? If so, what does it do?
- What is the issue or problem that you are trying to address?
- Ideally, what would you like to see done? How would this help the issue or problem?
- Is there any existing code or data available? If so, where can we find it?
- Can you commit to participating as a partner?
5 changes: 5 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
<div class="col-sm-12 starter-template">
<h1>Contact Us</h1>
</div>
<div class="col-sm-8 col-sm-offset-2">
<p>Hi there! Use this form to contact the Code for DC leadership about anything.</p>
<p>If you are looking to partner with us, please help us out with <a href="/resources/partnering.html">some preliminary information</a>.</p>
<p>If you are reporting a code of conduct issue, please check our <a href="/resources/codeofconduct.html#Making-a-Report">sample report</a> so that we can help more effectively.</p>
</div>
<div class="col-sm-8 col-sm-offset-2">
<form id="contactus" role="form">
<div class="form-group">
Expand Down

0 comments on commit 11e2152

Please sign in to comment.