|
@ -1,6 +1,33 @@
|
1
|
1
|
{{set . "title" "About Grassfed"}}
|
2
|
2
|
{{template "header.html" .}}
|
3
|
3
|
|
4
|
|
<div class="row"></div>
|
|
4
|
<div class="row" style="padding: 50px 15px;">
|
|
5
|
<h2>Why?</h2>
|
|
6
|
<p>It is that time of year again to start monitoring what we consume not only to lose
|
|
7
|
weight but also to make sure we're not consistently going overboard and doing more
|
|
8
|
damage than good.</p>
|
|
9
|
|
|
10
|
<h2>How do I use it?</h2>
|
|
11
|
<p>It is actually quite simple. Simple click on "My Profile" in the upper right-hand
|
|
12
|
corner and log in using Google+. Once authenticated a new account will be configured
|
|
13
|
for you and now it is time to use it.</p>
|
|
14
|
<p>The interface is minimalistic to reduce clutter as well as make it as user friendly
|
|
15
|
as possible. To adjust your goal of daily calories just use the sliding bar. To add
|
|
16
|
some type of food and its calories do so and click add. Made a mistake? Go ahead and click
|
|
17
|
on the "fire" icon to burn your trash.</p>
|
|
18
|
|
|
19
|
<h2>Where is this heading?</h2>
|
|
20
|
<p>Actually this started as a demonstration of using the Go programming language. Typically
|
|
21
|
it is nice to create an application you may use while learning something new so this
|
|
22
|
application was born.</p>
|
|
23
|
<p>Other than that there is no clear direction. We'll continue to update it as long as
|
|
24
|
it feels like we are using it. Feel free to fork the codebase and do what you want (with
|
|
25
|
respect to the license) or run it locally for you and your family and friends.</p>
|
|
26
|
|
|
27
|
<h2>More information</h2>
|
|
28
|
<p>Feel free to contact us from our website at
|
|
29
|
<a href="http://www.revolvingcow.com" title="Revolving Cow">http://www.revolvingcow.com</a> or
|
|
30
|
our <a href="https://plus.google.com/+Revolvingcow" title="Google+ profile">Google+ page</a>.</p>
|
|
31
|
</div>
|
5
|
32
|
|
6
|
33
|
{{template "footer.html" .}}
|