drfeely.com/website/app/views/EduAndProExp.tsx

84 lines
2.6 KiB
TypeScript
Raw Normal View History

2023-08-25 19:06:28 +00:00
const EduAndProExp = () => {
return (
<section className="min-h-screen" id="eduandproexp">
<div className="">
<div>Education</div>
<div>
<div>Truman State University</div>
<div>B.S. - Zoology/Chemistry</div>
</div>
<div>
<div>
A.T. Still University, Kirksville College of Osteopathic Medicine
</div>
<div>
Doctor of Osteopathy, Pre-doctoral fellow in Osteopathic Theory and
Methods
</div>
</div>
<div>
<div>Davenport Osteopathic Hospital</div>
<div>Rotating Internship Training Program</div>
</div>
</div>
<div className="">
<div>Professional Experience</div>
<div>
<div>Feely Center for Optimal Health</div>
<div>2000-Present</div>
<div>President</div>
<div>
A private osteopathic integrative medical practice with locations in
Chicago and Olympia Fields, IL
</div>
</div>
2023-08-26 02:18:11 +00:00
<div>
<div>OMM, LLC</div>
<div>2010-Present</div>
<div>President</div>
<div>
Created <a href="https://www.ommtests.com">ommtests.com</a>, the
most complete web-based OMM/OMT test prep program.
</div>
</div>
2023-08-25 19:06:28 +00:00
<div>
<div>TCMtests, LLC</div>
<div>2003-Present</div>
<div>Founder and President</div>
<div>
2023-08-26 02:18:11 +00:00
Created <a href="https://www.tcmtests.com">tcmtests.com</a>, the
leading online board certification test prep site for Acupuncturist
and Oriental Medical Doctors
2023-08-25 19:06:28 +00:00
</div>
</div>
<div>
2023-08-26 02:18:11 +00:00
<div>Tivity Health</div>
<div>2019-Present</div>
<div>MD/DO Peer Reviewer</div>
2023-08-25 19:06:28 +00:00
<div>
2023-08-26 02:18:11 +00:00
Peer Reviewer in Utilization Review Management at a large provider
of health improvement at fitness solutions, based in Franlin, TN
2023-08-25 19:06:28 +00:00
</div>
</div>
2023-08-26 02:18:11 +00:00
<div>
<div>Womack Investment Advisers</div>
<div>2009-Present</div>
<div>Registered Investment Adviser</div>
<div>
Investment adviser at a prominent finacial planning and wealth
management firm in Edmond, Oklahoma.
</div>
</div>
<div>
<div>American WholeHealth</div>
<div>1999-2000</div>
<div>National Director of Quality Management</div>
<div></div>
</div>
2023-08-25 19:06:28 +00:00
</div>
</section>
);
};
export default EduAndProExp;