additional references added
This commit is contained in:
parent
3cfaeb88f8
commit
d56388ae8d
5 changed files with 1978 additions and 6 deletions
File diff suppressed because it is too large
Load diff
|
@ -156,7 +156,7 @@ const ArticleFeelysOsteopathicDictionary = () => {
|
|||
anatomic connection between the occiput and the sacrum by the spinal
|
||||
dura mater, as used by Dr. Sutherland in any other sense.
|
||||
</p>
|
||||
<h2>D –</h2>
|
||||
<h2>– D –</h2>
|
||||
<p>
|
||||
<strong>Decompensation</strong>: a dysfunctional, persistent patter, in
|
||||
some cases reversible, resulting when homeostatic mechanisms are
|
||||
|
|
|
@ -23,13 +23,13 @@ const ArticlesLayout = ({ children }: Props) => {
|
|||
}, []);
|
||||
|
||||
return (
|
||||
<div className="md:w-1/2 mx-auto p-10 mt-16">
|
||||
<Link href="/articles" className="font-bold block mb-5">
|
||||
<div className="w-11/12 md:w-2/5 mx-auto mt-20">
|
||||
<Link href="/articles" className="font-bold block my-5">
|
||||
<ArrowLongLeftIcon className="w-[24px] inline "></ArrowLongLeftIcon>{" "}
|
||||
Back to Articles
|
||||
</Link>
|
||||
{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>{" "}
|
||||
Back to Articles
|
||||
</Link>
|
||||
|
@ -38,7 +38,7 @@ const ArticlesLayout = ({ children }: Props) => {
|
|||
) : (
|
||||
<a
|
||||
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>
|
||||
<div className="text-sm italic">To Top</div>
|
||||
|
|
|
@ -46,6 +46,37 @@ const ArtsForDocs = () => {
|
|||
</Link>
|
||||
</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>
|
||||
);
|
||||
};
|
||||
|
|
|
@ -81,7 +81,7 @@ const Navbar = () => {
|
|||
{/* Nav Bar */}
|
||||
<div
|
||||
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")
|
||||
}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue