Skip to content

Commit

Permalink
Merge pull request #152 from Police-Data-Accessibility-Project/dev
Browse files Browse the repository at this point in the history
2023 website overhaul
  • Loading branch information
josh-chamberlain authored Dec 21, 2023
2 parents 13c44bb + 95c3229 commit fa7ebe6
Show file tree
Hide file tree
Showing 25 changed files with 2,966 additions and 2,618 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Head to [\#outreach](https://discord.com/channels/828274060034965575/85344222603

Test your changes **locally first**, if possible. Include **screenshots with your PR** if you're changing something visual.


### Setup

1. [Clone the repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository).
Expand All @@ -25,11 +24,6 @@ In your terminal:
5. `npm run build` to build the site for production.
6. `npm run preview` will boot up a local static web server that serves the files from dist at `http://localhost:4173`. It's an easy way to check if the production build looks OK in your local environment.

### Design System

This static site uses the npm package `pdap-design-system`, but because it's hosted as a static site, we add `package.json` and `package-lock.json` files to `.gitignore` so that DigitalOcean doesn't get confused.


### Staging

Merge into the `dev` branch, allow 5–30 minutes for the auto-deploy, and visit pdap.dev.
13 changes: 2 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8" />
<title>PDAP</title>
<link rel="icon" type="image/x-icon" href="./node_modules/pdap-design-system/public/images/favicon.png">
<meta
name="description"
content="The Police Data Accessibility Project: helping people find and use public data about the legal system."
Expand All @@ -21,7 +22,7 @@
"alternateName": "PDAP",
"description": "A non-profit organization helping people find and use public data about the legal system.",
"url": "https://pdap.io",
"logo": "https://pdap.io/node_modules/pdap-design-system/system/images/lockup.svg",
"logo": "node_modules/pdap-design-system/system/images/lockup.svg",
"sameAs": [
"https://www.guidestar.org/profile/85-4207132",
"https://www.linkedin.com/company/pdap/",
Expand Down Expand Up @@ -49,16 +50,6 @@
]
}
</script>
<link
href="node_modules/pdap-design-system/system/css/normalize.css"
rel="stylesheet"
type="text/css"
/>
<link
href="node_modules/pdap-design-system/system/css/global-styles.css"
rel="stylesheet"
type="text/css"
/>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css"
rel="stylesheet"
Expand Down
169 changes: 0 additions & 169 deletions jobs.html

This file was deleted.

Loading

0 comments on commit fa7ebe6

Please sign in to comment.