From b6f707c9297eeb0dfdcc6ffbe0fbae16ce8ee3b3 Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Tue, 4 Mar 2025 15:50:18 -0700 Subject: [PATCH] day 12 --- 5min/{day1 => day01}/index.html | 0 5min/{day2 => day02}/index.php | 0 5min/{day3 => day03}/index.php | 0 5min/{day4 => day04}/index.php | 0 5min/{day5 => day05}/index.php | 0 5min/{day5 => day05}/styles.css | 0 5min/{day6 => day06}/index.php | 0 5min/{day7 => day07}/css/.gitkeep | 0 5min/{day7 => day07}/css/styles.css | 0 5min/{day7 => day07}/img/.gitkeep | 0 5min/{day7 => day07}/includes/.gitkeep | 0 5min/{day7 => day07}/index.php | 0 5min/{day7 => day07}/js/.gitkeep | 0 5min/{day7 => day07}/js/index.js | 0 5min/{day8 => day08}/css/.gitkeep | 0 5min/{day8 => day08}/css/styles.css | 0 5min/{day8 => day08}/img/.gitkeep | 0 5min/{day8 => day08}/includes/.gitkeep | 0 5min/{day8 => day08}/index.php | 0 5min/{day8 => day08}/js/.gitkeep | 0 5min/{day8 => day08}/js/index.js | 0 5min/{day9 => day09}/css/.gitkeep | 0 5min/{day9 => day09}/css/styles.css | 0 5min/{day9 => day09}/img/.gitkeep | 0 5min/{day9 => day09}/includes/.gitkeep | 0 5min/{day9 => day09}/index.php | 0 5min/{day9 => day09}/js/.gitkeep | 0 5min/{day9 => day09}/js/index.js | 0 5min/day12/about.php | 17 +++++++++++++++++ 5min/day12/contact.php | 17 +++++++++++++++++ 5min/day12/css/.gitkeep | 0 5min/day12/css/styles.css | 0 5min/day12/home.php | 17 +++++++++++++++++ 5min/day12/img/.gitkeep | 0 5min/day12/includes/.gitkeep | 0 5min/day12/index.php | 17 +++++++++++++++++ 5min/day12/js/.gitkeep | 0 5min/day12/js/index.js | 0 5min/day12/nav.php | 11 +++++++++++ 39 files changed, 79 insertions(+) rename 5min/{day1 => day01}/index.html (100%) rename 5min/{day2 => day02}/index.php (100%) rename 5min/{day3 => day03}/index.php (100%) rename 5min/{day4 => day04}/index.php (100%) rename 5min/{day5 => day05}/index.php (100%) rename 5min/{day5 => day05}/styles.css (100%) rename 5min/{day6 => day06}/index.php (100%) rename 5min/{day7 => day07}/css/.gitkeep (100%) rename 5min/{day7 => day07}/css/styles.css (100%) rename 5min/{day7 => day07}/img/.gitkeep (100%) rename 5min/{day7 => day07}/includes/.gitkeep (100%) rename 5min/{day7 => day07}/index.php (100%) rename 5min/{day7 => day07}/js/.gitkeep (100%) rename 5min/{day7 => day07}/js/index.js (100%) rename 5min/{day8 => day08}/css/.gitkeep (100%) rename 5min/{day8 => day08}/css/styles.css (100%) rename 5min/{day8 => day08}/img/.gitkeep (100%) rename 5min/{day8 => day08}/includes/.gitkeep (100%) rename 5min/{day8 => day08}/index.php (100%) rename 5min/{day8 => day08}/js/.gitkeep (100%) rename 5min/{day8 => day08}/js/index.js (100%) rename 5min/{day9 => day09}/css/.gitkeep (100%) rename 5min/{day9 => day09}/css/styles.css (100%) rename 5min/{day9 => day09}/img/.gitkeep (100%) rename 5min/{day9 => day09}/includes/.gitkeep (100%) rename 5min/{day9 => day09}/index.php (100%) rename 5min/{day9 => day09}/js/.gitkeep (100%) rename 5min/{day9 => day09}/js/index.js (100%) create mode 100644 5min/day12/about.php create mode 100644 5min/day12/contact.php create mode 100644 5min/day12/css/.gitkeep create mode 100644 5min/day12/css/styles.css create mode 100644 5min/day12/home.php create mode 100644 5min/day12/img/.gitkeep create mode 100644 5min/day12/includes/.gitkeep create mode 100644 5min/day12/index.php create mode 100644 5min/day12/js/.gitkeep create mode 100644 5min/day12/js/index.js create mode 100644 5min/day12/nav.php diff --git a/5min/day1/index.html b/5min/day01/index.html similarity index 100% rename from 5min/day1/index.html rename to 5min/day01/index.html diff --git a/5min/day2/index.php b/5min/day02/index.php similarity index 100% rename from 5min/day2/index.php rename to 5min/day02/index.php diff --git a/5min/day3/index.php b/5min/day03/index.php similarity index 100% rename from 5min/day3/index.php rename to 5min/day03/index.php diff --git a/5min/day4/index.php b/5min/day04/index.php similarity index 100% rename from 5min/day4/index.php rename to 5min/day04/index.php diff --git a/5min/day5/index.php b/5min/day05/index.php similarity index 100% rename from 5min/day5/index.php rename to 5min/day05/index.php diff --git a/5min/day5/styles.css b/5min/day05/styles.css similarity index 100% rename from 5min/day5/styles.css rename to 5min/day05/styles.css diff --git a/5min/day6/index.php b/5min/day06/index.php similarity index 100% rename from 5min/day6/index.php rename to 5min/day06/index.php diff --git a/5min/day7/css/.gitkeep b/5min/day07/css/.gitkeep similarity index 100% rename from 5min/day7/css/.gitkeep rename to 5min/day07/css/.gitkeep diff --git a/5min/day7/css/styles.css b/5min/day07/css/styles.css similarity index 100% rename from 5min/day7/css/styles.css rename to 5min/day07/css/styles.css diff --git a/5min/day7/img/.gitkeep b/5min/day07/img/.gitkeep similarity index 100% rename from 5min/day7/img/.gitkeep rename to 5min/day07/img/.gitkeep diff --git a/5min/day7/includes/.gitkeep b/5min/day07/includes/.gitkeep similarity index 100% rename from 5min/day7/includes/.gitkeep rename to 5min/day07/includes/.gitkeep diff --git a/5min/day7/index.php b/5min/day07/index.php similarity index 100% rename from 5min/day7/index.php rename to 5min/day07/index.php diff --git a/5min/day7/js/.gitkeep b/5min/day07/js/.gitkeep similarity index 100% rename from 5min/day7/js/.gitkeep rename to 5min/day07/js/.gitkeep diff --git a/5min/day7/js/index.js b/5min/day07/js/index.js similarity index 100% rename from 5min/day7/js/index.js rename to 5min/day07/js/index.js diff --git a/5min/day8/css/.gitkeep b/5min/day08/css/.gitkeep similarity index 100% rename from 5min/day8/css/.gitkeep rename to 5min/day08/css/.gitkeep diff --git a/5min/day8/css/styles.css b/5min/day08/css/styles.css similarity index 100% rename from 5min/day8/css/styles.css rename to 5min/day08/css/styles.css diff --git a/5min/day8/img/.gitkeep b/5min/day08/img/.gitkeep similarity index 100% rename from 5min/day8/img/.gitkeep rename to 5min/day08/img/.gitkeep diff --git a/5min/day8/includes/.gitkeep b/5min/day08/includes/.gitkeep similarity index 100% rename from 5min/day8/includes/.gitkeep rename to 5min/day08/includes/.gitkeep diff --git a/5min/day8/index.php b/5min/day08/index.php similarity index 100% rename from 5min/day8/index.php rename to 5min/day08/index.php diff --git a/5min/day8/js/.gitkeep b/5min/day08/js/.gitkeep similarity index 100% rename from 5min/day8/js/.gitkeep rename to 5min/day08/js/.gitkeep diff --git a/5min/day8/js/index.js b/5min/day08/js/index.js similarity index 100% rename from 5min/day8/js/index.js rename to 5min/day08/js/index.js diff --git a/5min/day9/css/.gitkeep b/5min/day09/css/.gitkeep similarity index 100% rename from 5min/day9/css/.gitkeep rename to 5min/day09/css/.gitkeep diff --git a/5min/day9/css/styles.css b/5min/day09/css/styles.css similarity index 100% rename from 5min/day9/css/styles.css rename to 5min/day09/css/styles.css diff --git a/5min/day9/img/.gitkeep b/5min/day09/img/.gitkeep similarity index 100% rename from 5min/day9/img/.gitkeep rename to 5min/day09/img/.gitkeep diff --git a/5min/day9/includes/.gitkeep b/5min/day09/includes/.gitkeep similarity index 100% rename from 5min/day9/includes/.gitkeep rename to 5min/day09/includes/.gitkeep diff --git a/5min/day9/index.php b/5min/day09/index.php similarity index 100% rename from 5min/day9/index.php rename to 5min/day09/index.php diff --git a/5min/day9/js/.gitkeep b/5min/day09/js/.gitkeep similarity index 100% rename from 5min/day9/js/.gitkeep rename to 5min/day09/js/.gitkeep diff --git a/5min/day9/js/index.js b/5min/day09/js/index.js similarity index 100% rename from 5min/day9/js/index.js rename to 5min/day09/js/index.js diff --git a/5min/day12/about.php b/5min/day12/about.php new file mode 100644 index 0000000..4338d7d --- /dev/null +++ b/5min/day12/about.php @@ -0,0 +1,17 @@ + + + + + About + + + + + + +

Hello about world!

+ + + diff --git a/5min/day12/contact.php b/5min/day12/contact.php new file mode 100644 index 0000000..219a711 --- /dev/null +++ b/5min/day12/contact.php @@ -0,0 +1,17 @@ + + + + + Contact + + + + + + +

Hello contact world!

+ + + diff --git a/5min/day12/css/.gitkeep b/5min/day12/css/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/5min/day12/css/styles.css b/5min/day12/css/styles.css new file mode 100644 index 0000000..e69de29 diff --git a/5min/day12/home.php b/5min/day12/home.php new file mode 100644 index 0000000..5820ece --- /dev/null +++ b/5min/day12/home.php @@ -0,0 +1,17 @@ + + + + + Home + + + + + + +

Hello home world!

+ + + diff --git a/5min/day12/img/.gitkeep b/5min/day12/img/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/5min/day12/includes/.gitkeep b/5min/day12/includes/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/5min/day12/index.php b/5min/day12/index.php new file mode 100644 index 0000000..4c5712d --- /dev/null +++ b/5min/day12/index.php @@ -0,0 +1,17 @@ + + + + + Dummy Title + + + + + + +

Hello cruel world!

+ + + diff --git a/5min/day12/js/.gitkeep b/5min/day12/js/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/5min/day12/js/index.js b/5min/day12/js/index.js new file mode 100644 index 0000000..e69de29 diff --git a/5min/day12/nav.php b/5min/day12/nav.php new file mode 100644 index 0000000..345391b --- /dev/null +++ b/5min/day12/nav.php @@ -0,0 +1,11 @@ + + + +'; +?>