Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
codefornewark.org

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Note that branch `gh-pages` is what shows on production codeforhamptonroads.org.

#How to Code for this Repo
Option A: Fork, Edit, then Pull Request when ready.
Option B: If in the Open JC's Brigade and you have write access to repo: Develop/test in your own branch, preferablly a feature-named-branch, and once it's ready for production, merge into gh-pages, which auto deploys to GitHub pages for openjerseycity.org
Option B: If in the Code for Newark Brigade and you have write access to repo: Develop/test in your own branch, preferablly a feature-named-branch, and once it's ready for production, merge into gh-pages, which auto deploys to GitHub pages for codefornewark.org

Also, it's nice if you merge/commit to gh-pages, that you [let the team know on our Google Group](https://groups.google.com/a/codeforamerica.org/forum/#!forum/openjc).
Also, it's nice if you merge/commit to gh-pages, that you [let the team know on our Google Group](https://groups.google.com/a/codeforamerica.org/forum/#!forum/codefornewark).

#License
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)

#Attribution and Thanks
This repo and the site codeforvirginiabeach.org uses Twitter Bootstrap and started from their [Carousel jumbotron](http://twitter.github.com/bootstrap/examples/carousel.html) template. They are awesome.
This repo and the site codeforvirginiabeach.org uses Twitter Bootstrap and started from their [Carousel jumbotron](http://twitter.github.com/bootstrap/examples/carousel.html) template. They are awesome. Open JC, our Jersey City brothers and sisters, did a lot of the heavy lifting too.

#Issues, Questions, Wana Help?
We take Pull Requests! See http://openjerseycity.org for getting involved, and http://codeforamerica.org if outside Jersey City, New Jersey. Use github's issues if you see a problem or have a feature request. You can contact the maintainer Anna Lukasiak at adlukasiak@gmail.com.
We take Pull Requests! See http://codefornewark.org for getting involved, and http://codeforamerica.org if outside lovely Newark, New Jersey. Use github's issues if you see a problem or have a feature request. Also, you can contact Anthony (abfmedia@gmail.com), Jimi (jimi@geekcook.net), or Seth (sethwainer@gmail.com).
Binary file added images/bibc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<!-- fork me banner, top right
================================================== -->

<a class="forkme" href="https://github.com/openjc/openjc-landing"><img style="position: absolute; top: 0; right: 0; border: 0; z-index: 100;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
<a class="forkme" href="https://github.com/codefornewark/codefornewark.github.io"><img style="position: absolute; top: 0; right: 0; border: 0; z-index: 100;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>



Expand Down Expand Up @@ -331,7 +331,12 @@ <h2 class="featurette-heading">Want Even More Info? <span class="muted">Contact
<!-- FOOTER -->
<footer>
<a href="#" class="btn btn-danger btn-mini pull-right" id="backtotop"><i class="icon-white icon-arrow-up"></i> Back To Top</a>
<p>Built by <a href="http://codeforhamptonroads.org/" target="_blank">Code for Hampton Roads</a> and Maintained by Code for Newark. Site Design Based on <a href="http://getbootstrap.com/">Bootstrap</a>, Some Images Provided by <a href="http://thenounproject.com">The Noun Project</a>.</p>
<p>Built by <a href="http://codeforhamptonroads.org/" target="_blank">Code for Hampton Roads</a> and Maintained by Code for Newark. Site Design Based on <a href="http://getbootstrap.com/">Bootstrap</a>, Some Images Provided by <a href="http://thenounproject.com">The Noun Project</a>.
<a href="https://twitter.com/BuildBrickCity" target="blank">
<img name="bibc" src="images/bibc.png" height="100" width="100">

</p>
</a>
</footer>

</div><!-- /.container -->
Expand Down