Skip to content

Commit

Permalink
Added cookie banner, redesigned mobile view.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Sep 4, 2023
1 parent b102c11 commit 0b42abc
Show file tree
Hide file tree
Showing 23 changed files with 2,327 additions and 4,674 deletions.
23 changes: 4 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,14 @@
This iconic web font was used extensively around the site.
-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<link rel="shortcut icon" href="favicon.ico" />
<link type="text/css" rel="stylesheet" href="/css/reset.css" />
<link type="text/css" rel="stylesheet" href="/css/font-awesome.css" />
<link type="text/css" rel="stylesheet" href="/css/index.css" />

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<link rel="shortcut icon" href="favicon.ico" />
<link type="text/css" rel="stylesheet" href="/css/reset.css" />
<meta name="google-site-verification" content="bVuuj6GwPO2TG1ZmB67XFvKxM0YSMrQIw5rYcG5RwVw" />
</head>
<body>
<div id="root"></div>
<div id="banner"></div>
<script type="module" src="/src/main.tsx"></script>
<script type="text/javascript">

const _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19303815-1']);
_gaq.push(['_trackPageview']);

(function() {
const ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' === document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
const s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
</body>
</html>
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-lazy-load-image-component": "^1.6.0",
"react-ga": "^3.3.1",
"react-router": "^6.14.0",
"react-router-dom": "^6.14.0",
"react-router-hash-link": "^2.4.3"
Expand All @@ -24,9 +28,12 @@
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"postcss": "^8.4.26",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^4.3.9"
}
Expand Down
Loading

0 comments on commit 0b42abc

Please sign in to comment.