Skip to content

Commit

Permalink
Merge pull request #250 from julianpoy/fix/#246-ext-sourceurl
Browse files Browse the repository at this point in the history
Update welcome page text and description
  • Loading branch information
julianpoy authored Apr 21, 2019
2 parents 110b310 + cff4eb7 commit 17054d7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 15 deletions.
37 changes: 22 additions & 15 deletions Frontend/src/pages/info-components/welcome/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,28 +38,35 @@ <h1>
</div>

<div class="welcomeContent" padding>
<h2>Welcome to Recipe Sage!</h2>
<h2>Welcome to RecipeSage!</h2>

The homegrown recipe keeper
RecipeSage is a homegrown personal recipe keeper

<br /><br /><br />

<span class="sectionHeader">What can Recipe Sage do?</span><br /><br />
- Store all of your recipes in one place<br />
- Label, filter, and quickly search your recipes<br />
- Send recipes and notes to your friends and family<br />
- Create collaborative shopping lists and meal plans<br />
- Clip recipes directly from the web<br />
<span class="sectionHeader">What can RecipeSage do?</span><br />

<br />
<ul>
<li>Store all of your recipes in one place</li>
<li>Assign labels to your recipes and filter by label</li>
<li>Powerful search within your recipe collection</li>
<li>Send recipes and notes to your friends and family</li>
<li>Create collaborative shopping lists and meal plans</li>
<li>Clip recipes directly from the web</li>
<li>Import from Pepperplate and Living Cookbook</li>
<li>Export your recipes in multiple formats for data portability</li>
</ul>

<span class="sectionHeader">Why Recipe Sage?</span><br /><br />
- Free<br />
- Easy to use<br />
- Mobile compatible<br />
- Has a Chrome and Firefox extension<br />
<span class="sectionHeader">Why RecipeSage?</span><br />

<br /><br /><br />
<ul>
<li>Free (donation based)</li>
<li>Easy to use</li>
<li>Mobile compatible</li>
<li>Chrome and Firefox extensions make it easy to clip recipes from the web</li>
</ul>

<br /><br />

<button ion-button icon-start (click)="goToAuth('register')" style="margin: 0;">
<ion-icon name="ios-leaf"></ion-icon>
Expand Down
4 changes: 4 additions & 0 deletions Frontend/src/pages/info-components/welcome/welcome.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ page-welcome {
font-size: 1.5rem;
font-weight: 500;
}

li {
padding: 2px 0px;
}
}
}
}

0 comments on commit 17054d7

Please sign in to comment.