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 +++--- 6 files changed, 42 insertions(+), 42 deletions(-) (limited to 'src/components') 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)
}/>
-
-- cgit v1.2.3