diff --git a/src/components/pages/Front.page.jsx b/src/components/pages/Front.page.jsx index 70ff9ed..49e0243 100644 --- a/src/components/pages/Front.page.jsx +++ b/src/components/pages/Front.page.jsx @@ -12,7 +12,7 @@ import AppearText from '../text/AppearText'; import Cdiv from '../core/Cdiv'; import FadeComponent from '../core/FadeComponent'; import Introduction from '../sections/Introduction'; -import Skills from '../sections/Skills'; +import Skills from '../sections/Experience'; //============================================================ // Component @@ -29,21 +29,21 @@ const FrontPage = () => { diff --git a/src/components/sections/Skills.jsx b/src/components/sections/Experience.jsx similarity index 86% rename from src/components/sections/Skills.jsx rename to src/components/sections/Experience.jsx index 4d2c89b..72b9abc 100644 --- a/src/components/sections/Skills.jsx +++ b/src/components/sections/Experience.jsx @@ -1,12 +1,12 @@ import React from 'react'; -const Skills = () => { +const Experience = () => { return (

- Skills + Experience

@@ -14,4 +14,4 @@ const Skills = () => {
); }; -export default Skills; +export default Experience; diff --git a/src/components/sections/Introduction.jsx b/src/components/sections/Introduction.jsx index 603ab7d..8c42f44 100644 --- a/src/components/sections/Introduction.jsx +++ b/src/components/sections/Introduction.jsx @@ -1,18 +1,48 @@ import React from 'react'; +import { Link } from 'react-router-dom'; const Introduction = () => { return ( -
+
-
-

Hi, I'm John

-
-

+

+

Hi, I'm John

+

I am a BSc Computer Science student who loves to program. I a most intrested in full-stack development - taking an idea all the way to the end and creating a full application, I love working as part of a team and making project with friends. I am also - a Linux Enthusiat and I run Garuda Linux as my main OS on all my machines. + a Linux Enthusiat and I run Garuda Linux as my main OS on all my machines. Furthermore, + I am a private tutor for GCSE and A-level Maths and Computer Science.

+

+ I have worked on an extensive number of projects, such as making my own tutoring company + whilst at university, creating a web based revision application for my students, and + creating the frontend for a{' '} + + secure datasharing startup. + +

+

Technologies I work with:

+
+
    +
  • JavaScript / TypeScript
  • +
  • Both frontend and backend
  • +
  • Node.js
  • +
  • Golang
  • +
  • React
  • +
  • PostgreSQL
  • +
  • Including hosting and managing my own databases
  • +
+
    +
  • Linux Management
  • +
  • I have hosted and managed several linux servers
  • +
  • MongoDB
  • +
  • Java
  • +
  • Wordpress
  • +
+