From a3ac66012bf7e5099e80c6e224cc5069c9f44142 Mon Sep 17 00:00:00 2001 From: realtradam Date: Wed, 19 Jun 2024 21:15:05 -0400 Subject: add markdown processing and start working on homepage --- src/components/Game.tsx | 2 +- src/components/Home.tsx | 14 ++++++------- src/md/main.md | 53 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 60 insertions(+), 9 deletions(-) create mode 100644 src/md/main.md (limited to 'src') diff --git a/src/components/Game.tsx b/src/components/Game.tsx index 89c8333..7ab05f6 100644 --- a/src/components/Game.tsx +++ b/src/components/Game.tsx @@ -28,7 +28,7 @@ export default function Games () { -
+
-
Work In Progress
+
Welcome
-
-

API at: { import.meta.env.VITE_API_TITLE }

-

-Ea optio vitae culpa voluptatem consectetur. Ab quisquam sed ipsum. Perspiciatis minus odit quas qui consequuntur dicta reiciendis a. Nihil minima sed aliquam. -

-
-
+
+ +
diff --git a/src/md/main.md b/src/md/main.md new file mode 100644 index 0000000..7c1712b --- /dev/null +++ b/src/md/main.md @@ -0,0 +1,53 @@ +# 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