Skip to content

Commit

Permalink
updated about page to pull from AML
Browse files Browse the repository at this point in the history
  • Loading branch information
donnyr5 committed Sep 10, 2024
1 parent 551dd00 commit 4ce58ed
Show file tree
Hide file tree
Showing 9 changed files with 19,295 additions and 13,693 deletions.
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"license": "AGPL-3.0",
"author": "Daily Bruin Online <[email protected]>",
"scripts": {
"start": "gatsby develop --open -p 1234",
"build": "gatsby build",
"serve": "gatsby serve",
"build:prefix-paths": "gatsby build --prefix-paths",
"start": "NODE_OPTIONS=--openssl-legacy-provider gatsby develop --open -p 1234",
"build": "NODE_OPTIONS=--openssl-legacy-provider gatsby build",
"serve": "NODE_OPTIONS=--openssl-legacy-provider gatsby serve",
"build:prefix-paths": "NODE_OPTIONS=--openssl-legacy-provider gatsby build --prefix-paths",
"deploy": "docker build -t dailybruin/prilusby:latest . && docker push dailybruin/prilusby"
},
"keywords": [
Expand All @@ -17,9 +17,11 @@
"daily bruin"
],
"dependencies": {
"@babel/core": "7.14.6",
"@babel/plugin-transform-spread": "^7.12.1",
"@dailybruin/gatsby-source-kerckhoff": "1.1.1",
"@dailybruin/lux": "1.15.0",
"@fortawesome/fontawesome-svg-core": "^1.2.20",
"@fortawesome/react-fontawesome": "^0.1.4",
"@types/react": "16.9.2",
"crypto": "^1.0.1",
Expand All @@ -44,10 +46,14 @@
"react-rectangle": "^1.3.3",
"react-social-icons": "^4.1.0",
"react-typography": "0.16.19",
"sharp": "^0.33.5",
"slugify": "1.3.5",
"typography": "0.16.19"
},
"devDependencies": {
"prettier": "1.18.2"
},
"resolutions": {
"sharp": "0.33.5"
}
}
Binary file removed src/images/Kate_Green_Photo.png
Binary file not shown.
Binary file removed src/images/Kate_Green_Signature.png
Binary file not shown.
Binary file removed src/images/Martin_Sevcik_Photo.jpg
Binary file not shown.
Binary file removed src/images/Martin_Sevcik_Signature.png
Binary file not shown.
Binary file removed src/images/Maya_O_Kelly_Photo.png
Binary file not shown.
Binary file removed src/images/Maya_O_Kelly_Signature.png
Binary file not shown.
Loading

0 comments on commit 4ce58ed

Please sign in to comment.