From 9d53d8857eaa1c9405894a88ca75bc4657e42f35 Mon Sep 17 00:00:00 2001
From: msglm <msglm@techchud.xyz>
Date: Sat, 14 Jan 2023 05:31:48 -0600
Subject: Inital Commit

---
 .../sneed/purchase/First-time-Gardeners-Kit.html   | 49 ++++++++++++++++++++++
 1 file changed, 49 insertions(+)
 create mode 100644 HTML/Final/sneed/purchase/First-time-Gardeners-Kit.html

(limited to 'HTML/Final/sneed/purchase/First-time-Gardeners-Kit.html')

diff --git a/HTML/Final/sneed/purchase/First-time-Gardeners-Kit.html b/HTML/Final/sneed/purchase/First-time-Gardeners-Kit.html
new file mode 100644
index 0000000..ab72fe2
--- /dev/null
+++ b/HTML/Final/sneed/purchase/First-time-Gardeners-Kit.html
@@ -0,0 +1,49 @@
+<!DOCTYPE html>
+<html lang="en">
+    <head>
+        <title>Sneed's Feed and Seed - First-time Gardeners Kit</title>
+        <meta charset="utf-8">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        <link rel="stylesheet" href=../style.css>
+        <link rel="shortcut icon" href="../assets/Iconography/favicon.png" type="image/png">
+    </head>
+    <body>
+        <div id=wrapper>
+            <header>
+                <img width=91 alt="The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it." src="../assets/Iconography/logo-small.png">
+
+                <div>
+                    <h1>Sneed's Feed and Seed</h1>
+                    <p id=headercaption>Formerly Chuck's</p>
+                </div>
+            </header>
+            <nav>
+                <ul>
+                    <li><a href="../index.html">Home</a></li>
+                    <li><a href="../store.html">Store</a></li>
+                    <li><a href="../legal.html">Legal</a></li>
+                    <li><a href="../about.html">About</a></li>
+                </ul>
+            </nav>
+            <main>
+                <div id=purchase-image>
+                    <img alt="Button to navigate to the purchase form" class=purchase-button src=../assets/Kits/First-time-Gardeners-Kit.jpg>
+                </div>
+                <div id=purchase-desc>
+                    <h1>First-time Gardeners Kit</h1>
+                    <a href=../purchase-form.html>
+                        <img alt="A photo of First-time Gardeners Kit" src="../assets/Iconography/purchase.png">
+                    </a>
+                    <h3>$48</h3>
+                    <p>For those new to the gardening scene and wish to have a simple first year while they learn the ropes. Comes with high yield, low maintainance plants such as squash, cucumbers, potatos, and onions. Tools for planting also come with the kit.</p>
+
+                </div>
+            </main>
+            <footer>
+                <p>Copyleft <span class=copyleft>&copy;</span> - <a href=https://creativecommons.org/licenses/by-sa/4.0/>CC-BY-SA 4.0</a></p>
+                <small><a href=mailto:msglm@techchud.xyz>msglm</a></small>
+                <small><i>Last Updated April 28th 2022</i></small>
+            </footer>
+            </div>
+    </body>
+</html>
-- 
cgit v1.2.3