scalp and atricles work

This commit is contained in:
Noah Swerhun 2023-09-06 20:24:35 -05:00
parent 61f0ffc051
commit 343d06e687
5 changed files with 101 additions and 88 deletions

View file

@ -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"
/> />

View file

@ -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,8 +112,9 @@ const ArtsForDocs = () => {
</ArtLink> </ArtLink>
</div> </div>
</div> </div>
<div> <div className="my-10">
<h2>Neuro Ocular Release</h2> <h2>Neuro Ocular Release</h2>
<div className="mx-3">
<ArtLink <ArtLink
href="/content/doctor-resources/nor_article.pdf" href="/content/doctor-resources/nor_article.pdf"
target="_blank" target="_blank"
@ -123,6 +124,7 @@ const ArtsForDocs = () => {
<ArrowTopRightOnSquareIcon className="inline w-[16px] align-[-2px]" /> <ArrowTopRightOnSquareIcon className="inline w-[16px] align-[-2px]" />
</ArtLink> </ArtLink>
</div> </div>
</div>
</View> </View>
); );
}; };

View file

@ -15,6 +15,7 @@ const ArtsForPatients = () => {
</h1> </h1>
<div> <div>
<h2>General</h2> <h2>General</h2>
<div className="mx-3">
<ArtLink href="/articles/ten-stages-of-grief"> <ArtLink href="/articles/ten-stages-of-grief">
The Ten Stages of Grief The Ten Stages of Grief
</ArtLink> </ArtLink>
@ -28,8 +29,10 @@ const ArtsForPatients = () => {
Arthritis and Excercise Arthritis and Excercise
</ArtLink> </ArtLink>
</div> </div>
</div>
<div> <div>
<h2>What is Osteopathy?</h2> <h2>What is Osteopathy?</h2>
<div className="mx-3">
<ArtLink href="/articles/cranial-osteopathy"> <ArtLink href="/articles/cranial-osteopathy">
Cranial Osteopathy Cranial Osteopathy
</ArtLink> </ArtLink>
@ -51,8 +54,10 @@ const ArtsForPatients = () => {
<ArtLink href="/articles/osteopathy-faq">Osteopathy FAQ</ArtLink> <ArtLink href="/articles/osteopathy-faq">Osteopathy FAQ</ArtLink>
<ArtLink href="/articles/what-is-a-do">What is a D.O.?</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>
<div className="mx-3">
<ArtLink href="/articles/pediatric-digestive-problems"> <ArtLink href="/articles/pediatric-digestive-problems">
Digestive Problems Digestive Problems
</ArtLink> </ArtLink>
@ -69,8 +74,10 @@ const ArtsForPatients = () => {
Treatment for the Newborn Treatment for the Newborn
</ArtLink> </ArtLink>
</div> </div>
</div>
<div> <div>
<h2>Acupuncture</h2> <h2>Acupuncture</h2>
<div className="mx-3">
<ArtLink href="/articles/acupuncture-basics"> <ArtLink href="/articles/acupuncture-basics">
Acupuncture Basics Acupuncture Basics
</ArtLink> </ArtLink>
@ -81,7 +88,9 @@ const ArtsForPatients = () => {
<ArtLink href="/articles/ear-acupuncture-faq"> <ArtLink href="/articles/ear-acupuncture-faq">
Ear Acupuncture FAQ Ear Acupuncture FAQ
</ArtLink> </ArtLink>
<ArtLink href="/articles/scalp-acupuncture">Scalp Acupuncture</ArtLink> <ArtLink href="/articles/scalp-acupuncture">
Scalp Acupuncture
</ArtLink>
<ArtLink href="/articles/yamamoto-new-scalp-acupuncture-faq"> <ArtLink href="/articles/yamamoto-new-scalp-acupuncture-faq">
Yamamoto New Scalp Acupuncture FAQ{" "} Yamamoto New Scalp Acupuncture FAQ{" "}
</ArtLink> </ArtLink>
@ -93,6 +102,7 @@ const ArtsForPatients = () => {
<ArrowTopRightOnSquareIcon className="inline w-[16px] align-[-2px]" /> <ArrowTopRightOnSquareIcon className="inline w-[16px] align-[-2px]" />
</ArtLink> </ArtLink>
</div> </div>
</div>
</View> </View>
); );
}; };

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB