From 08ecbdea0a403dd695ddd4da20ff7b1e5d5c5c02 Mon Sep 17 00:00:00 2001 From: GitHub Teacher Date: Wed, 14 Feb 2018 11:19:24 -0500 Subject: [PATCH 1/4] add name placeholder to portfolio --- _includes/01-name.md | 1 + index.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 _includes/01-name.md diff --git a/_includes/01-name.md b/_includes/01-name.md new file mode 100644 index 0000000..786d37a --- /dev/null +++ b/_includes/01-name.md @@ -0,0 +1 @@ +Replace this with your name, and include a header. \ No newline at end of file diff --git a/index.md b/index.md index 0d6905d..4047435 100644 --- a/index.md +++ b/index.md @@ -1,3 +1,6 @@ --- layout: default --- + +{% include 01-name.md %} + From 6a9ea7911d02c17a386f8b76fa17729c27a263e6 Mon Sep 17 00:00:00 2001 From: Chris Spradling Date: Sun, 6 Feb 2022 10:37:19 -0600 Subject: [PATCH 2/4] Update 01-name.md --- _includes/01-name.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_includes/01-name.md b/_includes/01-name.md index 786d37a..da89325 100644 --- a/_includes/01-name.md +++ b/_includes/01-name.md @@ -1 +1,3 @@ -Replace this with your name, and include a header. \ No newline at end of file +# HTML 5 and HTML 4 will need a half versioning tool +## This will allow 5G and 6G to be fully compatable +Replace this with your name, and include a header. From d87f7a2a183d9ead2e926e4d28b4c06ba14475fe Mon Sep 17 00:00:00 2001 From: Chris Spradling Date: Sun, 6 Feb 2022 10:40:46 -0600 Subject: [PATCH 3/4] Update 01-name.md --- _includes/01-name.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/_includes/01-name.md b/_includes/01-name.md index da89325..7b8de28 100644 --- a/_includes/01-name.md +++ b/_includes/01-name.md @@ -1,3 +1,4 @@ -# HTML 5 and HTML 4 will need a half versioning tool -## This will allow 5G and 6G to be fully compatable -Replace this with your name, and include a header. +# HTML 5 and HTML 4 will need a half versioning tool. +## This will allow 5G and 6G to be fully compatable. +### This is new and may not last. + Making an attempt at marking down for mark up From acd16da88fc35b3afa6d26b7c08d9ec8b66205ff Mon Sep 17 00:00:00 2001 From: Chris Spradling Date: Sun, 6 Feb 2022 10:43:51 -0600 Subject: [PATCH 4/4] Rename 01-name.md to 01-christopher_spradling.md --- _includes/{01-name.md => 01-christopher_spradling.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename _includes/{01-name.md => 01-christopher_spradling.md} (100%) diff --git a/_includes/01-name.md b/_includes/01-christopher_spradling.md similarity index 100% rename from _includes/01-name.md rename to _includes/01-christopher_spradling.md