blob: d66a90bf751325eb361fdb9ccf6161fa1b37988b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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') %>
|