From 41022fd07807d68974097191dc70f9025d7b76e8 Mon Sep 17 00:00:00 2001 From: realtradam Date: Sat, 22 Jun 2024 19:39:23 -0400 Subject: make styling consistant across site --- src/components/Apps.tsx | 33 ++++++++++++--------------- src/components/Game.tsx | 4 ++-- src/components/GameCard.tsx | 6 ++--- src/components/Games.tsx | 8 +------ src/components/Home.tsx | 27 ++++++++++++++-------- src/components/Layout.tsx | 6 ++--- src/index.css | 4 ++++ src/md/apps_gameholster.md | 5 ++++ src/md/apps_moresoon.md | 3 +++ src/md/home_education.md | 13 +++++++++++ src/md/home_projects.md | 22 ++++++++++++++++++ src/md/home_workexperience.md | 10 ++++++++ src/md/main.md | 53 ------------------------------------------- 13 files changed, 99 insertions(+), 95 deletions(-) create mode 100644 src/md/apps_gameholster.md create mode 100644 src/md/apps_moresoon.md create mode 100644 src/md/home_education.md create mode 100644 src/md/home_projects.md create mode 100644 src/md/home_workexperience.md diff --git a/src/components/Apps.tsx b/src/components/Apps.tsx index 7ecb58a..0035c6b 100644 --- a/src/components/Apps.tsx +++ b/src/components/Apps.tsx @@ -1,8 +1,6 @@ -//import { useState, useEffect } from "react"; -//import { Link } from "react-router-dom"; -//import GameCard from "./GameCard"; -//import Button from "./Button"; -//import { GameType } from "../types"; +import { ReactComponent as GameHolsterMD } from '../md/apps_gameholster.md'; +import { ReactComponent as MoreSoonMD } from '../md/apps_moresoon.md'; + export default function Apps () { @@ -11,20 +9,19 @@ export default function Apps () { return( <> -
-
-
Apps
-
-
-
-
-
-

Game Holster

-

This is a work in progress thingie

-

talk about your app here

+
+
Apps
+
+
+ +
+
+
+
+ +
+
-
-
); } diff --git a/src/components/Game.tsx b/src/components/Game.tsx index 7ab05f6..f8d6e9f 100644 --- a/src/components/Game.tsx +++ b/src/components/Game.tsx @@ -28,9 +28,9 @@ export default function Games () {
-
+
diff --git a/src/components/GameCard.tsx b/src/components/GameCard.tsx index 1f5e766..49f2cf7 100644 --- a/src/components/GameCard.tsx +++ b/src/components/GameCard.tsx @@ -1,5 +1,5 @@ //import React from "react"; -//import { Link } from "react-router-dom"; +import { Link } from "react-router-dom"; import { GameCardProps } from "../types"; //game = { @@ -13,7 +13,7 @@ export default function GameCard ({ link, game }: GameCardProps) return ( <> - +
@@ -21,7 +21,7 @@ export default function GameCard ({ link, game }: GameCardProps)
-
+ ); } diff --git a/src/components/Games.tsx b/src/components/Games.tsx index fd7692e..fb9f88c 100644 --- a/src/components/Games.tsx +++ b/src/components/Games.tsx @@ -24,18 +24,12 @@ export default function Games () { return( <> -
-
Games
-
-
-
-
+
Games
{ allGames }
-
); } diff --git a/src/components/Home.tsx b/src/components/Home.tsx index 1dbc574..be778ae 100644 --- a/src/components/Home.tsx +++ b/src/components/Home.tsx @@ -1,20 +1,29 @@ import { ReactComponent as HomeMD } from '../md/main.md'; +import { ReactComponent as WorkExperienceMD } from '../md/home_workexperience.md'; +import { ReactComponent as ProjectsMD } from '../md/home_projects.md'; +import { ReactComponent as EducationMD } from '../md/home_education.md'; export default function Home () { return( <> -
-
+
Welcome
-
-
-
- +
+
+ +
+
+
+
+ +
+
+
+
+ +
-
-
-
); } diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index fd50710..87b7a20 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -63,9 +63,9 @@ export default function Layout ({userData}: userData)
}/>
-
diff --git a/src/index.css b/src/index.css index ff3ab22..6396fdb 100644 --- a/src/index.css +++ b/src/index.css @@ -11,6 +11,10 @@ } */ +.w-full-after div { + width: 100%; +} + @keyframes sidebar-enter { from { left: -16rem; diff --git a/src/md/apps_gameholster.md b/src/md/apps_gameholster.md new file mode 100644 index 0000000..bc11f88 --- /dev/null +++ b/src/md/apps_gameholster.md @@ -0,0 +1,5 @@ +# Game Holster + +this is a work in progress thingie + +put more yap here diff --git a/src/md/apps_moresoon.md b/src/md/apps_moresoon.md new file mode 100644 index 0000000..f55cf94 --- /dev/null +++ b/src/md/apps_moresoon.md @@ -0,0 +1,3 @@ +# More Coming Soon... + +### I have many more apps planned and will update this as they are completed. Check back soon! diff --git a/src/md/home_education.md b/src/md/home_education.md new file mode 100644 index 0000000..ac76b19 --- /dev/null +++ b/src/md/home_education.md @@ -0,0 +1,13 @@ +# Education + +## Toronto Metropolitan University +**Bachelor of Computer Science - 2015**-**2021** + +- blah blah add some stuff here +- yadda yadda + +## Programming Courses +**2013-2015** + +- Took some programming courses in High School with a passionate and amazing teacher +- Learned fundamental and foundational skills which led to my success with learning problem solving in programming. diff --git a/src/md/home_projects.md b/src/md/home_projects.md new file mode 100644 index 0000000..5bae8be --- /dev/null +++ b/src/md/home_projects.md @@ -0,0 +1,22 @@ +# Projects + +## Game Holster - Ruby on Rails + React +**Web App for Uploading and Hosting Web Games - 2024**-**Present** + +- Still a WIP +- Frontend is temporarily this page for now +- its gonna have its own thing eventually + +## Some other project +**its a thing** + +- yap +- yap +- yap + +## Some third project +**its a thing** + +- yap +- yap +- yap diff --git a/src/md/home_workexperience.md b/src/md/home_workexperience.md new file mode 100644 index 0000000..d8b5508 --- /dev/null +++ b/src/md/home_workexperience.md @@ -0,0 +1,10 @@ +# Work Experience + +## IFSE - Developer/IT + +**June 12, 2023 - Present** +- Validated website migration project +- Assisted with meeting compliance for Cyber Security Canada Certification + - Patched and modified main WordPress website in order to reach security compliance(according to ZAP scanner) + - Administrated computers and servers company wide to ensure compliance +- add waaaaaay more yap diff --git a/src/md/main.md b/src/md/main.md index 7c1712b..e69de29 100644 --- a/src/md/main.md +++ b/src/md/main.md @@ -1,53 +0,0 @@ -# Work Experience - -## IFSE - Developer/IT - -**June 12, 2023 - Present** -- Validated website migration project -- Assisted with meeting compliance for Cyber Security Canada Certification - - Patched and modified main WordPress website in order to reach security compliance(according to ZAP scanner) - - Administrated computers and servers company wide to ensure compliance -- add waaaaaay more yap - ---- - -# Projects - -## Game Holster - Ruby on Rails + React -**Web App for Uploading and Hosting Web Games - 2024**-**Present** - -- Still a WIP -- Frontend is temporarily this page for now -- its gonna have its own thing eventually - -## Some other project -**its a thing** - -- yap -- yap -- yap - -## Some third project -**its a thing** - -- yap -- yap -- yap - ---- - -# Education - -## Toronto Metropolitan University -**Bachelor of Computer Science - 2015**-**2021** - -- blah blah add some stuff here -- yadda yadda - -## Programming Courses -**2013-2015** - -- Took some programming courses in High School with a passionate and amazing teacher -- Learned fundamental and foundational skills which led to my success with learning problem solving in programming. - ---- -- cgit v1.2.3