Skip to content

Commit

Permalink
chore: rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
weaponsforge committed Sep 27, 2024
1 parent b62e5c0 commit 7f7d420
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## climate-profile-full
## gsites-components

This project creates rich CSS-styled blog-like **Posts** or **Card-like** thumbnail web pages for embedding in Google Sites as external websites.

Expand All @@ -7,10 +7,10 @@ It also features a lightweight Content Management System (CMS) for creating and
### Online App Demo

#### Production App
https://weaponsforge.github.io/climate-profile-full/
https://weaponsforge.github.io/gsites-components/

#### Development (Playground) App
https://climate-profile-dev.web.app/
https://gsites-components.web.app/

```
EXAMPLE USER (Development App Only)
Expand All @@ -29,7 +29,7 @@ password: useruser
Google Sites Sample Web page:<br>
https://sites.google.com/view/gsites-embed-app/home

![gsites-embed-03-ez-optimized](https://github.com/weaponsforge/climate-profile-full/assets/56998001/21c07402-904d-4e41-9988-9108c8c683cc)
![gsites-embed-03-ez-optimized](https://github.com/weaponsforge/gsites-components/assets/56998001/21c07402-904d-4e41-9988-9108c8c683cc)

### B. Embed a Full Page Containing a Group of File Cards

Expand All @@ -42,7 +42,7 @@ https://sites.google.com/view/gsites-embed-app/home
Google Sites Sample Web page:<br>
https://sites.google.com/view/gsites-embed-app/full-page

![gsites-full-embed-ez](https://github.com/weaponsforge/climate-profile-full/assets/56998001/dce2c297-3e3d-4073-a9f2-5f51a2590a91)
![gsites-full-embed-ez](https://github.com/weaponsforge/gsites-components/assets/56998001/dce2c297-3e3d-4073-a9f2-5f51a2590a91)

## Requirements

Expand Down Expand Up @@ -82,7 +82,7 @@ https://sites.google.com/view/gsites-embed-app/full-page
## Installation

1. Clone this repository.<br>
`git clone https://github.com/weaponsforge/climate-profile-full.git`
`git clone https://github.com/weaponsforge/gsites-components.git`

2. Install dependencies in the **/client** and **/server** directories.<br>
```
Expand Down
6 changes: 3 additions & 3 deletions client/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## climate-profile-full
## gsites-components

Testing display of all related content based on a URL query string.

Expand All @@ -15,10 +15,10 @@ Testing display of all related content based on a URL query string.
### Online Demo

#### Production App
https://weaponsforge.github.io/climate-profile-full/
https://weaponsforge.github.io/gsites-components/

#### Development App
https://climate-profile-dev.web.app/
https://gsites-components.web.app/

```
EXAMPLE USER (Development App Only)
Expand Down
4 changes: 2 additions & 2 deletions client/features/cms/components/layout/admindrawer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ function Copyright(props) {
return (
<Typography variant="body2" color="text.secondary" align="center" {...props}>
{'Copyright © '}
<Link color="inherit" href="https://weaponsforge.github.io/climate-profile-full/">
climate-profile-full
<Link color="inherit" href="https://weaponsforge.github.io/gsites-components/">
gsites-components
</Link>{' '}
{new Date().getFullYear()}
{'.'}
Expand Down
4 changes: 2 additions & 2 deletions server/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## /climate-profile-full/server
## /gsites-components/server

Server-side APIs and utilities for the **climate-profile-full** app.
Server-side APIs and utilities for the **gsites-components** app.

### Dependencies

Expand Down

0 comments on commit 7f7d420

Please sign in to comment.