From 1d1f332810f4140bc49aff2c572389259dcfa766 Mon Sep 17 00:00:00 2001 From: hector Date: Fri, 5 Apr 2024 00:11:09 -0600 Subject: [PATCH] Deleted Data science section --- src/components/Skills.tsx | 196 ++++++++++++++++++++------------------ 1 file changed, 102 insertions(+), 94 deletions(-) diff --git a/src/components/Skills.tsx b/src/components/Skills.tsx index cdd54a7..dfcb3a6 100644 --- a/src/components/Skills.tsx +++ b/src/components/Skills.tsx @@ -1,101 +1,109 @@ import IconMap from "../util/IconMap"; -import Paragraph from "../util/Paragraph" -import { motion } from 'framer-motion'; +import Paragraph from "../util/Paragraph"; +import { motion } from "framer-motion"; -import { frontendIcons, backendIcons, relDatabases, noRelDB, DSTools, DSFrameworks, design } from "../util/technologies"; +import { + frontendIcons, + backendIcons, + relDatabases, + noRelDB, + DSTools, + DSFrameworks, + design, +} from "../util/technologies"; const Skills = () => { return (
-
- - - - - -
-
- - - - - -
-
- - - - - -
-
- - - - -
-
- ) -} +
+ + + + + +
+
+ + + + + +
+ {/*
+ + + + + +
*/} +
+ + + + +
+ + ); +}; -export default Skills \ No newline at end of file +export default Skills;