corrections from richard
This commit is contained in:
parent
e17b908a08
commit
787c73393f
8 changed files with 72 additions and 72 deletions
|
@ -59,7 +59,7 @@ const EarAcupuncture = () => {
|
||||||
for understanding auricular points' somatotopic functions.
|
for understanding auricular points' somatotopic functions.
|
||||||
Auriculotherapy's{" "}
|
Auriculotherapy's{" "}
|
||||||
<strong>
|
<strong>
|
||||||
efficacy in pain relief and natural healing HH demonstrated through
|
efficacy in pain relief and natural healing was demonstrated through
|
||||||
increased skin conductivity and Vascular Autonkmic Signal (VAS)
|
increased skin conductivity and Vascular Autonkmic Signal (VAS)
|
||||||
response.
|
response.
|
||||||
</strong>
|
</strong>
|
||||||
|
|
|
@ -5,11 +5,13 @@ const NOR = () => {
|
||||||
<View bg_color="bg-primary-100" txt_color="text-primary-500" id="nor">
|
<View bg_color="bg-primary-100" txt_color="text-primary-500" id="nor">
|
||||||
<h1>Neuro Ocular Release</h1>
|
<h1>Neuro Ocular Release</h1>
|
||||||
<p>
|
<p>
|
||||||
Neuro-ocular release (NOR) is a new osteopathic method that is designed
|
Neuro-ocular release (NOR) is a new osteopathic manipulative procedure
|
||||||
to be used alongside other techniques. By utilizing the visual system,
|
that involves the indirect method of manual techniques. It may be used
|
||||||
NOR accesses pathways that reset the central and peripheral nervous
|
alone, or it may be used as an activating force for other indirect
|
||||||
systems. In doing so, NOR more effectively alleviates somatic
|
methods of treatment. By utilizing the visual system, NOR accesses
|
||||||
disfunction in less time than traditional methods alone.
|
pathways that reset the central and peripheral nervous systems. In doing
|
||||||
|
so, NOR more effectively alleviates somatic disfunction in less
|
||||||
|
time—only three seconds—than traditional methods alone.
|
||||||
</p>
|
</p>
|
||||||
<h2>Want to learn more?</h2>
|
<h2>Want to learn more?</h2>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -3,13 +3,11 @@ import AcademicWork from "./views/AcademicWork";
|
||||||
import CertsAndFellows from "./views/CertsAndFellows";
|
import CertsAndFellows from "./views/CertsAndFellows";
|
||||||
import EduAndProExp from "./views/EduAndProExp";
|
import EduAndProExp from "./views/EduAndProExp";
|
||||||
import Introduction from "./views/Introduction";
|
import Introduction from "./views/Introduction";
|
||||||
|
import { metaDesc } from "@/shared/meta";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dr. Richard A. Feely",
|
title: "Dr. Richard A. Feely",
|
||||||
description: `Dr. Feely is a highly accomplished physician with over 25 years
|
description: metaDesc,
|
||||||
of experience in osteopathic medicine, acupuncture, herbal medicine, and
|
|
||||||
family practice. He specializes in the treatment of neuromusculoskeletal
|
|
||||||
pain, especially back pain, neck pain and headaches.`,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const Home = () => {
|
const Home = () => {
|
||||||
|
|
|
@ -2,7 +2,7 @@ import View from "@/components/View";
|
||||||
import BoardCerts from "./components/BoardCerts";
|
import BoardCerts from "./components/BoardCerts";
|
||||||
import Fellowships from "./components/Fellowships";
|
import Fellowships from "./components/Fellowships";
|
||||||
import Awards from "./components/Awards";
|
import Awards from "./components/Awards";
|
||||||
import headshot from "@/public/content/dr_feely_headshot2.png";
|
import headshot from "@/public/content/dr_feely_headshot.png";
|
||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
|
|
||||||
const CertsAndFellows = () => {
|
const CertsAndFellows = () => {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
import HomePageCarousel from "@/components/HomePageCarousel";
|
import HomePageCarousel from "@/components/HomePageCarousel";
|
||||||
import { ChevronDoubleDownIcon } from "@heroicons/react/24/solid";
|
import { ChevronDoubleDownIcon } from "@heroicons/react/24/solid";
|
||||||
import drFeelyPic from "@/public/content/dr_feely_headshot.png";
|
import drFeelyPic from "@/public/content/dr_feely_headshot2.png";
|
||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
import View from "@/components/View";
|
import View from "@/components/View";
|
||||||
|
|
||||||
|
@ -27,11 +27,13 @@ const Introduction = () => {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p className="text-2xl">
|
<p className="text-2xl">
|
||||||
Dr. Feely is a highly accomplished physician with over 25 years of
|
Dr. Feely is an experienced, highly accomplished physician in
|
||||||
experience in osteopathic medicine, acupuncture, herbal medicine,
|
osteopathic manipulative medicine, acupuncture, herbal medicine,
|
||||||
and family practice. He specializes in the treatment of
|
and family practice. He developed the new osteopathic manipulative
|
||||||
neuromusculoskeletal pain—especially back pain, neck pain
|
procedure Neuro Ocular Release, that takes away pain in just 3
|
||||||
and headaches.
|
seconds. Dr. Feely specializes in the treatment of
|
||||||
|
neuromusculoskeletal pain—especially head, neck, and back
|
||||||
|
pain.
|
||||||
</p>
|
</p>
|
||||||
</hgroup>
|
</hgroup>
|
||||||
<div className="basis-4/12">
|
<div className="basis-4/12">
|
||||||
|
|
|
@ -3,7 +3,6 @@ import Button from "@/components/Button";
|
||||||
import Card from "@/components/Card";
|
import Card from "@/components/Card";
|
||||||
import { ArrowDownIcon, ArrowUpIcon } from "@heroicons/react/24/solid";
|
import { ArrowDownIcon, ArrowUpIcon } from "@heroicons/react/24/solid";
|
||||||
import { useState } from "react";
|
import { useState } from "react";
|
||||||
import whoLogo from "@/public/content/who.png";
|
|
||||||
import midwesternLogo from "@/public/content/midwestern_college.png";
|
import midwesternLogo from "@/public/content/midwestern_college.png";
|
||||||
import tuoroLogo from "@/public/content/tuoro_university.png";
|
import tuoroLogo from "@/public/content/tuoro_university.png";
|
||||||
import atStillLogo from "@/public/content/at_still.svg";
|
import atStillLogo from "@/public/content/at_still.svg";
|
||||||
|
@ -28,19 +27,6 @@ const AcademicAppts = ({ className }: Props) => {
|
||||||
<h2>Academic Appointments</h2>
|
<h2>Academic Appointments</h2>
|
||||||
<div className="flex flex-col-reverse md:flex-row">
|
<div className="flex flex-col-reverse md:flex-row">
|
||||||
<div className="flex flex-col gap-4 md:basis-1/2">
|
<div className="flex flex-col gap-4 md:basis-1/2">
|
||||||
<Card>
|
|
||||||
<h2>World Health Organization</h2>
|
|
||||||
<div className={cardYearsStyle}>2016-2017</div>
|
|
||||||
<div className={cardPositionStyle}>
|
|
||||||
Temporary Consultant in Integrative Medicine
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
Workshop on Quality of Traditional and Complementary Medicine
|
|
||||||
Services. Expert on Practice in southeast Asia region, incl. Macao
|
|
||||||
and China.
|
|
||||||
</div>
|
|
||||||
</Card>
|
|
||||||
|
|
||||||
<Card>
|
<Card>
|
||||||
<h2>
|
<h2>
|
||||||
Midwestern University
|
Midwestern University
|
||||||
|
@ -63,16 +49,13 @@ const AcademicAppts = ({ className }: Props) => {
|
||||||
<div className={cardPositionStyle}>Adjunct Associate Professor</div>
|
<div className={cardPositionStyle}>Adjunct Associate Professor</div>
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
|
<Card>
|
||||||
|
<h2>A.T. Still University</h2>
|
||||||
|
<div className={cardYearsStyle}>2010-2018</div>
|
||||||
|
<div className={cardPositionStyle}>Adjunct Associate Professor</div>
|
||||||
|
</Card>
|
||||||
{showAll ? (
|
{showAll ? (
|
||||||
<>
|
<>
|
||||||
<Card>
|
|
||||||
<h2>A.T. Still University</h2>
|
|
||||||
<div className={cardYearsStyle}>2010-2018</div>
|
|
||||||
<div className={cardPositionStyle}>
|
|
||||||
Adjunct Associate Professor
|
|
||||||
</div>
|
|
||||||
</Card>
|
|
||||||
|
|
||||||
<Card>
|
<Card>
|
||||||
<h2>
|
<h2>
|
||||||
Western University
|
Western University
|
||||||
|
@ -103,11 +86,6 @@ const AcademicAppts = ({ className }: Props) => {
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className="hidden flex-col items-center justify-center gap-32 md:flex md:basis-1/2">
|
<div className="hidden flex-col items-center justify-center gap-32 md:flex md:basis-1/2">
|
||||||
<Image
|
|
||||||
className={logoStyle}
|
|
||||||
src={whoLogo}
|
|
||||||
alt="World health organization logo"
|
|
||||||
/>
|
|
||||||
<Image
|
<Image
|
||||||
className={logoStyle + " !h-40"}
|
className={logoStyle + " !h-40"}
|
||||||
src={midwesternLogo}
|
src={midwesternLogo}
|
||||||
|
@ -118,13 +96,13 @@ const AcademicAppts = ({ className }: Props) => {
|
||||||
src={tuoroLogo}
|
src={tuoroLogo}
|
||||||
alt="Tuoro university logo"
|
alt="Tuoro university logo"
|
||||||
/>
|
/>
|
||||||
|
<Image
|
||||||
|
className={logoStyle + " !h-20"}
|
||||||
|
src={atStillLogo}
|
||||||
|
alt="AT Still Univeristy logo"
|
||||||
|
/>
|
||||||
{showAll ? (
|
{showAll ? (
|
||||||
<>
|
<>
|
||||||
<Image
|
|
||||||
className={logoStyle + " !h-20"}
|
|
||||||
src={atStillLogo}
|
|
||||||
alt="AT Still Univeristy logo"
|
|
||||||
/>
|
|
||||||
<Image
|
<Image
|
||||||
className={logoStyle}
|
className={logoStyle}
|
||||||
src={westernULogo}
|
src={westernULogo}
|
||||||
|
|
|
@ -9,6 +9,7 @@ import tcmmTestsLogo from "@/public/content/tcm_tests.png";
|
||||||
import womack from "@/public/content/womack.png";
|
import womack from "@/public/content/womack.png";
|
||||||
import tivity from "@/public/content/tivity.png";
|
import tivity from "@/public/content/tivity.png";
|
||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
|
import whoLogo from "@/public/content/who.png";
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
className?: string;
|
className?: string;
|
||||||
|
@ -26,6 +27,11 @@ const ProExp = ({ className }: Props) => {
|
||||||
<h2>Professional Experience</h2>
|
<h2>Professional Experience</h2>
|
||||||
<div className="flex flex-col-reverse md:flex-row">
|
<div className="flex flex-col-reverse md:flex-row">
|
||||||
<div className="hidden flex-col items-center justify-center gap-32 md:flex md:basis-1/2">
|
<div className="hidden flex-col items-center justify-center gap-32 md:flex md:basis-1/2">
|
||||||
|
<Image
|
||||||
|
className={logoStyle}
|
||||||
|
src={tcmmTestsLogo}
|
||||||
|
alt="TCM tests logo"
|
||||||
|
/>
|
||||||
<Image
|
<Image
|
||||||
className={logoStyle}
|
className={logoStyle}
|
||||||
src={feelyCenterLogo}
|
src={feelyCenterLogo}
|
||||||
|
@ -38,8 +44,8 @@ const ProExp = ({ className }: Props) => {
|
||||||
/>
|
/>
|
||||||
<Image
|
<Image
|
||||||
className={logoStyle}
|
className={logoStyle}
|
||||||
src={tcmmTestsLogo}
|
src={whoLogo}
|
||||||
alt="TCM tests logo"
|
alt="World health organization logo"
|
||||||
/>
|
/>
|
||||||
{showAll ? (
|
{showAll ? (
|
||||||
<>
|
<>
|
||||||
|
@ -59,27 +65,6 @@ const ProExp = ({ className }: Props) => {
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-col gap-4 md:basis-1/2">
|
<div className="flex flex-col gap-4 md:basis-1/2">
|
||||||
<Card>
|
|
||||||
<h2>Feely Center for Optimal Health</h2>
|
|
||||||
<div className={cardYearsStyle}>2000-Present</div>
|
|
||||||
<div className={cardPositionStyle}>President</div>
|
|
||||||
<div>
|
|
||||||
A private osteopathic integrative medical practice with locations
|
|
||||||
in Chicago and Olympia Fields, IL
|
|
||||||
</div>
|
|
||||||
</Card>
|
|
||||||
<Card>
|
|
||||||
<h2>OMM, LLC</h2>
|
|
||||||
<div className={cardYearsStyle}>2010-Present</div>
|
|
||||||
<div className={cardPositionStyle}>President</div>
|
|
||||||
<div>
|
|
||||||
Created{" "}
|
|
||||||
<a href="https://www.ommtests.com" className="underline">
|
|
||||||
ommtests.com
|
|
||||||
</a>
|
|
||||||
, the most complete web-based OMM/OMT test prep program.
|
|
||||||
</div>
|
|
||||||
</Card>
|
|
||||||
<Card>
|
<Card>
|
||||||
<h2>TCMtests, LLC</h2>
|
<h2>TCMtests, LLC</h2>
|
||||||
<div className={cardYearsStyle}>2003-Present</div>
|
<div className={cardYearsStyle}>2003-Present</div>
|
||||||
|
@ -93,6 +78,39 @@ const ProExp = ({ className }: Props) => {
|
||||||
Acupuncturist and Oriental Medical Doctors
|
Acupuncturist and Oriental Medical Doctors
|
||||||
</div>
|
</div>
|
||||||
</Card>
|
</Card>
|
||||||
|
<Card>
|
||||||
|
<h2>Feely Center for Optimal Health</h2>
|
||||||
|
<div className={cardYearsStyle}>2000-2023</div>
|
||||||
|
<div className={cardPositionStyle}>President</div>
|
||||||
|
<div>
|
||||||
|
A private osteopathic integrative medical practice with locations
|
||||||
|
in Chicago and Olympia Fields, IL
|
||||||
|
</div>
|
||||||
|
</Card>
|
||||||
|
<Card>
|
||||||
|
<h2>OMM, LLC</h2>
|
||||||
|
<div className={cardYearsStyle}>2010-2023</div>
|
||||||
|
<div className={cardPositionStyle}>President</div>
|
||||||
|
<div>
|
||||||
|
Created{" "}
|
||||||
|
<a href="https://www.ommtests.com" className="underline">
|
||||||
|
ommtests.com
|
||||||
|
</a>
|
||||||
|
, the most complete web-based OMM/OMT test prep program.
|
||||||
|
</div>
|
||||||
|
</Card>
|
||||||
|
<Card>
|
||||||
|
<h2>World Health Organization</h2>
|
||||||
|
<div className={cardYearsStyle}>2016-2017</div>
|
||||||
|
<div className={cardPositionStyle}>
|
||||||
|
Temporary Consultant in Integrative Medicine
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
Led the International Workshop on Quality of Traditional and
|
||||||
|
Complementary Medicine Services in Practice. Worked in Macao and
|
||||||
|
China.
|
||||||
|
</div>
|
||||||
|
</Card>
|
||||||
{showAll ? (
|
{showAll ? (
|
||||||
<>
|
<>
|
||||||
<Card>
|
<Card>
|
||||||
|
|
2
website/shared/meta.tsx
Normal file
2
website/shared/meta.tsx
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
export const metaDesc =
|
||||||
|
"Dr. Feely is an experienced, highly accomplished physician in osteopathic manipulative medicine, acupuncture, herbal medicine, and family practice. He developed the new osteopathic manipulative procedure Neuro Ocular Release, that takes away pain in just 3 seconds. Dr. Feely specializes in the treatment of neuromusculoskeletal pain—especially head, neck, and back pain.";
|
Loading…
Reference in a new issue