additional references added

This commit is contained in:
Noah Swerhun 2023-08-29 12:16:19 -05:00
parent 3cfaeb88f8
commit d56388ae8d
5 changed files with 1978 additions and 6 deletions

File diff suppressed because it is too large Load diff

View file

@ -156,7 +156,7 @@ const ArticleFeelysOsteopathicDictionary = () => {
anatomic connection between the occiput and the sacrum by the spinal anatomic connection between the occiput and the sacrum by the spinal
dura mater, as used by Dr. Sutherland in any other sense. dura mater, as used by Dr. Sutherland in any other sense.
</p> </p>
<h2>D </h2> <h2> D </h2>
<p> <p>
<strong>Decompensation</strong>: a dysfunctional, persistent patter, in <strong>Decompensation</strong>: a dysfunctional, persistent patter, in
some cases reversible, resulting when homeostatic mechanisms are some cases reversible, resulting when homeostatic mechanisms are

View file

@ -23,13 +23,13 @@ const ArticlesLayout = ({ children }: Props) => {
}, []); }, []);
return ( return (
<div className="md:w-1/2 mx-auto p-10 mt-16"> <div className="w-11/12 md:w-2/5 mx-auto mt-20">
<Link href="/articles" className="font-bold block mb-5"> <Link href="/articles" className="font-bold block my-5">
<ArrowLongLeftIcon className="w-[24px] inline "></ArrowLongLeftIcon>{" "} <ArrowLongLeftIcon className="w-[24px] inline "></ArrowLongLeftIcon>{" "}
Back to Articles Back to Articles
</Link> </Link>
{children} {children}
<Link href="/articles" className="font-bold block mt-5"> <Link href="/articles" className="font-bold block my-5">
<ArrowLongLeftIcon className="w-[24px] inline "></ArrowLongLeftIcon>{" "} <ArrowLongLeftIcon className="w-[24px] inline "></ArrowLongLeftIcon>{" "}
Back to Articles Back to Articles
</Link> </Link>
@ -38,7 +38,7 @@ const ArticlesLayout = ({ children }: Props) => {
) : ( ) : (
<a <a
href="#" href="#"
className=" fixed bottom-0 md:right-1/4 md:mr-[-8rem] right-0 mr-5 mb-5 p-3 bg-primary-100 rounded-lg drop-shadow-2xl flex flex-col items-center hover:drop-shadow-xl transition-all duration-300" className=" fixed bottom-0 md:right-1/4 md:mr-[-4rem] right-0 mr-5 mb-5 p-3 bg-primary-100 rounded-lg drop-shadow-2xl flex flex-col items-center hover:drop-shadow-xl transition-all duration-300"
> >
<ArrowSmallUpIcon className="w-[24px]"></ArrowSmallUpIcon> <ArrowSmallUpIcon className="w-[24px]"></ArrowSmallUpIcon>
<div className="text-sm italic">To Top</div> <div className="text-sm italic">To Top</div>

View file

@ -46,6 +46,37 @@ const ArtsForDocs = () => {
</Link> </Link>
</div> </div>
</div> </div>
<div>
<h1>Acupuncture</h1>
<div>
<h2>Articles</h2>
<Link href="/articles/five-element-acupuncture" className="block">
Five Element Acupuncture
</Link>
<Link href="/articles/acupuncture-letter" className="block">
Acupuncture Letter
</Link>
<Link
href="/articles/international-acupuncture-bibliography"
className="block"
>
International Acupuncture Bibliography
</Link>
<Link href="/articles/acupuncture-references" className="block">
Acupuncture References
</Link>
</div>
<div>
<h2>Resources</h2>
<Link
href="/content/doctor-resources/point-categories.pdf"
target="_blank"
className="block"
>
Point Categories [PDF]
</Link>
</div>
</div>
</section> </section>
); );
}; };

View file

@ -81,7 +81,7 @@ const Navbar = () => {
{/* Nav Bar */} {/* Nav Bar */}
<div <div
className={ className={
"hidden md:flex font-abel tems-center gap-6 text-lg text-tertiary-300 " + "hidden md:flex font-abel items-center gap-6 text-lg text-tertiary-300 " +
(useSmallNav ? "px-5 py-24" : "p-5") (useSmallNav ? "px-5 py-24" : "p-5")
} }
> >