From eff1e1fd08d00dbac6c1f4734595854ad248ecca Mon Sep 17 00:00:00 2001 From: "MD. Ariful Alam" Date: Sun, 22 Aug 2021 23:10:21 +0600 Subject: [PATCH] Add project structure --- src/components/Project.js | 90 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 84 insertions(+), 6 deletions(-) diff --git a/src/components/Project.js b/src/components/Project.js index 3e43fde..85c8ff6 100644 --- a/src/components/Project.js +++ b/src/components/Project.js @@ -1,18 +1,96 @@ import { Fragment } from "react"; import { useSelector } from "react-redux"; import { skeleton } from "../helpers/utils"; +import { FiChevronsDown } from 'react-icons/fi'; const Project = () => { const loading = useSelector(state => state.loading); return ( -
-
-
-
- {loading ? skeleton({width: 'w-32', height: 'h-8'}) : 'Project'} -
+
+
+
+
+
+
    +
  • +
    +
    + {loading ? skeleton({width: 'w-28', height: 'h-8'}) : 'Project'} +
    + { + loading ? skeleton({width: 'w-8', height: 'h-8'}) : ( + + + + ) + } +
    +
  • +
+
+
+
+
+
+
+
+
+
+ + Ezfolio +
+

Open Source Portfolio/Resume CMS built using Laravel, React and Ant Design.

+
+
+ Stats +
+
+
+
+
+
+
+ + Ezfolio +
+

Open Source Portfolio/Resume CMS built using Laravel, React and Ant Design. Open Source Portfolio/Resume CMS built using Laravel, React and Ant Design.

+
+
+ Stats +
+
+
+
+
+
+
+ + Ezfolio +
+

Open Source Portfolio/Resume CMS built using Laravel

+
+
+ Stats +
+
+
+
+
+
+
+ + Ezfolio +
+

Open Source Por

+
+
+ Stats +
+
+
+