From a0bbe23b99c9203db23fbf32df97cce3fbb96560 Mon Sep 17 00:00:00 2001 From: Advait Rajaram Patole Date: Fri, 12 Apr 2024 04:15:10 +0530 Subject: [PATCH] Added timeline component --- frontend/src/components/ProjectTimeline.js | 129 ++++++++++++++------- frontend/src/pages/ProjectDetails.jsx | 4 +- 2 files changed, 90 insertions(+), 43 deletions(-) diff --git a/frontend/src/components/ProjectTimeline.js b/frontend/src/components/ProjectTimeline.js index 345ccb5..ebe59b1 100644 --- a/frontend/src/components/ProjectTimeline.js +++ b/frontend/src/components/ProjectTimeline.js @@ -1,42 +1,87 @@ -// import { HiCalendar } from "react-icons/hi"; - -// export default function ProjectTimeline() { -// return ( -// -// -// -// -// February 2022 -// Application UI code in Tailwind CSS -// -// Get access to over 20+ pages including a dashboard layout, charts, -// kanban board, calendar, and pre-order E-commerce & Marketing pages. -// -// -// -// -// -// -// March 2022 -// Marketing UI design in Figma -// -// All of the pages and components are first designed in Figma and we -// keep a parity between the two versions even as we update the -// project. -// -// -// -// -// -// -// April 2022 -// E-Commerce UI code in Tailwind CSS -// -// Get started with dozens of web components and interactive elements -// built on top of Tailwind CSS. -// -// -// -// -// ); -// } +export default function ProjectTimeline() { + return ( +
    +
  1. +
    +
    + +
    +
    +
    +
    +

    + Flowbite Library v1.0.0 +

    + +

    + Get started with dozens of web components and interactive elements. +

    +
    +
  2. +
  3. +
    +
    + +
    +
    +
    +
    +

    + Flowbite Library v1.2.0 +

    + +

    + Get started with dozens of web components and interactive elements. +

    +
    +
  4. +
  5. +
    +
    + +
    +
    +
    +
    +

    + Flowbite Library v1.3.0 +

    + +

    + Get started with dozens of web components and interactive elements. +

    +
    +
  6. +
+ ); +} diff --git a/frontend/src/pages/ProjectDetails.jsx b/frontend/src/pages/ProjectDetails.jsx index 0495c15..8987ef9 100644 --- a/frontend/src/pages/ProjectDetails.jsx +++ b/frontend/src/pages/ProjectDetails.jsx @@ -80,7 +80,9 @@ Prerequisites: None. Interest in image processing is appreciated. Basic knowledg

Prerequisites: BASIC PYTHON , (HTML OR STREAMLIT) , BASIC KNOWLEDGE OF NEURAL NETWORK, RNN

{/*

{details.prerequisites}

*/} - {/* */} +
+ +
);