diff --git a/src/components/sections/Experience.jsx b/src/components/sections/Experience.jsx
index 9e06d51..10f1961 100644
--- a/src/components/sections/Experience.jsx
+++ b/src/components/sections/Experience.jsx
@@ -1,6 +1,8 @@
import React, { useState, useEffect } from "react";
import clsx from "clsx";
import Tensorcrypt from "./Tensorcrypt";
+import Realtutor from "./Realtutor";
+import Webdev from './Webdev';
const Experience = () => {
const [currentSection, setCurrentSection] = useState(0);
@@ -14,13 +16,17 @@ const Experience = () => {
}, 250);
};
+ /**
+ * This could be done with React-router,
+ * However this makes the animations easier - no need to over complciate it.
+ */
const getText = (index) => {
if (index == 0) {
return
Tensorcrypt
14/04/2022
+Real Tutor
14/04/2022
+Web dev
+ A company that I founded to provide online affordable tutoring in a + series of subjects. I have and still am a private tutor and I wanted to + grow my services and provide tutoring to more people, so I made a + company where I could hire free lance tutors to teach subjects which I + myself cannot. +
+I made software to track students progress as well as students and tutors lessons, I used this to make sure I knew what all the students were doing and how they were doing.
++ I also work as a Free lance web developer, and I have worked on various + projects such as: +
++ I also make Web Applications, these are under the projects section. +
+