scalp and atricles work
This commit is contained in:
parent
61f0ffc051
commit
343d06e687
5 changed files with 101 additions and 88 deletions
|
@ -3,6 +3,7 @@ import CenterView from "@/components/CenterView";
|
|||
import LearnMoreLink from "@/components/LearnMoreLink";
|
||||
import { ArrowTopRightOnSquareIcon } from "@heroicons/react/24/solid";
|
||||
import Image from "next/image";
|
||||
import scalpPoints from "@/public/content/scalp_points.png";
|
||||
|
||||
const ScalpAcupuncture = () => {
|
||||
return (
|
||||
|
@ -29,7 +30,7 @@ const ScalpAcupuncture = () => {
|
|||
</div>
|
||||
<div className="basis-2/5">
|
||||
<Image
|
||||
src={""}
|
||||
src={scalpPoints}
|
||||
alt="Image of Dr. Toshikatsu Yamamoto"
|
||||
className="mx-auto my-10 block w-11/12 rounded-lg drop-shadow-2xl"
|
||||
/>
|
||||
|
|
|
@ -12,10 +12,10 @@ const ArtsForDocs = () => {
|
|||
<h1>
|
||||
<em>For Doctors</em>
|
||||
</h1>
|
||||
<div>
|
||||
<div className="my-10">
|
||||
<h2>Osteopathy</h2>
|
||||
<div>
|
||||
<h2>Articles</h2>
|
||||
<div className="mx-3 my-5">
|
||||
<div className="font-bold">Articles</div>
|
||||
<ArtLink
|
||||
href="/articles/osteopathic-head-pain"
|
||||
className="hover:drop-shadow-light"
|
||||
|
@ -47,8 +47,8 @@ const ArtsForDocs = () => {
|
|||
The Trauma of Birth
|
||||
</ArtLink>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Resources</h2>
|
||||
<div className="mx-3 my-5">
|
||||
<div className="font-bold">Resources</div>
|
||||
<ArtLink
|
||||
href="/articles/feelys-osteopathic-dictionary"
|
||||
className="hover:drop-shadow-light"
|
||||
|
@ -71,10 +71,10 @@ const ArtsForDocs = () => {
|
|||
</ArtLink>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div className="my-10">
|
||||
<h2>Acupuncture</h2>
|
||||
<div>
|
||||
<h2>Articles</h2>
|
||||
<div className="mx-3 my-5">
|
||||
<div className="font-bold">Articles</div>
|
||||
<ArtLink
|
||||
href="/articles/five-element-acupuncture"
|
||||
className="hover:drop-shadow-light"
|
||||
|
@ -88,8 +88,8 @@ const ArtsForDocs = () => {
|
|||
Acupuncture Letter
|
||||
</ArtLink>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Resources</h2>
|
||||
<div className="mx-3 my-5">
|
||||
<div className="font-bold">Resources</div>
|
||||
<ArtLink
|
||||
href="/content/doctor-resources/point-categories.pdf"
|
||||
target="_blank"
|
||||
|
@ -112,16 +112,18 @@ const ArtsForDocs = () => {
|
|||
</ArtLink>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div className="my-10">
|
||||
<h2>Neuro Ocular Release</h2>
|
||||
<ArtLink
|
||||
href="/content/doctor-resources/nor_article.pdf"
|
||||
target="_blank"
|
||||
className="hover:drop-shadow-light"
|
||||
>
|
||||
Neuro-Ocular Release: A New Osteopathic Technique [PDF]{" "}
|
||||
<ArrowTopRightOnSquareIcon className="inline w-[16px] align-[-2px]" />
|
||||
</ArtLink>
|
||||
<div className="mx-3">
|
||||
<ArtLink
|
||||
href="/content/doctor-resources/nor_article.pdf"
|
||||
target="_blank"
|
||||
className="hover:drop-shadow-light"
|
||||
>
|
||||
Neuro-Ocular Release: A New Osteopathic Technique [PDF]{" "}
|
||||
<ArrowTopRightOnSquareIcon className="inline w-[16px] align-[-2px]" />
|
||||
</ArtLink>
|
||||
</div>
|
||||
</div>
|
||||
</View>
|
||||
);
|
||||
|
|
|
@ -15,83 +15,93 @@ const ArtsForPatients = () => {
|
|||
</h1>
|
||||
<div>
|
||||
<h2>General</h2>
|
||||
<ArtLink href="/articles/ten-stages-of-grief">
|
||||
The Ten Stages of Grief
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/coccydynia-case-report">
|
||||
Coccydynia Case Report
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/chronic-muscle-pain">
|
||||
Chronic Muscle Pain
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/arthritis-and-exercise">
|
||||
Arthritis and Excercise
|
||||
</ArtLink>
|
||||
<div className="mx-3">
|
||||
<ArtLink href="/articles/ten-stages-of-grief">
|
||||
The Ten Stages of Grief
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/coccydynia-case-report">
|
||||
Coccydynia Case Report
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/chronic-muscle-pain">
|
||||
Chronic Muscle Pain
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/arthritis-and-exercise">
|
||||
Arthritis and Excercise
|
||||
</ArtLink>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<h2>What is Osteopathy?</h2>
|
||||
<ArtLink href="/articles/cranial-osteopathy">
|
||||
Cranial Osteopathy
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/cranial-osteopathy-faq">
|
||||
Cranial Osteopathy FAQ
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/intro-to-osteopathy">
|
||||
Introduction to Osteopathy
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/osteopath-comparison-table">
|
||||
Osteopath Comparison Table
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/osteopathic-manipulation-in-pregnancy">
|
||||
Osteopathic Manipulation in Pregnancy
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/osteopathic-manipulative-treatment">
|
||||
Osteopathic Manipulative Treatment
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/osteopathy-faq">Osteopathy FAQ</ArtLink>
|
||||
<ArtLink href="/articles/what-is-a-do">What is a D.O.?</ArtLink>
|
||||
<div className="mx-3">
|
||||
<ArtLink href="/articles/cranial-osteopathy">
|
||||
Cranial Osteopathy
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/cranial-osteopathy-faq">
|
||||
Cranial Osteopathy FAQ
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/intro-to-osteopathy">
|
||||
Introduction to Osteopathy
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/osteopath-comparison-table">
|
||||
Osteopath Comparison Table
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/osteopathic-manipulation-in-pregnancy">
|
||||
Osteopathic Manipulation in Pregnancy
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/osteopathic-manipulative-treatment">
|
||||
Osteopathic Manipulative Treatment
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/osteopathy-faq">Osteopathy FAQ</ArtLink>
|
||||
<ArtLink href="/articles/what-is-a-do">What is a D.O.?</ArtLink>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Pediatric Osteopathy</h2>
|
||||
<ArtLink href="/articles/pediatric-digestive-problems">
|
||||
Digestive Problems
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/pediatric-down-syndrome">
|
||||
Down Syndrome
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/pediatric-orthopedic-problems">
|
||||
Orthopedic Problems
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/pediatric-respiratory-health">
|
||||
Respiratory Health
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/pediatric-treatment-for-newborns">
|
||||
Treatment for the Newborn
|
||||
</ArtLink>
|
||||
<div className="mx-3">
|
||||
<ArtLink href="/articles/pediatric-digestive-problems">
|
||||
Digestive Problems
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/pediatric-down-syndrome">
|
||||
Down Syndrome
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/pediatric-orthopedic-problems">
|
||||
Orthopedic Problems
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/pediatric-respiratory-health">
|
||||
Respiratory Health
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/pediatric-treatment-for-newborns">
|
||||
Treatment for the Newborn
|
||||
</ArtLink>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Acupuncture</h2>
|
||||
<ArtLink href="/articles/acupuncture-basics">
|
||||
Acupuncture Basics
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/acupuncture-history">
|
||||
Acupuncture History
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/ear-acupuncture">Ear Acupuncture</ArtLink>
|
||||
<ArtLink href="/articles/ear-acupuncture-faq">
|
||||
Ear Acupuncture FAQ
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/scalp-acupuncture">Scalp Acupuncture</ArtLink>
|
||||
<ArtLink href="/articles/yamamoto-new-scalp-acupuncture-faq">
|
||||
Yamamoto New Scalp Acupuncture FAQ{" "}
|
||||
</ArtLink>
|
||||
<ArtLink
|
||||
href="/content/patient-resources/scalp_acupuncture.pdf"
|
||||
target="_blank"
|
||||
>
|
||||
Patient Before-and-Afters [PDF]{" "}
|
||||
<ArrowTopRightOnSquareIcon className="inline w-[16px] align-[-2px]" />
|
||||
</ArtLink>
|
||||
<div className="mx-3">
|
||||
<ArtLink href="/articles/acupuncture-basics">
|
||||
Acupuncture Basics
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/acupuncture-history">
|
||||
Acupuncture History
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/ear-acupuncture">Ear Acupuncture</ArtLink>
|
||||
<ArtLink href="/articles/ear-acupuncture-faq">
|
||||
Ear Acupuncture FAQ
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/scalp-acupuncture">
|
||||
Scalp Acupuncture
|
||||
</ArtLink>
|
||||
<ArtLink href="/articles/yamamoto-new-scalp-acupuncture-faq">
|
||||
Yamamoto New Scalp Acupuncture FAQ{" "}
|
||||
</ArtLink>
|
||||
<ArtLink
|
||||
href="/content/patient-resources/scalp_acupuncture.pdf"
|
||||
target="_blank"
|
||||
>
|
||||
Patient Before-and-Afters [PDF]{" "}
|
||||
<ArrowTopRightOnSquareIcon className="inline w-[16px] align-[-2px]" />
|
||||
</ArtLink>
|
||||
</div>
|
||||
</div>
|
||||
</View>
|
||||
);
|
||||
|
|
BIN
website/public/content/scalp_points.png
Normal file
BIN
website/public/content/scalp_points.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
BIN
website/public/content/toshikatsu.jpg
Normal file
BIN
website/public/content/toshikatsu.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 119 KiB |
Loading…
Reference in a new issue