diff --git a/app/views/Accomplishments.tsx b/app/views/Accomplishments.tsx index bcf8903..e29f38b 100644 --- a/app/views/Accomplishments.tsx +++ b/app/views/Accomplishments.tsx @@ -1,28 +1,163 @@ const Accomplishments = () => { + const cardClass = "m-3"; return ( -
-
-
-
-

- Richard A. Feely, DO -

-

- Richard is also widely known for his work in osteopathic - manipulation, cranial osteopathy, and acupuncture. He is a - sought-after lecturer, educator, and author. He has written about - integrative medical treatments and has edited several prestigious - medical journals, including{" "} - - Clinical Cranial Osteopathy: Selected Readings - - . -

+
+
+
+

+ Not only a caring physician... +

+
+
+
+
+

Professional Experience

+
    +
  • + President of Feely Center for Optimal Health, his + private osteopathic practice. +
  • +
  • + President of{" "} + + OMMtests.com + {" "} + and{" "} + + TCMtests.com + + , test-prep sites for osteopathic doctors and + accupuncturists, respectively. +
  • +
  • + Registered Investment Adviser at Womack Investment + Advisers. +
  • +
  • + National Director of Quality Management at American + WholeHealth. +
  • +
  • + President of Rhema Medical Associates. +
  • +
+
+
+
+
+

Board Certifications

+
    +
  • American Board of Medical Acupuncture.
  • +
  • + American Board of Quality Assurance and Utilization Review + Physicians. +
  • +
  • + American Osteopathic Board of Special Proficiency in + Manipulative Medicine. +
  • +
  • American Board of Osteopathic Family Practice.
  • +
+
+
+
+
+
+
+

Academic Appointments

+
    +
  • + + Clinical Associate Professor of Osteopathic Manipulative + Medicine. + {" "} + at Chicago College of Osteopathic Medicine/Midwestern + University Medicine. +
  • +
  • + Adjunct Associate Professor at Touro University, + A.T. Still University, and Western University. +
  • +
  • + Consultant to the World Health Organization for + integrative medicine. +
  • +
+
+
+
+
+

Publications & Lectures

+
    +
  • + 3 books written: +
      +
    • + + Yamamoto New Scalp Acupuncture (YNSA): Principles + and Practice + + , 1st ed. and 2nd ed. +
    • +
    • + Clinical Cranial Osteopathy: Selected Readings +
    • +
    +
  • +
  • 4 articles in prestigious medical journals.
  • +
  • Nearly 80 lectures given.
  • +
+
+
+
+

+ ...an{" "} + accomplished professional. +

+
+ Feely Center Logo + Midwestern College Logo + OMM Logo + TCM Logo + Womack Logo +
); }; export default Accomplishments; + +//

+// Richard is also widely known for his work in osteopathic +// manipulation, cranial osteopathy, and acupuncture. He is a +// sought-after lecturer, educator, and author. He has written about +// integrative medical treatments and has edited several prestigious +// medical journals, including{" "} +// +// Clinical Cranial Osteopathy: Selected Readings +// +// . +//

diff --git a/public/feelycenter.png b/public/feelycenter.png new file mode 100644 index 0000000..5bf00b9 Binary files /dev/null and b/public/feelycenter.png differ diff --git a/public/midwestern_college.jpg b/public/midwestern_college.jpg new file mode 100644 index 0000000..adaa8d5 Binary files /dev/null and b/public/midwestern_college.jpg differ diff --git a/public/omm_logo.png b/public/omm_logo.png new file mode 100644 index 0000000..226741f Binary files /dev/null and b/public/omm_logo.png differ diff --git a/public/tcm_tests.png b/public/tcm_tests.png new file mode 100644 index 0000000..a288ce4 Binary files /dev/null and b/public/tcm_tests.png differ diff --git a/public/womack.png b/public/womack.png new file mode 100644 index 0000000..cc15192 Binary files /dev/null and b/public/womack.png differ