From 0320a388781b676b5f2c037d0ba75846c6eb7baa Mon Sep 17 00:00:00 2001 From: Loyd Osborne Date: Wed, 20 Nov 2024 01:41:09 -0700 Subject: [PATCH] Commit --- _includes/navbar-alt.html | 74 +++++++++++++++++++++++++++++++++++++ _layouts/simplynetwork.html | 18 +++++++++ simplynetwork.md | 25 +++++++++++++ 3 files changed, 117 insertions(+) create mode 100644 _includes/navbar-alt.html create mode 100644 _layouts/simplynetwork.html create mode 100644 simplynetwork.md diff --git a/_includes/navbar-alt.html b/_includes/navbar-alt.html new file mode 100644 index 0000000..6b587a2 --- /dev/null +++ b/_includes/navbar-alt.html @@ -0,0 +1,74 @@ + + \ No newline at end of file diff --git a/_layouts/simplynetwork.html b/_layouts/simplynetwork.html new file mode 100644 index 0000000..957cb1a --- /dev/null +++ b/_layouts/simplynetwork.html @@ -0,0 +1,18 @@ +--- +layout: compress +--- + + + +{% include head.html %} + + + {% include navbar-alt.html %} + + {{ content }} + + + {% include footer-alt.html %} + + + \ No newline at end of file diff --git a/simplynetwork.md b/simplynetwork.md new file mode 100644 index 0000000..4fdef98 --- /dev/null +++ b/simplynetwork.md @@ -0,0 +1,25 @@ +--- +title: SimplyNetwork +layout: simplynetwork +--- + +
+ + + + \ No newline at end of file