From 930f1808d91ced4d65afc5d8d41e2170b2d647c5 Mon Sep 17 00:00:00 2001 From: Noah Swerhun Date: Sun, 10 Sep 2023 01:03:26 -0500 Subject: [PATCH] footer sitemap complete --- .../(pages)/acupuncture/views/AcuForDocs.tsx | 2 +- .../acupuncture/views/BasicsAndHist.tsx | 6 +-- .../acupuncture/views/EarAcupuncture.tsx | 2 +- .../acupuncture/views/ScalpAcupuncture.tsx | 2 +- .../(pages)/articles/views/ArtsForDocs.tsx | 2 +- .../articles/views/ArtsForPatients.tsx | 2 +- .../(pages)/osteopathy/views/OsteoBasics.tsx | 6 +-- .../(pages)/osteopathy/views/OsteoForDocs.tsx | 2 +- .../osteopathy/views/PediatricCare.tsx | 2 +- website/app/views/CertsAndFellows.tsx | 6 +-- website/app/views/EduAndProExp.tsx | 6 +-- website/components/Footer.tsx | 44 +++++++++---------- website/shared/outline.json | 40 +++++++---------- 13 files changed, 46 insertions(+), 76 deletions(-) diff --git a/website/app/(pages)/acupuncture/views/AcuForDocs.tsx b/website/app/(pages)/acupuncture/views/AcuForDocs.tsx index 8b0ad15..4780150 100644 --- a/website/app/(pages)/acupuncture/views/AcuForDocs.tsx +++ b/website/app/(pages)/acupuncture/views/AcuForDocs.tsx @@ -10,7 +10,7 @@ const AcuForDocs = () => {
diff --git a/website/app/(pages)/acupuncture/views/BasicsAndHist.tsx b/website/app/(pages)/acupuncture/views/BasicsAndHist.tsx index 863e30f..c21389e 100644 --- a/website/app/(pages)/acupuncture/views/BasicsAndHist.tsx +++ b/website/app/(pages)/acupuncture/views/BasicsAndHist.tsx @@ -6,11 +6,7 @@ import acu1 from "@/public/content/acupuncture_1.jpg"; const BasicsAndHist = () => { return ( - +

Acupuncture

diff --git a/website/app/(pages)/acupuncture/views/EarAcupuncture.tsx b/website/app/(pages)/acupuncture/views/EarAcupuncture.tsx index 27f78f1..3eb0d4a 100644 --- a/website/app/(pages)/acupuncture/views/EarAcupuncture.tsx +++ b/website/app/(pages)/acupuncture/views/EarAcupuncture.tsx @@ -8,7 +8,7 @@ const EarAcupuncture = () => {
diff --git a/website/app/(pages)/acupuncture/views/ScalpAcupuncture.tsx b/website/app/(pages)/acupuncture/views/ScalpAcupuncture.tsx index 5ebd723..377ab06 100644 --- a/website/app/(pages)/acupuncture/views/ScalpAcupuncture.tsx +++ b/website/app/(pages)/acupuncture/views/ScalpAcupuncture.tsx @@ -11,7 +11,7 @@ const ScalpAcupuncture = () => {
diff --git a/website/app/(pages)/articles/views/ArtsForDocs.tsx b/website/app/(pages)/articles/views/ArtsForDocs.tsx index e7aa1fe..3d5a74a 100644 --- a/website/app/(pages)/articles/views/ArtsForDocs.tsx +++ b/website/app/(pages)/articles/views/ArtsForDocs.tsx @@ -10,7 +10,7 @@ const ArtsForDocs = () => {
diff --git a/website/app/(pages)/articles/views/ArtsForPatients.tsx b/website/app/(pages)/articles/views/ArtsForPatients.tsx index 6f257c5..3032dc4 100644 --- a/website/app/(pages)/articles/views/ArtsForPatients.tsx +++ b/website/app/(pages)/articles/views/ArtsForPatients.tsx @@ -10,7 +10,7 @@ const ArtsForPatients = () => {
diff --git a/website/app/(pages)/osteopathy/views/OsteoBasics.tsx b/website/app/(pages)/osteopathy/views/OsteoBasics.tsx index 5d81883..77d9eee 100644 --- a/website/app/(pages)/osteopathy/views/OsteoBasics.tsx +++ b/website/app/(pages)/osteopathy/views/OsteoBasics.tsx @@ -6,11 +6,7 @@ import LearnMoreLink from "@/components/LearnMoreLink"; const OsteoBasics = () => { return ( - +
{
diff --git a/website/app/(pages)/osteopathy/views/PediatricCare.tsx b/website/app/(pages)/osteopathy/views/PediatricCare.tsx index c135645..0564669 100644 --- a/website/app/(pages)/osteopathy/views/PediatricCare.tsx +++ b/website/app/(pages)/osteopathy/views/PediatricCare.tsx @@ -15,7 +15,7 @@ const PediatricCare = () => {

Pediatrics

diff --git a/website/app/views/CertsAndFellows.tsx b/website/app/views/CertsAndFellows.tsx index 916733b..99b7aaf 100644 --- a/website/app/views/CertsAndFellows.tsx +++ b/website/app/views/CertsAndFellows.tsx @@ -7,11 +7,7 @@ import Image from "next/image"; const CertsAndFellows = () => { return ( - +

Accolades & Awards

diff --git a/website/app/views/EduAndProExp.tsx b/website/app/views/EduAndProExp.tsx index e7d8389..564ea71 100644 --- a/website/app/views/EduAndProExp.tsx +++ b/website/app/views/EduAndProExp.tsx @@ -4,11 +4,7 @@ import Edu from "./components/Edu"; const EduAndProExp = () => { return ( - +

Education & Business

diff --git a/website/components/Footer.tsx b/website/components/Footer.tsx index 21e1252..9ac24aa 100644 --- a/website/components/Footer.tsx +++ b/website/components/Footer.tsx @@ -1,3 +1,5 @@ +import Link from "next/link"; + const Footer = () => { return (
@@ -21,13 +26,13 @@ const Footer = () => {

Osteopathy

  • - a + Basics
  • - b + Pediatrics
  • - c + For Doctors
@@ -35,13 +40,16 @@ const Footer = () => {

Acupuncture

  • - a + Basics and History
  • - b + Auriculotherapy
  • - c + Scalp Acupunture +
  • +
  • + For Doctors
@@ -49,13 +57,10 @@ const Footer = () => {

Articles

  • - a + For Patients
  • - b -
  • -
  • - c + For Doctors
@@ -63,13 +68,7 @@ const Footer = () => {

NOR

  • - a -
  • -
  • - b -
  • -
  • - c + Neuro Ocular Release
@@ -77,9 +76,6 @@ const Footer = () => {

Copyright (C) {new Date().getFullYear()} Richard A. Feely, DO

-
); diff --git a/website/shared/outline.json b/website/shared/outline.json index f93775a..dbff497 100644 --- a/website/shared/outline.json +++ b/website/shared/outline.json @@ -6,12 +6,12 @@ "sections": [ { "name": "Introduction", "id": "#introduction" }, { - "name": "Education and Professional Experience", - "id": "#eduandproexp" + "name": "Education ands Business", + "id": "#eduandbiz" }, { - "name": "Board Certifications and Fellowships", - "id": "#certsandfellows" + "name": "Accolades and Awards", + "id": "#accolades" }, { "name": "Academic Work", @@ -23,14 +23,14 @@ "name": "Osteopathy", "route": "/osteopathy", "sections": [ - { "name": "Basics", "id": "#osteobasics" }, + { "name": "Basics", "id": "#basics" }, { "name": "Pediatric Care", - "id": "#pediatriccare" + "id": "/#pediatrics" }, { "name": "For Doctors", - "id": "#osteofordocs" + "id": "/#fordocs" } ] }, @@ -38,18 +38,18 @@ "name": "Acupuncture", "route": "/acupuncture", "sections": [ - { "name": "Basics and History", "route": "/#basicsandhist" }, + { "name": "Basics and History", "route": "/#basics" }, { - "name": "Ear Acupuncture", - "id": "#earacupuncture" + "name": "Auriculotherapy", + "id": "#auriculo" }, { "name": "Scalp Acupuncture", - "id": "#scalpacupuncture" + "id": "#scalp" }, { "name": "For Doctors", - "id": "#acufordocs" + "id": "#fordocs" } ] }, @@ -57,27 +57,17 @@ "name": "Articles", "route": "/articles", "sections": [ - { "name": "For Patients", "id": "/#artsforpatients" }, + { "name": "For Patients", "id": "/#forpatients" }, { "name": "For Doctors", - "id": "/#artsfordoctors" + "id": "/#fordocs" } ] }, { "name": "Neuro Ocular Release", "route": "/nor", - "sections": [ - { "name": "NOR", "id": "/#nor" }, - { - "name": "Articles", - "id": "/#norarticles" - }, - { - "name": "Videos", - "id": "/#norvideos" - } - ] + "sections": [{ "name": "NOR", "id": "/#nor" }] } ] }