diff --git a/src/components/Banner.jsx b/src/components/Banner.jsx index f300351..91b6f50 100644 --- a/src/components/Banner.jsx +++ b/src/components/Banner.jsx @@ -14,7 +14,7 @@ const Banner = () => { p={12} > - + { + return ( + + + Front-End + + + + + + + HTML + + + + + + React + + + + + + Code Igniter + + + + + + + + Java + + + + + + Anugular + + + + + + vue + + + + + + + Back-End + + + + + + + HTML + + + + + + React + + + + + + Code Igniter + + + + + + + + Java + + + + + + Anugular + + + + + + vue + + + + + + ); +}; + +export default Hybrid; diff --git a/src/components/WhatWeTeach.jsx b/src/components/WhatWeTeach.jsx index 5ba5baf..725f3b1 100644 --- a/src/components/WhatWeTeach.jsx +++ b/src/components/WhatWeTeach.jsx @@ -1,12 +1,7 @@ import { Box, Container, Flex, Heading, Image, Text } from "@chakra-ui/react"; import React from "react"; import CompactTable from "../components/ui/compactTabs"; -import htmlpng from "../assets/html.png"; -import reactjs from "../assets/react.png"; -import codeIgniter from "../assets/codeigniter.png"; -import java from "../assets/java.png"; -import anugular from "../assets/angular.png"; -import vue from "../assets/vue.png"; + const WhatWeTeach = () => { return ( { What tech we use - - - Front-End - - - - - - - HTML - - - - - - React - - - - - - Code Igniter - - - - - - - - Java - - - - - - Anugular - - - - - - vue - - - - - - - Back-End - - - - - - - HTML - - - - - - React - - - - - - Code Igniter - - - - - - - - Java - - - - - - Anugular - - - - - - vue - - - - + ); }; diff --git a/src/components/ui/compactTabs.jsx b/src/components/ui/compactTabs.jsx index 14e6390..0126a1d 100644 --- a/src/components/ui/compactTabs.jsx +++ b/src/components/ui/compactTabs.jsx @@ -1,59 +1,7 @@ -// import React, { useState } from "react"; -// import { -// Flex, -// Box, -// IconButton, -// Text, -// Image, -// Container, -// } from "@chakra-ui/react"; -// import { FaHome, FaSyncAlt, FaBinoculars } from "react-icons/fa"; -// import { SiGoogletagmanager } from "react-icons/si"; - -// const TabsComponent = () => { -// const [activeTab, setActiveTab] = useState("tab1"); - -// const tabs = [ -// { id: "tab1", label: "Hybrid", icon: null }, -// { id: "tab2", label: "IOS", icon: null }, -// { id: "tab3", label: "Andriod", icon: null }, -// { id: "tab4", label: "AI/ML", icon: null }, -// ]; -// return ( -// -// -// {tabs.map((tab) => ( -// setActiveTab(tab.id)} -// transition="color 0.3s, border-bottom 0.3s" -// w="100%" -// > -// {tab.label && ( -// -// {tab.label} -// -// )} -// -// ))} -// -// -// ); -// }; - -// export default TabsComponent; - -// import React, { useState } from "react"; -import { Container, Flex, Image, Box, Text } from "@chakra-ui/react"; +import { Container, Flex, Box, Text } from "@chakra-ui/react"; import { useState } from "react"; - -const HybridComponent = () =>
Home Content
; +import Hybrid from "../OS/Hybrid"; +const HybridComponent = () => ; const IOSComponent = () =>
IOS Content
; const AndriodComponent = () =>
Sync Content
; const AIMLComponent = () =>
Prosperity Content
; @@ -80,7 +28,7 @@ const TabsComponent = () => { return ( - + {tabs.map((tab) => ( { ))} + + ); };