corrections from richard

This commit is contained in:
Noah Swerhun 2023-09-09 20:18:46 -05:00
parent e17b908a08
commit 787c73393f
8 changed files with 72 additions and 72 deletions

View file

@ -59,7 +59,7 @@ const EarAcupuncture = () => {
for understanding auricular points' somatotopic functions.
Auriculotherapy's{" "}
<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)
response.
</strong>

View file

@ -5,11 +5,13 @@ const NOR = () => {
<View bg_color="bg-primary-100" txt_color="text-primary-500" id="nor">
<h1>Neuro Ocular Release</h1>
<p>
Neuro-ocular release (NOR) is a new osteopathic method that is designed
to be used alongside other techniques. By utilizing the visual system,
NOR accesses pathways that reset the central and peripheral nervous
systems. In doing so, NOR more effectively alleviates somatic
disfunction in less time than traditional methods alone.
Neuro-ocular release (NOR) is a new osteopathic manipulative procedure
that involves the indirect method of manual techniques. It may be used
alone, or it may be used as an activating force for other indirect
methods of treatment. By utilizing the visual system, NOR accesses
pathways that reset the central and peripheral nervous systems. In doing
so, NOR more effectively alleviates somatic disfunction in less
time&mdash;only three seconds&mdash;than traditional methods alone.
</p>
<h2>Want to learn more?</h2>
<p>

View file

@ -3,13 +3,11 @@ import AcademicWork from "./views/AcademicWork";
import CertsAndFellows from "./views/CertsAndFellows";
import EduAndProExp from "./views/EduAndProExp";
import Introduction from "./views/Introduction";
import { metaDesc } from "@/shared/meta";
export const metadata: Metadata = {
title: "Dr. Richard A. Feely",
description: `Dr. Feely is a highly accomplished physician with over 25 years
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.`,
description: metaDesc,
};
const Home = () => {

View file

@ -2,7 +2,7 @@ import View from "@/components/View";
import BoardCerts from "./components/BoardCerts";
import Fellowships from "./components/Fellowships";
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";
const CertsAndFellows = () => {

View file

@ -2,7 +2,7 @@
import HomePageCarousel from "@/components/HomePageCarousel";
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 View from "@/components/View";
@ -27,11 +27,13 @@ const Introduction = () => {
</div>
</div>
<p className="text-2xl">
Dr. Feely is a highly accomplished physician with over 25 years of
experience in osteopathic medicine, acupuncture, herbal medicine,
and family practice. He specializes in the treatment of
neuromusculoskeletal pain&mdash;especially back pain, neck pain
and headaches.
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&mdash;especially head, neck, and back
pain.
</p>
</hgroup>
<div className="basis-4/12">

View file

@ -3,7 +3,6 @@ import Button from "@/components/Button";
import Card from "@/components/Card";
import { ArrowDownIcon, ArrowUpIcon } from "@heroicons/react/24/solid";
import { useState } from "react";
import whoLogo from "@/public/content/who.png";
import midwesternLogo from "@/public/content/midwestern_college.png";
import tuoroLogo from "@/public/content/tuoro_university.png";
import atStillLogo from "@/public/content/at_still.svg";
@ -28,19 +27,6 @@ const AcademicAppts = ({ className }: Props) => {
<h2>Academic Appointments</h2>
<div className="flex flex-col-reverse md:flex-row">
<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>
<h2>
Midwestern University
@ -63,16 +49,13 @@ const AcademicAppts = ({ className }: Props) => {
<div className={cardPositionStyle}>Adjunct Associate Professor</div>
</Card>
{showAll ? (
<>
<Card>
<h2>A.T. Still University</h2>
<div className={cardYearsStyle}>2010-2018</div>
<div className={cardPositionStyle}>
Adjunct Associate Professor
</div>
<div className={cardPositionStyle}>Adjunct Associate Professor</div>
</Card>
{showAll ? (
<>
<Card>
<h2>
Western University
@ -103,11 +86,6 @@ const AcademicAppts = ({ className }: Props) => {
)}
</div>
<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
className={logoStyle + " !h-40"}
src={midwesternLogo}
@ -118,13 +96,13 @@ const AcademicAppts = ({ className }: Props) => {
src={tuoroLogo}
alt="Tuoro university logo"
/>
{showAll ? (
<>
<Image
className={logoStyle + " !h-20"}
src={atStillLogo}
alt="AT Still Univeristy logo"
/>
{showAll ? (
<>
<Image
className={logoStyle}
src={westernULogo}

View file

@ -9,6 +9,7 @@ import tcmmTestsLogo from "@/public/content/tcm_tests.png";
import womack from "@/public/content/womack.png";
import tivity from "@/public/content/tivity.png";
import Image from "next/image";
import whoLogo from "@/public/content/who.png";
interface Props {
className?: string;
@ -26,6 +27,11 @@ const ProExp = ({ className }: Props) => {
<h2>Professional Experience</h2>
<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">
<Image
className={logoStyle}
src={tcmmTestsLogo}
alt="TCM tests logo"
/>
<Image
className={logoStyle}
src={feelyCenterLogo}
@ -38,8 +44,8 @@ const ProExp = ({ className }: Props) => {
/>
<Image
className={logoStyle}
src={tcmmTestsLogo}
alt="TCM tests logo"
src={whoLogo}
alt="World health organization logo"
/>
{showAll ? (
<>
@ -59,27 +65,6 @@ const ProExp = ({ className }: Props) => {
)}
</div>
<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>
<h2>TCMtests, LLC</h2>
<div className={cardYearsStyle}>2003-Present</div>
@ -93,6 +78,39 @@ const ProExp = ({ className }: Props) => {
Acupuncturist and Oriental Medical Doctors
</div>
</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 ? (
<>
<Card>

2
website/shared/meta.tsx Normal file
View 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&mdash;especially head, neck, and back pain.";