diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index ee753ccb21..0000000000
--- a/.gitignore
+++ /dev/null
@@ -1,24 +0,0 @@
-# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
-
-# dependencies
-/node_modules
-/.pnp
-.pnp.js
-
-# testing
-/coverage
-
-# production
-/build
-/public/CNAME
-
-# misc
-.DS_Store
-.env.local
-.env.development.local
-.env.test.local
-.env.production.local
-
-npm-debug.log*
-yarn-debug.log*
-yarn-error.log*
diff --git a/.npmrc b/.npmrc
deleted file mode 100644
index b6f27f1359..0000000000
--- a/.npmrc
+++ /dev/null
@@ -1 +0,0 @@
-engine-strict=true
diff --git a/.nvmrc b/.nvmrc
deleted file mode 100644
index 2bd5a0a98a..0000000000
--- a/.nvmrc
+++ /dev/null
@@ -1 +0,0 @@
-22
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 0a041280bd..0000000000
--- a/LICENSE
+++ /dev/null
@@ -1,165 +0,0 @@
- GNU LESSER GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc.
-
-
- It is a personal static website/portfolio template hosted with GitHub Pages, built to showcase my recent projects.
-
- Site URL / Demo »
- hashirshoaeb.github.io/home
-
-
- About Me
-
-
- ![]() - Guhyun Chung - - - |
-
-
- ![]() - Hamza Sohail - - - |
-
-
- ![]() - Aymun Tariq - - - |
-
-
- ![]() - Ana Ashrafi - - - |
-
-
- ![]() - Jeffery John - - - |
-
-
- ![]() - Remi Mestdagh - - - |
-
{description}
- - Read more...{" "} - -- {props} -
- ); - return this; - }; - - addHeading = (props) => { - this.list.push( -
- {data.role}
-
- {data.date}
-
- {message}, {email}. -
- > - ); -}; - -export default GetInTouch; diff --git a/src/components/home/Leadership.jsx b/src/components/home/Leadership.jsx deleted file mode 100644 index b71bacd7df..0000000000 --- a/src/components/home/Leadership.jsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from "react"; -import Carousel from "react-bootstrap/Carousel"; -import { Jumbotron } from "./migration"; - -const Leadership = ({ heading, message, img, imageSize }) => { - return ( -{message}
-- {value.paragraph} -
-- - - Stars{" "} - {star_count} - - - Updated {updated_at} -
- ); -}; - -export default ProjectCard; diff --git a/src/components/home/Skills.jsx b/src/components/home/Skills.jsx deleted file mode 100644 index 0cbb4ed121..0000000000 --- a/src/components/home/Skills.jsx +++ /dev/null @@ -1,58 +0,0 @@ -import React from "react"; -import Tab from "react-bootstrap/Tab"; -import Tabs from "react-bootstrap/Tabs"; -import SkillsTab from "./SkillsTab"; -import Row from "react-bootstrap/Row"; -import { Jumbotron } from "./migration"; -import { Container } from "react-bootstrap"; -import { useScrollPosition } from "../../hooks/useScrollPosition"; - -const Skills = React.forwardRef(({ heading, hardSkills, softSkills }, ref) => { - const skillsTabRef = React.useRef(null); - const [isScrolled, setIsScrolled] = React.useState(false); - //const navbarDimensions = useResizeObserver(navbarMenuRef); - - useScrollPosition( - ({ prevPos, currPos }) => { - if (!isScrolled && currPos.y - 400 < 0) setIsScrolled(true); - }, - [], - skillsTabRef - ); - return ( -{skill}
-`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\n\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n\n// Abbreviations\n//\n// 1. Add the correct text decoration in Chrome, Edge, Opera, and Safari.\n// 2. Add explicit cursor to indicate changed behavior.\n// 3. Prevent the text-decoration to be skipped.\n\nabbr[title] {\n text-decoration: underline dotted; // 1\n cursor: help; // 2\n text-decoration-skip-ink: none; // 3\n}\n\n\n// Address\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\n\n// Lists\n\nol,\nul {\n padding-left: 2rem;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\n// 1. Undo browser default\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // 1\n}\n\n\n// Blockquote\n\nblockquote {\n margin: 0 0 1rem;\n}\n\n\n// Strong\n//\n// Add the correct font weight in Chrome, Edge, and Safari\n\nb,\nstrong {\n font-weight: $font-weight-bolder;\n}\n\n\n// Small\n//\n// Add the correct font size in all browsers\n\nsmall {\n @include font-size($small-font-size);\n}\n\n\n// Mark\n\nmark {\n padding: $mark-padding;\n background-color: var(--#{$prefix}highlight-bg);\n}\n\n\n// Sub and Sup\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n\nsub,\nsup {\n position: relative;\n @include font-size($sub-sup-font-size);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n// Links\n\na {\n color: var(--#{$prefix}link-color);\n text-decoration: $link-decoration;\n\n &:hover {\n color: var(--#{$prefix}link-hover-color);\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([class]) {\n &,\n &:hover {\n color: inherit;\n text-decoration: none;\n }\n}\n\n\n// Code\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-code;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n}\n\n// 1. Remove browser default top margin\n// 2. Reset browser default of `1em` to use `rem`s\n// 3. Don't allow content to break outside\n\npre {\n display: block;\n margin-top: 0; // 1\n margin-bottom: 1rem; // 2\n overflow: auto; // 3\n @include font-size($code-font-size);\n color: $pre-color;\n\n // Account for some code outputs that place code tags in pre tags\n code {\n @include font-size(inherit);\n color: inherit;\n word-break: normal;\n }\n}\n\ncode {\n @include font-size($code-font-size);\n color: var(--#{$prefix}code-color);\n word-wrap: break-word;\n\n // Streamline the style when inside anchors to avoid broken underline and more\n a > & {\n color: inherit;\n }\n}\n\nkbd {\n padding: $kbd-padding-y $kbd-padding-x;\n @include font-size($kbd-font-size);\n color: $kbd-color;\n background-color: $kbd-bg;\n @include border-radius($border-radius-sm);\n\n kbd {\n padding: 0;\n @include font-size(1em);\n font-weight: $nested-kbd-font-weight;\n }\n}\n\n\n// Figures\n//\n// Apply a consistent margin strategy (matches our type styles).\n\nfigure {\n margin: 0 0 1rem;\n}\n\n\n// Images and content\n\nimg,\nsvg {\n vertical-align: middle;\n}\n\n\n// Tables\n//\n// Prevent double borders\n\ntable {\n caption-side: bottom;\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: $table-cell-padding-y;\n padding-bottom: $table-cell-padding-y;\n color: $table-caption-color;\n text-align: left;\n}\n\n// 1. Removes font-weight bold by inheriting\n// 2. Matches default `