moved website into its own folder

This commit is contained in:
Noah Swerhun 2023-08-22 09:57:10 -05:00
parent 3c91f6138e
commit 4f2f4b4615
59 changed files with 19270 additions and 25 deletions

34
.gitignore vendored
View file

@ -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

File diff suppressed because it is too large Load diff

17
pocketbase/LICENSE.md Normal file
View 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

Binary file not shown.

Binary file not shown.

View file

BIN
pocketbase/pb_data/logs.db Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

17513
pocketbase/pb_data/types.d.ts vendored Normal file

File diff suppressed because it is too large Load diff

BIN
pocketbase/pocketbase Executable file

Binary file not shown.

Binary file not shown.

1
supabase Submodule

@ -0,0 +1 @@
Subproject commit 1e7840e886c14c41d954e215e3a727a0942b8e2c

View file

@ -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>

View file

@ -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
View 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.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 850 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 MiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
website/private/malta.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

View file

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View file

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

View file

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 58 KiB

View file

Before

Width:  |  Height:  |  Size: 466 KiB

After

Width:  |  Height:  |  Size: 466 KiB

View file

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View file

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 2 KiB

View file

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View file

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

View file

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View file

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

Before

Width:  |  Height:  |  Size: 609 B

After

Width:  |  Height:  |  Size: 609 B

View file

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 51 KiB