From 8170d5bc0544fbc02155b8b57751cd1dec33dd69 Mon Sep 17 00:00:00 2001
From: root <root@vagrantz.xyz>
Date: Tue, 6 Apr 2021 10:57:50 +0000
Subject: initial public commit

---
 views/index.ejs | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 views/index.ejs

(limited to 'views/index.ejs')

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') %>
-- 
cgit v1.2.3