From a90b2b0b627e8ea2b44116949a09c60c70c3ed75 Mon Sep 17 00:00:00 2001 From: Jacob Haddon Date: Sun, 18 Feb 2024 11:35:39 -0500 Subject: [PATCH] updated basic HTML portions for better semantics --- content.php | 30 +++++++++++++++++------------- footer.php | 12 ++++++++++++ header.php | 36 +++++++++++++++++++++++++----------- index.php | 28 +++++++++++++++++----------- 4 files changed, 71 insertions(+), 35 deletions(-) diff --git a/content.php b/content.php index 1461ed8..08e3816 100644 --- a/content.php +++ b/content.php @@ -3,17 +3,21 @@ // content.PHP ?> -
-

- - -
+
-
- -
+
> +

+ + +
+ +
+ +
+ +
diff --git a/footer.php b/footer.php index acf67bb..142affb 100644 --- a/footer.php +++ b/footer.php @@ -1,3 +1,15 @@ +
+ + + +
+ + \ No newline at end of file diff --git a/header.php b/header.php index 39d1a73..6d55781 100644 --- a/header.php +++ b/header.php @@ -1,13 +1,27 @@ > - - - <?php wp_title(); ?> - - - - > - 'header-menu', - 'container_class' => 'mfwpt_menu' - ) );?> + + + + + + <?php wp_title(); ?> + + + + + + +> + +
+
+ + + 'header-menu', + 'container' => 'nav', + 'container_class' => 'mfwpt_menu' +) );?> + + diff --git a/index.php b/index.php index 2aa45bc..b8eb7c6 100644 --- a/index.php +++ b/index.php @@ -1,11 +1,17 @@ - \ No newline at end of file + + +
+ + + +
+ + \ No newline at end of file