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

59 lines
1.7 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>
<div>
<div>TCMtests, LLC</div>
<div>2003-Present</div>
<div>Founder and President</div>
<div>
The leading online board certification test prep site for
Acupuncturist and Oriental Medical Doctors
</div>
</div>
<div>
<div></div>
<div>2003-Present</div>
<div>Founder and President</div>
<div>
The leading online board certification test prep site for
Acupuncturist and Oriental Medical Doctors
</div>
</div>
</div>
</section>
);
};
export default EduAndProExp;