Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscarrollsmith committed Mar 17, 2024
2 parents fd4f373 + bcbca3d commit 6404970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The business website of Promptly Technologies, LLC is designed in the style of a

## Structure and customization

The entry points of the site, of course, are `index.html`, `main.tsx`, and `App.tsx`, as is traditional in React + Typescript architecture. The site consists of two pages, `Home` and `Legal`. The former hosts the core of the site, while the latter hosts the privacy policy. The Home consists of a `Hero` section (the "cover" of our comic book), a `Story` section (the comic strips), a `Bookings` section for users to consultations (roughly analogous to the subscription page in an old-timey comic book), and `Credits` section (really our "Team" section but presented in the style of comic book credits).
The entry points of the site, of course, are `index.html`, `main.tsx`, and `App.tsx`, as is traditional in React + Typescript architecture. The site consists of two pages, `Home` and `Legal`. The former hosts the core of the site, while the latter hosts the privacy policy. The Home consists of a `Hero` section (the "cover" of our comic book), a `Story` section (the comic strips), a `Bookings` section for users to book consultations (roughly analogous to the subscription page in an old-timey comic book), and `Credits` section (really our "Team" section but presented in the style of comic book credits).

Some of the metadata and content of the site is controlled from JSON files in the `src/customizations` folder. You can add new social profiles here, and also change the text that appears in the hero section.

Expand All @@ -19,4 +19,4 @@ If you find a bug or have a feature request, please open an issue on Github. If
## To-do

- [ ] Create a Promptly Github profile page.
- [ ] Add more socials.
- [ ] Add more socials.

0 comments on commit 6404970

Please sign in to comment.