parsley/app/views/home/about.html.erb

25 lines
725 B
Plaintext

<div class="row">
<div class="col-xs-12">
<div class="page-header">
<h1>About</h1>
</div>
<p>
A Recipe manager. Source available on <a href="https://github.com/DanElbert/parsley">GitHub</a>.
</p>
<p>
Parsley is released under the MIT License. All code &copy; Dan Elbert 2016.
</p>
<p>
Food data provided by:<br/>
<cite>
US Department of Agriculture, Agricultural Research Service, Nutrient Data Laboratory. USDA National Nutrient Database for Standard Reference, Release 28. Version Current: September 2015. Internet: <a href="http://www.ars.usda.gov/nea/bhnrc/ndl">http://www.ars.usda.gov/nea/bhnrc/ndl</a>
</cite>
</p>
</div>
</div>