diff --git a/website/app/(pages)/articles/views/ArtsForDocs.tsx b/website/app/(pages)/articles/views/ArtsForDocs.tsx index c4f588b..0739832 100644 --- a/website/app/(pages)/articles/views/ArtsForDocs.tsx +++ b/website/app/(pages)/articles/views/ArtsForDocs.tsx @@ -1,131 +1,181 @@ import View from "@/components/View"; import { ArrowTopRightOnSquareIcon } from "@heroicons/react/24/solid"; import ArtLink from "@/components/ArtLink"; +import CenterView from "@/components/CenterView"; +import docWithClip from "@/public/content/doctor_w_clipboard.jpg"; +import Image from "next/image"; const ArtsForDocs = () => { return ( - -

- For Doctors -

-
-

Osteopathy

-
-
Articles
- - Head Pain - - - Neural Biological Mechanisms - - - The Basics of Intervertebral Disc Herniation - - - Cranial Manipulation - - - The Trauma of Birth - +
+
+

For Doctors

+
+
+

Osteopathy

+
+
Articles
+
    +
  • + + Head Pain + +
  • +
  • + + Neural Biological Mechanisms + +
  • +
  • + + The Basics of Intervertebral Disc Herniation + +
  • +
  • + + Cranial Manipulation + +
  • +
  • + + The Trauma of Birth + +
  • +
+
+
+
Resources
+
    +
  • + + Feely's Abridged Osteopathic Dictionary + +
  • +
  • + + OMT Codes + +
  • +
  • + + DRG/OMT Chart [PDF]{" "} + + +
  • +
+
+
+
+

Acupuncture

+
+
Articles
+
    +
  • + + Five Element Acupuncture + +
  • +
  • + + Acupuncture Letter + +
  • +
+
+
+
Resources
+
    +
  • + + Point Categories [PDF]{" "} + + +
  • +
  • + + International Acupuncture Bibliography + +
  • +
  • + + Acupuncture References + +
  • +
+
+

Neuro Ocular Release

+
+
    +
  • + + Neuro-Ocular Release: A New Osteopathic Technique [PDF]{" "} + + +
  • +
+
+
+
-
-
Resources
- - Feely's Abridged Osteopathic Dictionary - - - OMT Codes - - - DRG/OMT Chart [PDF]{" "} - - +
+ Doctor holding clipboard
-
-

Acupuncture

-
-
Articles
- - Five Element Acupuncture - - - Acupuncture Letter - -
-
-
Resources
- - Point Categories [PDF]{" "} - - - - International Acupuncture Bibliography - - - Acupuncture References - -
-
-
-

Neuro Ocular Release

-
- - Neuro-Ocular Release: A New Osteopathic Technique [PDF]{" "} - - -
-
- + ); }; diff --git a/website/app/(pages)/articles/views/ArtsForPatients.tsx b/website/app/(pages)/articles/views/ArtsForPatients.tsx index b3366be..842ba8b 100644 --- a/website/app/(pages)/articles/views/ArtsForPatients.tsx +++ b/website/app/(pages)/articles/views/ArtsForPatients.tsx @@ -1,109 +1,184 @@ -import View from "@/components/View"; import { ArrowTopRightOnSquareIcon } from "@heroicons/react/24/solid"; import ArtLink from "@/components/ArtLink"; +import CenterView from "@/components/CenterView"; +import doctorBack from "@/public/content/doctor_back.jpg"; +import Image from "next/image"; +import View from "@/components/View"; const ArtsForPatients = () => { return ( - -

Articles

-

- For Patients -

-
-

General

-
- - The Ten Stages of Grief - - - Coccydynia Case Report - - - Chronic Muscle Pain - - - Arthritis and Excercise - +
+
+ Doctor looking at a patient's back +
+
+

+ Articles +
+ For Patients +

+
+
+
+

General

+
    +
  • + + The Ten Stages of Grief + +
  • +
  • + + Coccydynia Case Report + +
  • +
  • + + Chronic Muscle Pain + +
  • +
  • + + Arthritis and Excercise + +
  • +
+
+
+

What is Osteopathy?

+
    +
  • + + Cranial Osteopathy + +
  • +
  • + + Cranial Osteopathy FAQ + +
  • +
  • + + Introduction to Osteopathy + +
  • +
  • + + Osteopath Comparison Table + +
  • +
  • + + Osteopathic Manipulation in Pregnancy + +
  • +
  • + + Osteopathic Manipulative Treatment + +
  • +
  • + + Osteopathy FAQ + +
  • +
  • + + What is a D.O.? + +
  • +
+
+
+
+
+

Pediatric Osteopathy

+
    +
  • + + Digestive Problems + +
  • +
  • + + Down Syndrome + +
  • +
  • + + Orthopedic Problems + +
  • +
  • + + Respiratory Health + +
  • +
  • + + Treatment for the Newborn + +
  • +
+
+
+

Acupuncture

+
    +
  • + + Acupuncture Basics + +
  • +
  • + + Acupuncture History + +
  • +
  • + + Ear Acupuncture + +
  • +
  • + + Ear Acupuncture FAQ + +
  • +
  • + + Scalp Acupuncture + +
  • +
  • + + Yamamoto New Scalp Acupuncture FAQ{" "} + +
  • +
  • + + Patient Before-and-Afters [PDF]{" "} + + +
  • +
+
+
+
-
-

What is Osteopathy?

-
- - Cranial Osteopathy - - - Cranial Osteopathy FAQ - - - Introduction to Osteopathy - - - Osteopath Comparison Table - - - Osteopathic Manipulation in Pregnancy - - - Osteopathic Manipulative Treatment - - Osteopathy FAQ - What is a D.O.? -
-
-
-

Pediatric Osteopathy

-
- - Digestive Problems - - - Down Syndrome - - - Orthopedic Problems - - - Respiratory Health - - - Treatment for the Newborn - -
-
-
-

Acupuncture

-
- - Acupuncture Basics - - - Acupuncture History - - Ear Acupuncture - - Ear Acupuncture FAQ - - - Scalp Acupuncture - - - Yamamoto New Scalp Acupuncture FAQ{" "} - - - Patient Before-and-Afters [PDF]{" "} - - -
-
- + ); }; diff --git a/website/public/content/at_still_university.jpg b/website/public/content/at_still_university.jpg index aae42f9..7ac569c 100644 Binary files a/website/public/content/at_still_university.jpg and b/website/public/content/at_still_university.jpg differ diff --git a/website/public/content/doctor_back.jpg b/website/public/content/doctor_back.jpg new file mode 100644 index 0000000..559432a Binary files /dev/null and b/website/public/content/doctor_back.jpg differ diff --git a/website/public/content/doctor_w_clipboard.jpg b/website/public/content/doctor_w_clipboard.jpg new file mode 100644 index 0000000..529dc4e Binary files /dev/null and b/website/public/content/doctor_w_clipboard.jpg differ