Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/update app name #362

Merged
merged 3 commits into from
Sep 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "epa-csb-client",
"name": "epa-csb-rebate-forms-app-client",
"version": "4.0.0",
"description": "U.S. EPA Clean School Bus data collection system (client app)",
"description": "U.S. EPA CSB Rebate Forms Application (client app)",
"homepage": ".",
"license": "CC0-1.0",
"author": "USEPA (https://www.epa.gov)",
Expand Down
16 changes: 8 additions & 8 deletions app/client/public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="U.S. EPA Clean School Bus Data Collection System"
content="U.S. EPA CSB Rebate Forms Application"
/>
<meta property="DC.creator" content="US EPA" />
<meta
property="DC.description"
content="U.S. EPA Clean School Bus Data Collection System"
content="U.S. EPA CSB Rebate Forms Application"
/>
<meta property="DC.date.created" content="2022-03-01" />
<meta property="DC.date.modified" content="2022-03-01" />
Expand All @@ -22,19 +22,19 @@
/>
<meta
property="DC.title"
content="Clean School Bus Data Collection System"
content="CSB Rebate Forms Application"
/>
<meta property="DC.type" content="Data and Tools" />
<meta property="og:site_name" content="US EPA" />
<meta property="og:type" content="website" />
<meta property="og:url" content="%PUBLIC_URL%/" />
<meta
property="og:title"
content="Clean School Bus Data Collection System | US EPA"
content="CSB Rebate Forms Application | US EPA"
/>
<meta
property="og:description"
content="U.S. EPA Clean School Bus Data Collection System"
content="U.S. EPA CSB Rebate Forms Application"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
Expand All @@ -43,11 +43,11 @@
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:description"
content="U.S. EPA Clean School Bus Data Collection System"
content="U.S. EPA CSB Rebate Forms Application"
/>
<meta
name="twitter:title"
content="Clean School Bus Data Collection System | US EPA"
content="CSB Rebate Forms Application | US EPA"
/>
<meta name="twitter:url" content="%PUBLIC_URL%/" />
<meta name="twitter:image:height" content="600" />
Expand Down Expand Up @@ -123,7 +123,7 @@
media="all"
href="https://www.epa.gov/themes/epa_theme/css/styles.css"
/>
<title>Clean School Bus Data Collection System | US EPA</title>
<title>CSB Rebate Forms Application | US EPA</title>
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
Expand Down
16 changes: 8 additions & 8 deletions app/client/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="U.S. EPA Clean School Bus Data Collection System"
content="U.S. EPA CSB Rebate Forms Application"
/>
<meta property="DC.creator" content="US EPA" />
<meta
property="DC.description"
content="U.S. EPA Clean School Bus Data Collection System"
content="U.S. EPA CSB Rebate Forms Application"
/>
<meta property="DC.date.created" content="2022-03-01" />
<meta property="DC.date.modified" content="2022-03-01" />
Expand All @@ -22,19 +22,19 @@
/>
<meta
property="DC.title"
content="Clean School Bus Data Collection System"
content="CSB Rebate Forms Application"
/>
<meta property="DC.type" content="Data and Tools" />
<meta property="og:site_name" content="US EPA" />
<meta property="og:type" content="website" />
<meta property="og:url" content="%PUBLIC_URL%/" />
<meta
property="og:title"
content="Clean School Bus Data Collection System | US EPA"
content="CSB Rebate Forms Application | US EPA"
/>
<meta
property="og:description"
content="U.S. EPA Clean School Bus Data Collection System"
content="U.S. EPA CSB Rebate Forms Application"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
Expand All @@ -43,11 +43,11 @@
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:description"
content="U.S. EPA Clean School Bus Data Collection System"
content="U.S. EPA CSB Rebate Forms Application"
/>
<meta
name="twitter:title"
content="Clean School Bus Data Collection System | US EPA"
content="CSB Rebate Forms Application | US EPA"
/>
<meta name="twitter:url" content="%PUBLIC_URL%/" />
<meta name="twitter:image:height" content="600" />
Expand Down Expand Up @@ -129,7 +129,7 @@
media="all"
href="https://www.epa.gov/themes/epa_theme/css/styles.css"
/>
<title>Clean School Bus Data Collection System | US EPA</title>
<title>CSB Rebate Forms Application | US EPA</title>
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
Expand Down
2 changes: 1 addition & 1 deletion app/client/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "EPA CSB",
"name": "U.S. EPA Clean School Bus Data Collection System",
"name": "U.S. EPA CSB Rebate Forms Application",
"icons": [
{
"src": "https://www.epa.gov/themes/epa_theme/images/favicon.ico",
Expand Down
4 changes: 2 additions & 2 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "epa-csb",
"name": "epa-csb-rebate-forms-app",
"version": "4.0.0",
"description": "U.S. EPA Clean School Bus data collection system",
"description": "U.S. EPA CSB Rebate Forms Application",
"license": "CC0-1.0",
"author": "USEPA (https://www.epa.gov)",
"contributors": [
Expand Down
16 changes: 13 additions & 3 deletions app/server/app/public/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Clean School Bus Data Collection System | US EPA</title>
<title>CSB Rebate Forms Application | US EPA</title>
<style>
p {
font-family: sans-serif;
text-align: center;
}
</style>
</head>
<body>
<p>(Page to be replaced via client app build)</p>
<!-- NOTE: This page will be replaced via client app build -->
<p>
The CSB Rebate Forms Application is currently down for scheduled
maintenance. Please check back soon.
</p>
</body>
</html>
4 changes: 2 additions & 2 deletions app/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "epa-csb-server",
"name": "epa-csb-rebate-forms-app-server",
"version": "4.0.0",
"description": "U.S. EPA Clean School Bus data collection system (server app)",
"description": "U.S. EPA CSB Rebate Forms Application (server app)",
"license": "CC0-1.0",
"author": "USEPA (https://www.epa.gov)",
"contributors": [
Expand Down
Loading