From 078e311273e034cc41299f9112df69982d513ca0 Mon Sep 17 00:00:00 2001 From: Josh Ashton Date: Thu, 23 Jan 2025 20:06:12 +0000 Subject: [PATCH] 5 minute challenges. --- 5min/day1/index.html | 19 +++++++++++++++++++ 5min/day2/index.php | 22 ++++++++++++++++++++++ catalog/cart.php | 0 catalog/catalog.php | 0 catalog/create-account.php | 0 catalog/css/style.css | 0 catalog/head.php | 0 catalog/index.php | 0 catalog/js/script.js | 0 catalog/logout.php | 0 catalog/nav.php | 0 catalog/product.php | 0 index.php | 10 +++++++++- 13 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 5min/day1/index.html create mode 100644 5min/day2/index.php create mode 100644 catalog/cart.php create mode 100644 catalog/catalog.php create mode 100644 catalog/create-account.php create mode 100644 catalog/css/style.css create mode 100644 catalog/head.php create mode 100644 catalog/index.php create mode 100644 catalog/js/script.js create mode 100644 catalog/logout.php create mode 100644 catalog/nav.php create mode 100644 catalog/product.php diff --git a/5min/day1/index.html b/5min/day1/index.html new file mode 100644 index 0000000..42c2d8f --- /dev/null +++ b/5min/day1/index.html @@ -0,0 +1,19 @@ + + + + + + + + + +

First 5 Minute Website

+

Lorem ipsum stuff.

+ + + + diff --git a/5min/day2/index.php b/5min/day2/index.php new file mode 100644 index 0000000..f8cec5c --- /dev/null +++ b/5min/day2/index.php @@ -0,0 +1,22 @@ + + + + + + +

Hello cruel world!

+

Here's a nice forest image that I quickly found.

+ + + +EOD; + +echo $html; +?> diff --git a/catalog/cart.php b/catalog/cart.php new file mode 100644 index 0000000..e69de29 diff --git a/catalog/catalog.php b/catalog/catalog.php new file mode 100644 index 0000000..e69de29 diff --git a/catalog/create-account.php b/catalog/create-account.php new file mode 100644 index 0000000..e69de29 diff --git a/catalog/css/style.css b/catalog/css/style.css new file mode 100644 index 0000000..e69de29 diff --git a/catalog/head.php b/catalog/head.php new file mode 100644 index 0000000..e69de29 diff --git a/catalog/index.php b/catalog/index.php new file mode 100644 index 0000000..e69de29 diff --git a/catalog/js/script.js b/catalog/js/script.js new file mode 100644 index 0000000..e69de29 diff --git a/catalog/logout.php b/catalog/logout.php new file mode 100644 index 0000000..e69de29 diff --git a/catalog/nav.php b/catalog/nav.php new file mode 100644 index 0000000..e69de29 diff --git a/catalog/product.php b/catalog/product.php new file mode 100644 index 0000000..e69de29 diff --git a/index.php b/index.php index e583759..62a1a5b 100644 --- a/index.php +++ b/index.php @@ -1 +1,9 @@ -

Test

+ + + + +

Josh Ashton's LAMPP page.

+

Someday, this will be an awesome page!

+ This link will help Jeff grade this assignment + +