Skip to content

Commit

Permalink
style updates
Browse files Browse the repository at this point in the history
  • Loading branch information
notsidney committed Nov 24, 2022
1 parent 5418b42 commit 54900af
Show file tree
Hide file tree
Showing 22 changed files with 880 additions and 459 deletions.
9 changes: 6 additions & 3 deletions index.html
Expand Up @@ -20,7 +20,10 @@

<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, viewport-fit=cover"
/>
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="16x16" href="/img/icon16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/img/icon32.png" />
Expand All @@ -38,7 +41,7 @@
<meta
property="og:description"
content="
Quickly download NSW HSC past exam papers, marking guidelines,
Quickly find NSW HSC past exam papers, marking guidelines,
notes from the marking centre, and more for free. Not affiliated with NESA.
"
/>
Expand All @@ -51,7 +54,7 @@
<meta
name="Description"
content="
Quickly download NSW HSC past exam papers, marking guidelines,
Quickly find NSW HSC past exam papers, marking guidelines,
notes from the marking centre, and more for free. Not affiliated with NESA.
"
/>
Expand Down
15 changes: 15 additions & 0 deletions manifest.json
@@ -0,0 +1,15 @@
{
"name": "HSC Past Papers",
"icons": [
{
"src": "img/icon192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "img/icon512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}
26 changes: 19 additions & 7 deletions package.json
Expand Up @@ -12,23 +12,35 @@
"prepare": "husky install"
},
"dependencies": {
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@iconicicons/react": "^1.5.1",
"axios": "^1.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^16",
"react-dom": "^16"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/react": "^16",
"@types/react-dom": "^16",
"@vitejs/plugin-react": "^2.2.0",
"husky": "^8.0.2",
"lint-staged": "^13.0.3",
"postcss-preset-env": "^7.8.3",
"prettier": "2.8.0",
"vite": "^3.2.3"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"postcss": {
"plugins": {
"postcss-preset-env": {
"features": {
"oklab-function": {
"subFeatures": {
"displayP3": false
}
}
}
}
}
}
}

0 comments on commit 54900af

Please sign in to comment.