Skip to content

Commit

Permalink
add gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
q9f committed Oct 17, 2023
1 parent 7df2bd3 commit 8b24b71
Show file tree
Hide file tree
Showing 7 changed files with 276 additions and 4 deletions.
161 changes: 160 additions & 1 deletion package-lock.json

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

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@
"latex.css": "^1.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-grid-gallery": "^1.0.1-alpha.0",
"react-helmet": "^6.1.0",
"react-modal": "^3.16.1",
"react-toggle-dark-mode": "^1.1.1"
"react-responsive": "^9.0.2",
"react-toggle-dark-mode": "^1.1.1",
"yet-another-react-lightbox": "^3.14.0"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
Expand Down
1 change: 1 addition & 0 deletions src/images/images.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/pages/conduct.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as React from "react"
import { Link } from "gatsby"

const pageStyles = {
color: "#232129",
Expand Down
1 change: 0 additions & 1 deletion src/pages/decentralization.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as React from "react"
import { Link } from "gatsby"

const pageStyles = {
color: "#232129",
Expand Down
Loading

0 comments on commit 8b24b71

Please sign in to comment.