moved website into its own folder
34
.gitignore
vendored
|
@ -1,38 +1,38 @@
|
||||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
/node_modules
|
website/node_modules
|
||||||
/.pnp
|
website/.pnp
|
||||||
.pnp.js
|
website/.pnp.js
|
||||||
|
|
||||||
# testing
|
# testing
|
||||||
/coverage
|
website/coverage
|
||||||
|
|
||||||
# next.js
|
# next.js
|
||||||
/.next/
|
website/.next/
|
||||||
/out/
|
website/out/
|
||||||
|
|
||||||
# production
|
# production
|
||||||
/build
|
website/build
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
.DS_Store
|
website/.DS_Store
|
||||||
*.pem
|
website/*.pem
|
||||||
|
|
||||||
# debug
|
# debug
|
||||||
npm-debug.log*
|
website/npm-debug.log*
|
||||||
yarn-debug.log*
|
website/yarn-debug.log*
|
||||||
yarn-error.log*
|
website/yarn-error.log*
|
||||||
|
|
||||||
# local env files
|
# local env files
|
||||||
.env*.local
|
webiste/.env*.local
|
||||||
|
|
||||||
# vercel
|
# vercel
|
||||||
.vercel
|
webiste/.vercel
|
||||||
|
|
||||||
# typescript
|
# typescript
|
||||||
*.tsbuildinfo
|
webiste/*.tsbuildinfo
|
||||||
next-env.d.ts
|
webiste/next-env.d.ts
|
||||||
|
|
||||||
# private assets
|
# private assets
|
||||||
private
|
webiste/private
|
||||||
|
|
1704
pocketbase/CHANGELOG.md
Normal file
17
pocketbase/LICENSE.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
The MIT License (MIT)
|
||||||
|
Copyright (c) 2022 - present, Gani Georgiev
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
|
||||||
|
and associated documentation files (the "Software"), to deal in the Software without restriction,
|
||||||
|
including without limitation the rights to use, copy, modify, merge, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software
|
||||||
|
is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all copies or
|
||||||
|
substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
|
||||||
|
BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||||
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
||||||
|
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
BIN
pocketbase/pb_data/data.db
Normal file
BIN
pocketbase/pb_data/data.db-shm
Normal file
0
pocketbase/pb_data/data.db-wal
Normal file
BIN
pocketbase/pb_data/logs.db
Normal file
BIN
pocketbase/pb_data/logs.db-shm
Normal file
BIN
pocketbase/pb_data/logs.db-wal
Normal file
17513
pocketbase/pb_data/types.d.ts
vendored
Normal file
BIN
pocketbase/pocketbase
Executable file
BIN
pocketbase_0.17.6_linux_amd64.zip
Normal file
1
supabase
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 1e7840e886c14c41d954e215e3a727a0942b8e2c
|
|
@ -45,9 +45,6 @@ const Accomplishments = () => {
|
||||||
<i>National Director of Quality Management</i> at
|
<i>National Director of Quality Management</i> at
|
||||||
American WholeHealth.
|
American WholeHealth.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<i>President</i> of Rhema Medical Associates.
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -60,16 +57,24 @@ const Accomplishments = () => {
|
||||||
<div className="p-6">
|
<div className="p-6">
|
||||||
<h3 className="font-bold ">Board Certifications</h3>
|
<h3 className="font-bold ">Board Certifications</h3>
|
||||||
<ul className="list-[square] ml-8">
|
<ul className="list-[square] ml-8">
|
||||||
<li>American Board of Medical Acupuncture.</li>
|
<li>American Board of Medical Acupuncture</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
American Board of Independent Medical Examiners{" "}
|
||||||
|
{"(CIME)"}
|
||||||
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
American Board of Quality Assurance and Utilization
|
American Board of Quality Assurance and Utilization
|
||||||
Review Physicians.
|
Review Physicians
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
American Osteopathic Board of Special Proficiency in
|
American Osteopathic Board of Special Proficiency in
|
||||||
Manipulative Medicine.
|
Manipulative Medicine
|
||||||
</li>
|
</li>
|
||||||
<li>American Board of Osteopathic Family Practice.</li>
|
|
||||||
|
<li>American Board of Osteopathic Family Practice</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
|
@ -7,7 +7,7 @@ const ClinicalPhilosophy = () => {
|
||||||
<div className="before:absolute lg:before:content-textAccent3 before:z-[-1] before:-left-16 before:-top-8">
|
<div className="before:absolute lg:before:content-textAccent3 before:z-[-1] before:-left-16 before:-top-8">
|
||||||
<h2 className="font-cormorant text-6xl mb-4 text-center">
|
<h2 className="font-cormorant text-6xl mb-4 text-center">
|
||||||
A <span className="text-secondary-500">unique</span> approach to
|
A <span className="text-secondary-500">unique</span> approach to
|
||||||
medicine, since 1981.
|
medicine.
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
5
website/next-env.d.ts
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
/// <reference types="next" />
|
||||||
|
/// <reference types="next/image-types/global" />
|
||||||
|
|
||||||
|
// NOTE: This file should not be edited
|
||||||
|
// see https://nextjs.org/docs/basic-features/typescript for more information.
|
BIN
website/private/AAOJ_June2020 NOR.pdf
Normal file
BIN
website/private/IMG_0311.jpg
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
website/private/IMG_0318.jpg
Normal file
After Width: | Height: | Size: 850 KiB |
BIN
website/private/RAF-CV 7-2023.pdf
Normal file
BIN
website/private/dr_feely_cutout.png
Normal file
After Width: | Height: | Size: 17 MiB |
BIN
website/private/dr_feely_cutout_headshot.png
Normal file
After Width: | Height: | Size: 8.4 MiB |
BIN
website/private/dr_feely_cutout_headshot.xcf
Normal file
BIN
website/private/dr_feely_portrait.jpg
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
website/private/feely_logo_dark_transparent.png
Normal file
After Width: | Height: | Size: 7.2 KiB |
BIN
website/private/franciscan.jpg
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
website/private/malta.gif
Normal file
After Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 466 KiB After Width: | Height: | Size: 466 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 609 B After Width: | Height: | Size: 609 B |
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 51 KiB |