import React, { useState } from 'react'; import Sidebar from '../../partials/Sidebar'; import Header from '../../partials/Header'; import User01 from '../../images/user-28-01.jpg'; import User02 from '../../images/user-28-02.jpg'; import User03 from '../../images/user-28-03.jpg'; import User05 from '../../images/user-28-05.jpg'; import User06 from '../../images/user-28-06.jpg'; import User08 from '../../images/user-28-08.jpg'; import User09 from '../../images/user-28-09.jpg'; function Roadmap() { const [sidebarOpen, setSidebarOpen] = useState(false); return (
{/* Sidebar */} {/* Content area */}
{/* Site header */}
{/* Page header */}
{/* Left: Title */}

Roadmap ✨

{/* Right: Actions */}
{/* Add board button */}
{/* Posts */}
{/* Post */}

2021 Q1

{/* Avatars */}
·
Completed
{/* List */}
    {/* List item */}
  • Product V1 - Early Access

    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  • {/* List item */}
  • Web3 Compatibility

    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  • {/* List item */}
  • Proof-of-Funds Compliance Key

    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  • {/* List item */}
  • Activity Feed Integration

    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
{/* Post */}

2021 Q2

{/* Avatars */}
·
Working on
{/* List */}
    {/* List item */}
  • Product V1 - Early Access

    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  • {/* List item */}
  • Web3 Compatibility

    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  • {/* List item */}
  • Proof-of-Funds Compliance Key

    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  • {/* List item */}
  • Activity Feed Integration

    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
{/* Post */}

2021 Q3

{/* Avatars */}
·
Planned
{/* List */}
    {/* List item */}
  • Product V1 - Early Access

    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  • {/* List item */}
  • Web3 Compatibility

    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
{/* Post */}

2021 Q4

{/* Avatars */}
·
Planned
{/* List */}
    {/* List item */}
  • Product V1 - Early Access

    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  • {/* List item */}
  • Web3 Compatibility

    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
); } export default Roadmap;