diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..600d2d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode \ No newline at end of file diff --git a/client/src/App.js b/client/src/App.js index 7407fec..5ef8b7e 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -15,6 +15,7 @@ import { useLoginContext } from './Structures/UserContext'; import NotFound from './pages/NotFound'; import Upload from './pages/Upload'; import { UnauthedRoute } from './Routes/Unauthed'; +import { Helmet } from 'react-helmet'; const User = ({user}) => { return ( @@ -81,6 +82,10 @@ function App() { return (
I can work with various ...thingsā¢
I'm most proficient with JS within the Node environment as it's the one I've worked with the longest,
- though I can work well within any JS environment now. When working on Node projects I most commonly use MongoDB and MariaDB if needed. Web apis I write using Express.
+ though I can work well within any JS environment now. When working on Node projects I most commonly use MongoDB and MariaDB if needed.
+ Web APIs I write using Express.
@@ -55,7 +56,11 @@ const Home = () => {
I've also dabbled in writing the occasional C# and Java project, - I can hold my own when using these languages but would not consider myself proficient with them. + I can hold my own when using these languages but would not consider myself proficient with them. +
+ ++ Honorary mentions to Lua and Python, both of which I can use well but don't really use much in practise.