Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed broken links in index.jade & layout.jade #85

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions views/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ block content
div.span8.well(style="padding-top:6px;")
h3 Analyze your Infragram photos
p Infragram is an online tool for analyzing plant health with near-infrared imagery. To learn more, <a href="http://publiclab.org/wiki/near-infrared-camera">read about our open source cameras</a>, or <a href="http://store.publiclab.org/products/infragram-diy-filter-pack">buy a modded camera</a> from the Public Lab non-profit.</p>
p You can upload images from a camera you have modified with <a href="http://store.publiclab.org/products/infragram-diy-filter-pack">our DIY Filter Pack</a>, or with our <a href="http://store.publiclab.org/products/infragram-webcam">pre-modified Point and Shoot Infragram Camera</a>.
p You can upload images from a camera you have modified with <a href="http://store.publiclab.org/products/infragram-diy-filter-pack">our DIY Filter Pack</a>, or with our <a href="https://store.publiclab.org/products/infragram-pi-camera">pre-modified Point and Shoot Infragram Camera</a>.
br

p
Expand All @@ -30,7 +30,7 @@ block content
div.span4
img(style="width:100%" src="/images/camera-plant.png")
h3 Build or buy one
p Public Lab tools are <a href="http://publiclab.org/wiki/licenses">open source</a>, and you can <a href="http://publiclab.org/wiki/infragram">build one yourself</a>. The Public Lab non-profit also <a href="http://store.publiclab.org/collections/diy-infrared-photography">distributes kits to help you get started</a>.
p Public Lab tools are <a href="http://publiclab.org/wiki/licenses">open source</a>, and you can <a href="http://publiclab.org/wiki/infragram">build one yourself</a>. The Public Lab non-profit also <a href="https://store.publiclab.org/products/infragram-diy-filter-pack">distributes kits to help you get started</a>.

hr
h2#new Recent images <small>uploaded by contributors like you</small>
Expand Down
2 changes: 1 addition & 1 deletion views/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ html
footer.footer
hr
h4
<a style="color:#444;" href="http://publiclab.org/wiki/infragram">Infragram</a> <small>by <a href="http://publiclab.org">Public Lab</a> | This web app is <a href="https://github.com/pibliclabs/infragram-js/">open source software</a>; <a href="https://github.com/publiclabs/infragram-js/issues">please report bugs</a></small></h4>
<a style="color:#444;" href="http://publiclab.org/wiki/infragram">Infragram</a> <small>by <a href="http://publiclab.org">Public Lab</a> | This web app is <a href="https://github.com/pibliclabs/infragram-js/">open source software</a>; <a href="https://github.com/publiclab/infragram/issues/">please report bugs</a></small></h4>
p: small Infragram was created by <a href="https://github.com/bgamari">Ben Gamari</a>, <a href="http://github.com/donblair">Don Blair</a>, <a href="http://publiclab.org/profile/warren">Jeff Warren</a> and <a href="http://github.com/pfoltyn">Piotr Foltyn</a>.

script
Expand Down