summaryrefslogtreecommitdiffstats
path: root/HTML/Final/sneed/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'HTML/Final/sneed/about.html')
-rw-r--r--HTML/Final/sneed/about.html47
1 files changed, 47 insertions, 0 deletions
diff --git a/HTML/Final/sneed/about.html b/HTML/Final/sneed/about.html
new file mode 100644
index 0000000..6275ef1
--- /dev/null
+++ b/HTML/Final/sneed/about.html
@@ -0,0 +1,47 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <title>Sneed's Feed and Seed - About</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>
+ <h1>About</h1>
+ <h2>Contact and Location</h2>
+ <b>Address: </b>
+ <p>13203 Cotton Road</p>
+ <p>Sneed, AR, 20423 </p>
+ <b>Phone:</b>
+ <p>501-616-9176</p>
+ <h2>Developer Information</h2>
+ <p>Most text that is found on the store page is wrote by a bot using the <a href=https://huggingface.co/gpt2-large>GPT-2 774M "Large"</a> AI model. The model is released under the MIT license.</p>
+ <p>The reason for generating via a bot rather than hand writing is to save time. I had to have a lot of "items" on display to make the kits and the shop page itself. This was the most efficient way I could find to make the site "complete" without using generic placeholder text or handwriting descriptions.</p>
+ </main>
+ <footer>
+ <p>Copyleft 2022 <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>