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