removed marian university

This commit is contained in:
Noah Swerhun 2024-11-10 15:15:10 -06:00
parent e37353d452
commit 14e2a16f1e
2861 changed files with 9539 additions and 2511 deletions

View file

@ -17,7 +17,7 @@
@apply text-lg; @apply text-lg;
} }
h1 { h1 {
@apply text-7xl; @apply text-6xl;
@apply font-cormorant; @apply font-cormorant;
@apply my-10; @apply my-10;
} }

View file

@ -9,7 +9,6 @@ import atStillLogo from "@/public/content/at_still.png";
import westernULogo from "@/public/content/western_university.png"; import westernULogo from "@/public/content/western_university.png";
import cranialLogo from "@/public/content/osteopathic_cranial_academy.png"; import cranialLogo from "@/public/content/osteopathic_cranial_academy.png";
import aaoLogo from "@/public/content/aao.png"; import aaoLogo from "@/public/content/aao.png";
import marianUniversity from "@/public/content/marian_university.png";
import { default as Image } from "next-image-export-optimizer"; import { default as Image } from "next-image-export-optimizer";
interface Props { interface Props {
@ -28,18 +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>
Marian University
<br />
College of Osteopathic Medicine
</h2>
<div className={cardYearsStyle}>2024-Present</div>
<div className={cardPositionStyle}>
Associate Clinical Professor of Osteopathic Manipulative Medicine
</div>
</Card>
<Card> <Card>
<h2> <h2>
Midwestern University Midwestern University
@ -99,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 + " !h-24"}
src={marianUniversity}
alt="Marian university logo"
/>
<Image <Image
className={logoStyle + " !h-40"} className={logoStyle + " !h-40"}
src={midwesternLogo} src={midwesternLogo}

View file

@ -8,7 +8,6 @@ import ommTestsLogo from "@/public/content/omm_logo.png";
import tcmmTestsLogo from "@/public/content/tcm_tests.png"; 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 marianUniversity from "@/public/content/marian_university.png";
import feelyLogo from "@/public/content/logo.png"; import feelyLogo from "@/public/content/logo.png";
import { default as Image } from "next-image-export-optimizer"; import { default as Image } from "next-image-export-optimizer";
import whoLogo from "@/public/content/who.png"; import whoLogo from "@/public/content/who.png";
@ -30,11 +29,6 @@ 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 + " !h-24"}
src={marianUniversity}
alt="Marian university logo"
/>
<Image <Image
className={logoStyle} className={logoStyle}
src={tcmmTestsLogo} src={tcmmTestsLogo}
@ -74,20 +68,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>
Marian University
<br />
College of Osteopathic Medicine
</h2>
<div className={cardYearsStyle}>2024-Present</div>
<div className={cardPositionStyle}>
Associate Clinical Professor of Osteopathic Manipulative Medicine
</div>
<div>
Professor at a leading osteopathic medical school in Indianapolis.
</div>
</Card>
<Card> <Card>
<h2>TCMtests, LLC</h2> <h2>TCMtests, LLC</h2>
<div className={cardYearsStyle}>2003-Present</div> <div className={cardYearsStyle}>2003-Present</div>

6307
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -9,26 +9,26 @@
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {
"@heroicons/react": "^2.0.18", "@heroicons/react": "^2.1.5",
"@react-spring/web": "^9.7.3", "@react-spring/web": "^9.7.5",
"@supabase/supabase-js": "^2.33.1", "@supabase/supabase-js": "^2.46.1",
"@types/node": "20.4.4", "@types/node": "20.4.4",
"@types/react": "18.2.15", "@types/react": "18.2.15",
"@types/react-dom": "18.2.7", "@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14", "autoprefixer": "10.4.14",
"eslint": "8.45.0", "eslint": "8.45.0",
"eslint-config-next": "13.4.12", "eslint-config-next": "13.4.12",
"next": "13.4.12", "next": "^15.0.3",
"next-image-export-optimizer": "^1.8.5", "next-image-export-optimizer": "^1.15.1",
"postcss": "8.4.27", "postcss": "8.4.27",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"sharp": "^0.32.5", "sharp": "^0.32.6",
"tailwindcss": "3.3.3", "tailwindcss": "3.3.3",
"typescript": "5.1.6" "typescript": "5.1.6"
}, },
"devDependencies": { "devDependencies": {
"prettier": "^3.0.3", "prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.4" "prettier-plugin-tailwindcss": "^0.5.14"
} }
} }

File diff suppressed because it is too large Load diff

View file

@ -1,101 +1,100 @@
{ {
"/NOR_brain.png": "U-24kdW5vVsu473vaLTh8QBEHuh8WNvODQ1aD6VMvkY=", "/NOR_brain.png": "vlq3jQkgpEICiPp6hQ3PYzgkGYrZnFj81NzWhkBPWyI=",
"/aao.png": "mhph7pbrXjl5CoIJX1F4l06sEo5sHtvnlUYw2od0X+I=", "/aao.png": "AGWUSUUkdj7q4k9UZsVhyYTIwoCczSJSdmfyvTYslPM=",
"/acu_book.jpg": "IWp7yno61NHeSKKk6eiIUxxTv7DCJWFmNiGPuIIx18o=", "/acu_book.jpg": "tuRG1hZlQPUa1OmJL3o6ttVR2Kpd0avB25DLzQb0rzc=",
"/acupuncture_1.jpg": "S7pf+YfgY-yahAyjPHesd-9JErUwin5ODNa5oSGG2l0=", "/acupuncture_1.jpg": "H8VrebLKNnQtUA77doI3GuWGAVfcSh4wyu4s3MCabGQ=",
"/acupuncture_elements.png": "LNsfjlR1hVyaoUA1NxC+8HahBYHW1I8iD+qrDArOhUk=", "/acupuncture_elements.png": "50VxJytccRFu2qeswOnomEMOXUcM8athtqwR3CEeNXo=",
"/acupuncture_manuscript.jpg": "-qP96kDo8d-uKe9z-Ctw2r6vMoJiRPvdr3Cg83l0pDs=", "/acupuncture_manuscript.jpg": "jzTJBHvvzVlXi1T-CQAlg2o-ht3eznj3tdAcH8IkysM=",
"/at_still.png": "-1V2ehiF+LQSci-fsfhYBrwpjKsNoxEvOBhJleiIAdY=", "/at_still.png": "YjcSM6ToNbIveLvii-H+7IzVHp2I8fz2uTKdFZdc6fw=",
"/at_still_university.jpg": "lquRZHhDT5KxlUjwrWuRkzBfmZ6nCYJm+EBIj3sE8Ws=", "/at_still_university.jpg": "rZtvEmkpIFjR4PziRqGzvV+GVq1v2+KwTpDa3HYzc60=",
"/auricular_accupuncture.jpg": "9w6gEZFMfXpgQ63OE3zTXjqbtSdIVlg8P9CcMqUIlbE=", "/auricular_accupuncture.jpg": "2yqyznX4Tll6RJSX4uUyUFQJreX9bBq6TFu-c8xmUT8=",
"/chicago.jpg": "dYTIqhAAliNS2cf5J8BN+LAj0aymDujz1GXbjbb9RzY=", "/chicago.jpg": "-ER9Q9OqE24g07MLd7m5c8cR7biIUrm+PZ2W+2qo6q4=",
"/child_in_cast.jpg": "q7X+w2KQ3An+IKsEtiYRhOlhj4phgnO1s6pZ+0nHHxI=", "/child_in_cast.jpg": "8aWv77Kz95fZ9xt6+ACEtRWI5ZX3SmB2TjagFKtve7w=",
"/child_with_cold.jpg": "vnQrUt0gP+y4biX9gDmoM7Q+Zaz859PsgYzLK+Fym+4=", "/child_with_cold.jpg": "s9ZujtTrb6SEcXuB-FvBMjfK6JEBU0uioDEAmL1mEI4=",
"/davenport_hospital.png": "jrXUCIFaX4pH80IMMQMseHc+hMzQHbEM48B9ifR+2Dw=", "/davenport_hospital.png": "y65aZYnaZF4vS+lmypjmHeNnDppqX6uyboxOzDN8AyI=",
"/doctor_back.jpg": "IjdLzWYo0vooATMko1M6aJglKSGzMUh8DNh7QwFewBA=", "/doctor_back.jpg": "Vh+ei+H50NL6FSH91eCjrQO35+0tGUP3GDFZe2bGdak=",
"/doctor_w_clipboard.jpg": "h49eVOk1FrY-AGazxIaasvgp1HZphZNIonQnU+K47d8=", "/doctor_w_clipboard.jpg": "jhFKFHcsqfhn7Qr+4EnaKK7bawNdXj673KXeRUtk1JA=",
"/down_syndrome.jpg": "GaIybRwq7EcAugTB6mcsLOS4h9T2wb5VblPvaFdocW8=", "/down_syndrome.jpg": "6LOPTWBcRaancZsxaaj5nZ1PfehdmyM4Au3cCGoZ+SU=",
"/dr_feely_brick_wall.webp": "+PE5MEjdpZ8SxJ-i2s+iHFT1EM5rdlbHoMGyYJCc7KU=", "/dr_feely_brick_wall.webp": "Htgb5m433eGu4O5N2w3xEK5K1XvTRSy6Xqp6-FVf6d0=",
"/dr_feely_headshot.png": "CsFMKHp4M2Ts1TmDuJey4jRJrD16XB5dDTryd84B-QM=", "/dr_feely_headshot.png": "KPPW2Bb16os1Y8m1AgQU9scrNMpzBgnDmfJ4+ovhPxw=",
"/dr_feely_headshot2.png": "mMteFzlbsAX2PyoIduFVtVJeR+k4QWsYy96cW955O3E=", "/dr_feely_headshot2.png": "4ISUWcP8jAFg8JzZ-vnutJ7vvU-Iay36laal4BMkVjo=",
"/dr_still.jpeg": "4Zt1ahApg3uZuChLQXtcu5amj6sgf2Mg8WykFKWMThA=", "/dr_still.jpeg": "RlJ0HlXeMZPueqIDQ8OZjot9Wj+ZpfQ0RelHoNatZx0=",
"/dr_still_2.jpg": "OPMJEB1K6NAeFiQBl8q9kZxQBPhsP9Yud-SUL7Yi3FY=", "/dr_still_2.jpg": "cjZSf75od0bLEeMc7QXN91NYbD2+rB1HT-xZlqXcrlk=",
"/feelycenter.png": "LjFT9aOdp6qbwS+sIVnsPiXn7REdC0urVIf8rojAza4=", "/feelycenter.png": "dL0-QZcUDSq+VXoNSyyObU6KbXsCvvYkKK8mJHmC8XQ=",
"/indianapolis.png": "eSFAYr754OLom5jsY+oUzt0FSzK-3-yRcDKFrdfxDno=", "/indianapolis.png": "SmPNrWpk8TONbsT5KeaBFGk9QdM6gLSVamGjDvIoIKc=",
"/infant.jpg": "wzdRjjVOE4sK1UtCoEV9e2cP04Mxb1MRm-XpcJmCDdc=", "/infant.jpg": "lqWskgfpmhz1ZCAfC+Ow4HbfDRv7ARrErmGEwTYEx64=",
"/logo.png": "Ul0EJl3e4okR45e37WG1NU9YqS0OWqbmcyNTbElxBLI=", "/logo.png": "texk1mt0PcplJHekoyp+MuJoK-Y4zN-ySSL8oiaHxdI=",
"/logo_icon.png": "0MnO8TpI4jsQ9rjSqGH3JNCgE7C3MvXktEAJ0g53V1M=", "/logo_icon.png": "MGJ+S4wHjm7rSHumQ8Ko8rkQGEx91hFzjUesetLcPAw=",
"/logo_lion.png": "XlZeW4nyt-JzsWQwVlqZuZbWDJQxAdGmZfdhkY7X1w8=", "/logo_lion.png": "q6M6YHGW+yOjEvrypF64552FsOubPw6D3LuFM40y4uM=",
"/logo_small.png": "8OS19qJf23esai1rzcCCOllZ+o1OEjDJTNDKVpZa1pM=", "/logo_small.png": "KbaBsbcPHGd9Z05lkK9sm9CnJHOR1H5ayCN3D2ggq3I=",
"/logo_unicorn.png": "8TSISD5eafROBOvAYOn4bz5YzzX3THcIPYwPEMJrmxU=", "/logo_unicorn.png": "xmjPCw9-78IWxypHmzmZUVMyDGFnyf+vzENkF86pFoQ=",
"/marian_university.png": "W9ssgLuIv8YvNFM0blFu6JFJrhAqS-U9e3FPaDlFPG4=", "/marian_university.png": "DjiGu-Xw303CNMIgC+avhGOU7-r-tgaz6x-syVIHH6k=",
"/marian_university.webp": "MDVHoDWPySitAnnnKYhvQr+ONfGr8RJLCHiJTczam84=", "/marian_university.webp": "iR8lumBakxwcHJlZuNwftRBb0TpIhhG4yGpZa67BF9E=",
"/midwestern_college.jpg": "9qbidXeVusLX9QHmDTq0LvbXvxpUR0qtCSYNpxu5YOE=", "/midwestern_college.jpg": "23AHErPJyT9beYFdUXpHmCmo138AVdv47Ob6bKCwSUY=",
"/midwestern_college.png": "Dv5dJpX4TaXyJmZTpap9OCxaUqcFOECHs61VnaUp9LY=", "/midwestern_college.png": "pkYfcTCC32EIbZaS1BBMjIk7fK5KgP5bJCiP7xIoqkQ=",
"/nature.jpg": "OYNpGUtpKv-FWBRSo9tyTKNzDvWfuh54pbEcNZA15xQ=", "/nature.jpg": "rxHURheY2rCmjcvbvHUW95+8rxSlC3Vyyib-URpOzfM=",
"/office_map.png": "6tErPVySBqsi5qmPaxxv16fbDXgqnTwyTYFKLgbwfak=", "/office_map.png": "xtGSXearvYNVzNUc4XYSpUK5VeWsqO0F1uAx+XeYbu8=",
"/omm_logo.png": "UbVSnIDsv0e+7qk4hp8QEbEt6MCn1G6Anl+xYiaZ6Z4=", "/omm_logo.png": "AuE1Sp6NxyNlDxdLTNpa5cdUZwbdk3hga6hkfiBm-IE=",
"/osteopathic_cranial_academy.png": "X+TsLGYu3Fu6X8Tr176vLyEiSIGAQsFZEAdbtefHXQI=", "/osteopathic_cranial_academy.png": "CJw5l7o0vPpKIcJhnCEK48WQFTRK6PJPmZHqVqNnB00=",
"/private_office.png": "gGaSHszlKLUHggS+FE4-sPrnCixMnzLstr7I2q8l8Ew=", "/private_office.png": "t2f73Nk+u-DOMmcacPEuK5VnMsRUV7Ph8otg7YPpHYA=",
"/quote.png": "1PSUp5Yf9ABCQ9YbnZK09C6y0Bf+LmMkBi1s7X+8NPQ=", "/quote.png": "lAiZF+NZvAdl-et1CBiB736gQ-eTYQHiKrejyDgqDPw=",
"/scalp_points.png": "Iao5NQvOpK+vsO+XQQHhpACjPASn6GOfX66WvXt0XXI=", "/scalp_points.png": "CRJtJtVH3RNHm3heRIGQg0EiNQdYy8Mv6avPurdAwF0=",
"/sick_child.jpg": "iICDkNxc03pO+EAwEqb4rhaTWq7O7L2bTfyNuuBBx+Y=", "/sick_child.jpg": "1zIHofCmyqoX+H8ZE+MQqKPCvmUU4vhFqTrgruWdN2U=",
"/stages_of_grief.png": "0aty2qj7k+ogk7dfjZS-vE7KaAFeUPYT1ysaZIfK2o8=", "/stages_of_grief.png": "9wmm5xBVPG-BTQDlGs7zJpgPXNWhRSQqBI4EfzgvE00=",
"/tcm_tests.png": "g8Zz-9S9pj-5ZS3CbdU1N0NxrNVhsch1NuInzHv8mOY=", "/tcm_tests.png": "8DIYE-Hc6XJsgFjzT99uNH4zPbPYa+ELoL2xh0bovSQ=",
"/text_accent.png": "HjL431bdRVeJbrryHxTzmrc3ZvukyB1CgAydUVxVfbc=", "/text_accent.png": "FCu9bOzte1bUxBHhox-4LBER0ts1-jSlL2qUtwEKUWw=",
"/text_accent_2.png": "5ljAipji7nRnRDYgVDMSizWnhULj2S2+4bdgGwFcKLY=", "/text_accent_2.png": "OQCIK3++jo83QpNzYAXQFTFtOpcjk4D4+JzkQNmYlGw=",
"/text_accent_3.png": "1Q5FM5kp7c4GW8WwM6B6Yk9LUyRkJqTNVKpeyImxEEY=", "/text_accent_3.png": "jjK3RTRqxOJZNr8gcxjD1yFzJc7iTv+LHEtftiu-Btg=",
"/text_accent_4.png": "joyl8+tKwdvM8ALnWd3UP3P+hcK9Vm-G0luZNhBbTLA=", "/text_accent_4.png": "QXvtcgl5yxt-9z6jKMuruArzggKI9W4iowb4f34tLaM=",
"/tivity.png": "1hvuAxPtd6ZWAMqSSFH3TUe-bZN2R9Sz4fvleIqq6bQ=", "/tivity.png": "l2jeLhgDevor-Jplq2bE7rvjd8y9xK0c4fFaKqCkWbM=",
"/toshikatsu.jpg": "39pbnoIDPiu+hLu0v3CZ1263dvmckTw50orIEBRoGG4=", "/toshikatsu.jpg": "87hmuzWcwvN3wFqGLBSMeXGrA9HZW0LoBwGSnz9cjLY=",
"/truman-state.jpeg": "YUhK3OFaMt1xi7Ef9sT5SWdA3b4vCPBDzM85KLXdYAM=", "/truman-state.jpeg": "ABRJxnMtpNBnavrTZ+xcyneF3NiBhzKY2+AIsmoU3To=",
"/tuoro_university.png": "NskhfG-I-na3MQCUTyzDzXYTHNzqRAwlvxGTVWBmS88=", "/tuoro_university.png": "9XxwNOvXnoG7nHbpCRUYe-If55Y0eS6JrQPytHTcMSk=",
"/western_university.jpg": "OWsVkSFirIXj0XtBiGhcq1f+8zUDeMUnJwhiNQ8sCYc=", "/western_university.jpg": "2z-db0CSsae4XAtJ3WikV3acBeK6bjtu3vViu0vUttc=",
"/western_university.png": "Gkw2bxHpJ57QpYNuMmTwlQMLROaAUU6B+Pj1Lo0bc0g=", "/western_university.png": "6wbT1lM8A615LlViyhU89KiDo-nAg0MT-U+Sx8cByQY=",
"/who.png": "9hmW1wqo87Si9C6KYHkwGbgPRPxwmU7lfVnCw5nzL3s=", "/who.png": "onGomHmyXA6vFmEvdXeCIpqGrTIBL-o6VNKo+pyDRbU=",
"/womack.png": "Oaxz3l7c2d--Zvd2XY66k+dmtJQxa5fB4zv9ANnGRJY=", "/womack.png": "cR35MtUhGmRwnB-+tJ0ldUMI5NbLowqFdCmqTQaqvEE=",
"/NOR_brain.8180e2be.png": "6j24eKKnAutGWcRsgifs0f0jmKwdNJIKJbPnIDIUtKw=", "/NOR_brain.8180e2be.png": "lP71Xgz6QltN3AMaGbhdlwm-+WIkp7ZmE1+QLBFEO0M=",
"/aao.e6453830.png": "ZhUXC33dcOSBMiP5vcYuG-BBwoc+5ZaVZleGaoA2v6w=", "/aao.e6453830.png": "zpbsE+CHdS0HeJblXPtxB0Y++XRQ5stDNmTbdoV+PGU=",
"/acu_book.30a1dd62.jpg": "3QN7OeH0dUXq5mfKUyb7avQjrZIqnOA+GUAeq8Bk0Ts=", "/acu_book.30a1dd62.jpg": "qUE8+aKDHKm9la3OF85iKEwb8T3UKNjr5WruQKI5f5k=",
"/acupuncture_1.3adcf23a.jpg": "-Zqj5-32cEnv1EHvSBRrYAZAqiXC58foRDlJy9yN59U=", "/acupuncture_1.3adcf23a.jpg": "pZoOIwrTO8csL69-C8ZHeywBDKz9+aqJOVgpTiFWhF4=",
"/acupuncture_elements.93eac310.png": "zS-YkCT+AjH+t4yDbXHyLLkmq+VbrZIph-U3DErP2ik=", "/acupuncture_elements.93eac310.png": "swXtl22RHt4XLX0v41gbsktnS1o5C8Z6HIoh5D-Cve4=",
"/acupuncture_manuscript.0ccec078.jpg": "S3XzWWcvXOuCo+AVg6zEV5LJ+VUlnNhoDXaj2-T5MxA=", "/acupuncture_manuscript.0ccec078.jpg": "97uAMNkX31we+hHk7FfaIuN+BX0ZYPSiFCfiKQzZ2NI=",
"/at_still.e6af7e85.png": "vYpV282ugZ5XJDfh82cdj--vR3zziNMhxNasFUmLJAc=", "/at_still.e6af7e85.png": "bqRIVuPb0bfzZblCHCYiPazMpOevuymCEb8Lq6PigMc=",
"/at_still_university.5a3a6a72.jpg": "X+lJWIqd9i467zbybSBeKNbv8C3ZkPZZ4bEj8-b1Lyo=", "/at_still_university.5a3a6a72.jpg": "nfzHNOu9qs9YfFDkOdvzCi7lAGvM4sEwg-H4fFXJ2kY=",
"/auricular_accupuncture.3c3ce2ad.jpg": "MjGcqZmCEcjg-rrS1EOiIu+euMKDK8Mi0-CnaMYgl2A=", "/auricular_accupuncture.3c3ce2ad.jpg": "PzGtci0nT2L4PHK8q+3RvO5unDDwYGrZckfB8X-GuBk=",
"/chicago.912436ea.jpg": "WtNJkVFlXqAgFgfAX40MV3milTwmp3Qx6CsiRCF0nPY=", "/chicago.912436ea.jpg": "hMoKoexWf3mKPkX-j5PjggFhH4WT4D4Zlg9YnNMqHso=",
"/child_in_cast.a8df0f12.jpg": "FP-PMgjX1qG3DfEK3PCB5MN8ZktwH8p3+CozOv2YN-8=", "/child_in_cast.a8df0f12.jpg": "0Iv6Gfb9mg1kt2YLMbc6oFQqTUFohcLBVYaBsWuKp34=",
"/child_with_cold.70f479fc.jpg": "U0iul5rM87V5U3azHZf5KhIfyXIJyoA9lGCjgf7Xwgo=", "/child_with_cold.70f479fc.jpg": "KQX8FWtw2EMKR4IhlXBdrwscGShcLmSmEUVHBF+e+Xw=",
"/davenport_hospital.ee901121.png": "VHfqdgSzxLl45PfOt7yOXfaUWryJTSiCIfVC8iCicAs=", "/davenport_hospital.ee901121.png": "ftgT+ebKf5b85tgxL3gXAO2txSK-qyqVzZochlycSTc=",
"/doctor_back.208dfe1b.jpg": "IgDZjB-HyIC7OYnD76GhozFgeQmW4bJIu2doYWQhjVw=", "/doctor_back.208dfe1b.jpg": "cJeDIu2pspZgGXNjz6jet5eV-YxPUbLAXhZLljbRXVw=",
"/doctor_w_clipboard.2b47e91b.jpg": "qr5r2xFgR9JNi2ZVaR3lSEIqmP26vpjGX1CWC3nAsBE=", "/doctor_w_clipboard.2b47e91b.jpg": "o8ZSwz1WZerXgexXJvl9f9GlDPE7+joEKXbhD74KVcQ=",
"/down_syndrome.3a63e2ec.jpg": "4NFTQAOeijeNJ7f-+B1D0h-XBkIrmwPAynennJKQm7U=", "/down_syndrome.3a63e2ec.jpg": "h9QQnLrzQ1knaULjafwrWIJpKF0B8g5okqtDlz-+mic=",
"/dr_feely_headshot.a901f29b.png": "8Lj0NJWQ7PZrhmOVu0+4S9syqXsad4FTIcj1Ok3d0ks=", "/dr_feely_headshot.a901f29b.png": "LpaxZaN2Zs5eqa33+h9V1FYM1P5WuhsazWaYnBlby1I=",
"/dr_feely_headshot2.10f5c1e3.png": "awXAOlnwSWhISxZHN3vzetBw+qZ61zO+q1tJO5zbvRM=", "/dr_feely_headshot2.10f5c1e3.png": "gxTg2EjlYMvZNSPVkXrA4LgbvMKcNGixupfdgJLIchw=",
"/dr_still.fb4c7423.jpeg": "b5jkn8FFlGBVijtiCeHAraeddKDlXDbB65bKIYOejkk=", "/dr_still.fb4c7423.jpeg": "4bH58pnPJ8yGh0QPNTZWjyLGnHE8KJKUmEU7bmXwI88=",
"/dr_still_2.9f39a60f.jpg": "HBs6k5jhkGHldVWaEMivTL0xE5xWCqPBpXXVFAoLcYQ=", "/dr_still_2.9f39a60f.jpg": "m0WyvnxhVBg8z0fLYpYOhxSZvermXtK3MySgmbtnlhg=",
"/feelycenter.0e324ea0.png": "J2LJBI19nB4rzHrupyjFUAbkottkrhKRf5Sl8tNPROA=", "/feelycenter.0e324ea0.png": "nHi4wSHSakkAG1aIMMJ-yNMD3K6jLCXOIdSkQWF6fcw=",
"/indianapolis.cc2247fc.png": "klcooYOWYeVNJyfC7fS-wQR6vUw9jzEDtbbzmhACneg=", "/indianapolis.cc2247fc.png": "Us8+0EsDIM7mXwAS11ihdNbtA4ocBtU8YyrhtuXlEmM=",
"/infant.51100bb8.jpg": "NjccoZySslCJy8lCt39UemkiljUt6OG3RGzq0v8EXL8=", "/infant.51100bb8.jpg": "sn+SIRgKrTHbZjGS+I3n9XZRKBbWHeWK9ToF-iO4Ohw=",
"/logo.6d10b231.png": "-+BCgBIIgk2YfFDo6jVI6qAI2YdwVqCNURFB6NWfLZ4=", "/logo.6d10b231.png": "7v2bK2HuhzVQr05NCTcMzvLS7xBCcUq75-v-NKuS2FU=",
"/logo_lion.4ea2c983.png": "VEO8MzoZOtTwfE8pjlAeXZ4BWBRnkfapP5n57xmP8iU=", "/logo_lion.4ea2c983.png": "3z-In8HKBbO7b8m7wNAhUg6X5nORZEK9B8cspECxVoI=",
"/logo_small.47470946.png": "5KocBTm4e5rB1AqDpanaVjJk71MwbiTBm18jX-E2OOE=", "/logo_small.47470946.png": "h24kUTF9TsuouydKgGonz6MZa5w59RN-8wgZw7FQdAY=",
"/logo_unicorn.9ccec97a.png": "hcmihQEQlgse53s3xs5pil0DnkaBz-jk39xnl4qMZKY=", "/logo_unicorn.9ccec97a.png": "DNtv7XZ4QMFZ4tpIt2BrJ9ltZolRIWIdhtUF3l6d0R0=",
"/marian_university.4c53bc0e.png": "iVxKzajLK9mqey7l-+YS5erLY9m8mE2CPBPIQ9dq498=", "/midwestern_college.5ef4e4c0.png": "-hHynoL7IOkVdnlJJw+Lc56H1ybT0UCFrynLzcG4fhU=",
"/midwestern_college.5ef4e4c0.png": "18BMODgsffr8-vaEDwAHtRHqMMreft-6PSxpQlj2DSw=", "/nature.97e8e1ba.jpg": "7itOIXNlWSBxRlMTRmpgSeYmSxipH1iNWQbEtAua1N4=",
"/nature.97e8e1ba.jpg": "tyPV02xpLJxwkjLZ5-vzSeaXryM1gkEvE9HJjcx+gyc=", "/omm_logo.fe97dd6e.png": "Sy5kt2byIcu2ftqZl0WeuUfHGWs-1LFyXb6VvTPDEKg=",
"/omm_logo.fe97dd6e.png": "1+vTGYAFVgOVl95SsvX9WsdNe3GKYE7ZKTAELlpbh+8=", "/osteopathic_cranial_academy.8bf2f27f.png": "QufE1ylS1bA0BPHIiJMBKfPgehvD9S9NWImRyGwEpfo=",
"/osteopathic_cranial_academy.8bf2f27f.png": "j4nEK0ABUrnHuDP3WaZ5Ny--Dlp9dUjCJuZHw4TWJPw=", "/private_office.d375cc84.png": "aDabhwQ14toIeGALEUAWr1ONlUZkhYmLgHG89iLg2rg=",
"/private_office.d375cc84.png": "12KQAIgHGu5m9MDUgqyhLWebEAzO5D+cwLtPQdD16+U=", "/scalp_points.aba6a342.png": "YHLKtArmv+uHQIxJ2NlSHMEHrnToVvjZWyCYvPIH5hw=",
"/scalp_points.aba6a342.png": "-HZZOjSWi82TCjQZ5DXrR3trfnCqtmZzZK3tFT9kz3c=", "/sick_child.69edb23b.jpg": "txF4hTpjbBR+zruoVeqbew-UDAylTwrPOlL-J3U4k0Q=",
"/sick_child.69edb23b.jpg": "9SFL6xQL4JQcLn-IY4LiRBE8QdNURM0eSDQw4vSQ234=", "/stages_of_grief.676b31dd.png": "FhWrC2rX7yvBlXagflX2NmmmiApFSlbiWfiFpFI2tqo=",
"/stages_of_grief.676b31dd.png": "PzeHqTpcypn5k6c4ssZXKtHEF9qQrcwT2JKSU0sgdfk=", "/tcm_tests.ca375be0.png": "7vHUn51in7uqdSZ9jPGzu0eqyPMVS3PjnZligsWb9tc=",
"/tcm_tests.ca375be0.png": "5mJJXMx2Fa+5kEWnx-82Yu3pCAZRMwk9wBusEpOPOw8=", "/tivity.7e218e4c.png": "aoLnxXhEuEdGydra1hHvtlc9nCx6KOlzwgYpc0151B0=",
"/tivity.7e218e4c.png": "v3-CsrL6lNx1FuSj1qXqe-yVb90nPTbmQYsPl8PvP8k=", "/toshikatsu.67a010db.jpg": "hKdTg9sUGV8XkUAM+zrJtwPmbYoiM5eVZjkeYbePzVM=",
"/toshikatsu.67a010db.jpg": "1APJ7An6qI6ZFQLlEViWyXUijRpsiWnk39SnDvDBAw4=", "/truman-state.495710d0.jpeg": "dTqYzItAMFAo4nNoBS9DOfeGmwB-vfkJWRzyJJdp2Hw=",
"/truman-state.495710d0.jpeg": "JxmLI4ZkUZ4t+oNMSh7CaqNe12QDPh7ZHcoStSikRA8=", "/tuoro_university.7b052c15.png": "yoPolafdsXMs84Tvn+0KMdXMdwzoNtmQYfEpSSoL5eM=",
"/tuoro_university.7b052c15.png": "aazAxx53IGU8ifBHSA4ftWxgvNygGt0XG4D6B5iQVBw=", "/western_university.3d8d702d.png": "baZrZ5SUD+pfXdDCL0GpeDDKReFskWiy1uXuYTlP+j0=",
"/western_university.3d8d702d.png": "KD5twKlQy6HQrVYi1UEucNRaxV7hm-seidlTutIOAFo=", "/who.b328975e.png": "87KSQc6wWddlDIX30otDmeNeZpu209HG9pTO2EwIYbk=",
"/who.b328975e.png": "gHwktW8b4GwlyW7AuwLCKrqweIqQbmNZU5ftayt8vT0=", "/womack.ab11226f.png": "dOsIf1iu3znezleuKIMZYofsqtb-9LqsVUPyASyJJDw="
"/womack.ab11226f.png": "KxTWNtBadrqPPYYP1LEyC7PwvFN4sqzpVA6iBn3srH4="
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 214 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 720 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 512 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 994 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 270 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 580 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 712 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 999 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 347 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 397 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 657 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 754 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Some files were not shown because too many files have changed in this diff Show more