diff options
Diffstat (limited to 'views/index.ejs')
-rw-r--r-- | views/index.ejs | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/views/index.ejs b/views/index.ejs new file mode 100644 index 0000000..d66a90b --- /dev/null +++ b/views/index.ejs @@ -0,0 +1,30 @@ +<%- include('partials/header') %> +<%- include('partials/nav') %> +<%- include('partials/search') %> + +<div class='content'> + <%- include('partials/categories') %> + <div class='main'> + <div class='welcome'> + <h4>Welcome to the International Kitchen</h4> + <p>A web application to find and share recipes with friends without the hassles of things likes adds and trackers.</p> + <br> + <h4>Instructions</h4> + <p>Simply create an account and start sharing your recipes. Please avoid using stock photos. Every recipe has a photo, category, list of ingredients and instruction steps. You can choose any category you want or make your own. </p> + <p>If you experience any problems or bugs email me at gferrand@vagrantz.xyz</p> + <br> + <h4>Donate</h4> + <p>This app is free and has no adds. If you enjoy using this app consider donating to help support this project (:</p> + <form action="https://www.paypal.com/donate" method="post" target="_top" style='display: flex; justify-content: center'> + <input type="hidden" name="hosted_button_id" value="MBP43328GCS7C" /> + <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" /> + <img alt="" border="0" src="https://www.paypal.com/en_PT/i/scr/pixel.gif" width="1" height="1" /> + </form> + <br> + </div> + </div> + <%- include('partials/popular') %> +</div> +<%- include('partials/magicCats') %> +<%- include('partials/magicPops') %> +<%- include('partials/footer') %> |