Skip to content

Commit

Permalink
Edit website content
Browse files Browse the repository at this point in the history
Describe the website's purpose, and the source of its data. Add site
creator name (me).
  • Loading branch information
CodeWritingCow committed Mar 31, 2018
1 parent 9ef1218 commit 8b4d35d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion views/home.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<main class="container" style="padding: 30px;">
<div class="section center" style="margin-bottom: 30px;">
<h1 style="font-weight: bold;">{{pageTitle}}</h1>
<h5>How Safe Is Your Food?</h5>
<h5>Is your food safe? Find a restaurant's health-inspection records</h5>
</div>
<div class="section">
{{> searchForm}}
Expand Down
8 changes: 4 additions & 4 deletions views/partials/footer.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Footer Content</h5>
<p class="grey-text text-lighten-4">You can use rows and columns here to organize your footer content.</p>
<h5 class="white-text">About NYC Restaurant Inspector</h5>
<p class="grey-text text-lighten-4"><!-- You can use rows and columns here to organize your footer content. -->Our data are provided by New York City's Department of Health and Mental Hygiene. The department regularly updates its dataset.</p>
</div>
<div class="col l4 offset-l2 s12">
<h5 class="white-text">Links</h5>
<ul>
<li><a class="grey-text text-lighten-3" href="#!">Link 1</a></li>
<li><a class="grey-text text-lighten-3" href="#!">Link 2</a></li>
<li><a class="grey-text text-lighten-3" href="#!">Link 3</a></li>
<li><a class="grey-text text-lighten-3" href="#!">Link 4</a></li>
<li><a class="grey-text text-lighten-3" href="https://opendata.cityofnewyork.us">NYC Open Data</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
Made by <a class="brown-text text-lighten-4" href="http://www.codewritingcow.com">CodeWritingCow</a>
Made by <a class="brown-text text-lighten-4" href="http://www.codewritingcow.com" target="_blank">Gary Pang</a>
<a class="grey-text text-lighten-4 right" href="#!">More Links</a>
</div>
</div>
Expand Down

0 comments on commit 8b4d35d

Please sign in to comment.