diff --git a/attached_assets/chayan asli slides_1759208861996.pptx b/attached_assets/chayan asli slides_1759208861996.pptx new file mode 100644 index 0000000..0ba0ea4 Binary files /dev/null and b/attached_assets/chayan asli slides_1759208861996.pptx differ diff --git a/attached_assets/krysh parker slides_1759208861997.pptx b/attached_assets/krysh parker slides_1759208861997.pptx new file mode 100644 index 0000000..3e6c8b1 Binary files /dev/null and b/attached_assets/krysh parker slides_1759208861997.pptx differ diff --git a/attached_assets/krysh parker slides_1759209102236.pptx b/attached_assets/krysh parker slides_1759209102236.pptx new file mode 100644 index 0000000..3e6c8b1 Binary files /dev/null and b/attached_assets/krysh parker slides_1759209102236.pptx differ diff --git a/client/src/pages/Report.tsx b/client/src/pages/Report.tsx index 095dfea..f3e1f3a 100644 --- a/client/src/pages/Report.tsx +++ b/client/src/pages/Report.tsx @@ -1,302 +1,31 @@ import { useRoute } from "wouter"; -import { Button } from "@/components/ui/button"; -import { ChevronLeft, ChevronRight, FileText, Presentation } from "lucide-react"; +import { FileText, Presentation } from "lucide-react"; import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs"; import { Card, CardContent } from "@/components/ui/card"; import Footer from "@/components/Footer"; -import { useState, useEffect } from "react"; -// Chayan Asli slides -const chayanAsliSlides = [ - { - title: "Chayan Asli", - subtitle: "Technology Entrepreneur | Hedge Fund Manager | AI Pioneer", - content: ( -
-
- Chayan Asli -
-

Chayan Asli

-

Technology Entrepreneur | Hedge Fund Manager | AI Pioneer

-

Founder & CEO, Vestun

-
- ), - background: "bg-gradient-to-br from-blue-600 to-blue-800" - }, - { - title: "Executive Summary", - subtitle: "Professional Overview", - content: ( -
-

Executive Summary

-
-

- Swiss-born technology entrepreneur and hedge fund manager who has established himself as a significant figure in the intersection of artificial intelligence, financial technology, and venture capital. -

-
-
-

Company

-

Founder & CEO of Vestun

-
-
-

Location

-

Zurich, Switzerland

-
-
-

Focus Areas

-

AI, FinTech, Blockchain

-
-
-

Since

-

Crypto investor since 2016

-
-
-
-
- ), - background: "bg-white" - } -]; - -// Krysh Parker slides -const kryshParkerSlides = [ - { - title: "Krysh Parker", - subtitle: "Innovation Leader | Tech Strategist", - content: ( -
-
- Krysh Parker -
-

Krysh Parker

-

Innovation Leader | Tech Strategist

-

Partner at Type3 Capital

-
- ), - background: "bg-gradient-to-br from-purple-600 to-purple-800" - }, - { - title: "Professional Overview", - subtitle: "Leadership & Expertise", - content: ( -
-

Professional Overview

-
-

- Krysh Parker is a distinguished technology strategist and innovation leader with deep expertise in digital assets, fund management, and venture capital. As Partner at Type3 Capital and Non-Executive Director at TrueFi DAO, he brings strategic vision to cutting-edge blockchain and DeFi projects. -

-
-
-

Current Role

-

Partner at Type3 Capital

-
-
-

Leadership

-

Non-Executive Director, TrueFi DAO

-
-
-

Expertise

-

DeFi, Digital Assets, Fund Management

-
-
-

Focus

-

Blockchain Innovation & Strategy

-
-
-
-
- ), - background: "bg-white" - }, - { - title: "Type3 Capital", - subtitle: "Venture Capital Excellence", - content: ( -
-

Type3 Capital

-
-
-

Investment Focus

-

Early-stage blockchain and Web3 projects

-
-
-

Strategy

-

Long-term value creation in digital assets

-
-
-

Portfolio

-

Leading DeFi and infrastructure projects

-
-
-

Impact

-

Shaping the future of decentralized finance

-
-
-
- ), - background: "bg-gray-50" - }, - { - title: "TrueFi DAO Leadership", - subtitle: "Decentralized Finance Innovation", - content: ( -
-

TrueFi DAO Leadership

-
-

Non-Executive Director

-

Pioneering Uncollateralized Lending

-
-
-
-
-
-

Strategic Governance

-

Guiding protocol development and risk management

-
-
-
-
-
-

Innovation Leadership

-

Driving adoption of credit-based DeFi solutions

-
-
-
-
-
-

Community Engagement

-

Building trust and transparency in decentralized governance

-
-
-
-
- ), - background: "bg-white" - }, - { - title: "Expertise & Vision", - subtitle: "Strategic Innovation", - content: ( -
-

Expertise & Vision

-
-
-

Core Competencies

-
    -
  • - - Digital asset strategy -
  • -
  • - - DeFi protocol design -
  • -
  • - - Venture capital expertise -
  • -
  • - - Risk management -
  • -
-
-
-

Strategic Focus

-
-
-

Blockchain Infrastructure

-

Building foundational protocols

-
-
-

DeFi Innovation

-

Advancing decentralized finance

-
-
-

Institutional Adoption

-

Bridging TradFi and DeFi

-
-
-
-
-
- ), - background: "bg-gray-50" - }, - { - title: "Impact & Achievements", - subtitle: "Industry Contributions", - content: ( -
-

Impact & Achievements

-
-
-

🎯 Strategic Leadership

-

Guiding multiple successful blockchain ventures to market leadership

-
-
-

🚀 Innovation Driver

-

Pioneering new models for decentralized credit and lending

-
-
-

🌐 Ecosystem Builder

-

Creating value across the Web3 and DeFi landscape

-
-
-

🤝 Thought Leadership

-

Shaping industry conversations on blockchain governance

-
-
-
- ), - background: "bg-white" - } -]; - -const reportContent: Record = { +const reportContent: Record = { 'chayan-asli': { htmlPath: '/attached_assets/chayan asli report_1759208054055.html', - slides: chayanAsliSlides + pptPath: '/attached_assets/chayan asli slides_1759208079159.pptx' }, 'krysh-parker': { - htmlPath: '', // Will show placeholder text - slides: kryshParkerSlides + htmlPath: 'krysh-parker', + pptPath: '/attached_assets/krysh parker slides_1759208861997.pptx' } }; export default function Report() { const [, params] = useRoute("/media/:slug/report"); - const [currentSlide, setCurrentSlide] = useState(0); const slug = params?.slug || ''; const content = reportContent[slug] || reportContent['chayan-asli']; - const slides = content.slides; - const nextSlide = () => { - if (currentSlide < slides.length - 1) { - setCurrentSlide((prev) => prev + 1); - } + // Get full URL for PPT file + const getFullPptUrl = () => { + const baseUrl = window.location.origin; + return `${baseUrl}${content.pptPath}`; }; - - const prevSlide = () => { - if (currentSlide > 0) { - setCurrentSlide((prev) => prev - 1); - } - }; - - // Keyboard navigation - useEffect(() => { - const handleKeyDown = (e: KeyboardEvent) => { - if (e.key === 'ArrowRight') { - nextSlide(); - } else if (e.key === 'ArrowLeft') { - prevSlide(); - } - }; - - window.addEventListener('keydown', handleKeyDown); - return () => window.removeEventListener('keydown', handleKeyDown); - }, [currentSlide]); return (
@@ -326,7 +55,131 @@ export default function Report() { - {content.htmlPath ? ( + {content.htmlPath === 'krysh-parker' ? ( +
+

Krysh Parker - Comprehensive Report

+
+
+

Executive Summary

+

+ Krysh Parker is a distinguished technology strategist and innovation leader with deep expertise in digital assets, fund management, and venture capital. As Partner at Type3 Capital and Non-Executive Director at TrueFi DAO, he brings strategic vision to cutting-edge blockchain and DeFi projects. +

+
+ +
+

Professional Background

+

+ With a strong background in fund management and venture capital, Parker has established himself as a key figure in the blockchain and decentralized finance ecosystem. His work focuses on identifying and nurturing innovative projects that push the boundaries of what's possible in digital finance. +

+

+ Parker's career demonstrates a consistent focus on building sustainable value in the digital asset space, combining traditional finance expertise with cutting-edge blockchain technology knowledge. +

+
+ +
+

Current Leadership Roles

+
+
+

Partner at Type3 Capital

+

+ At Type3 Capital, Parker leads investment strategy in early-stage blockchain and Web3 projects. His portfolio focuses on infrastructure, DeFi protocols, and innovative applications that are shaping the future of decentralized finance. He brings deep technical expertise and market insight to evaluate and support promising ventures in the rapidly evolving crypto ecosystem. +

+
+
+

Non-Executive Director at TrueFi DAO

+

+ As Non-Executive Director at TrueFi DAO, Parker guides governance and strategic development of one of the pioneering uncollateralized lending protocols in DeFi. His role involves balancing innovation with risk management, ensuring the protocol maintains its competitive edge while protecting stakeholder interests. TrueFi represents a critical advancement in decentralized credit markets, bridging traditional finance concepts with blockchain technology. +

+
+
+
+ +
+

Areas of Expertise

+
+
+

Digital Asset Strategy

+

Comprehensive approach to digital asset allocation, risk management, and value creation in crypto markets.

+
+
+

DeFi Protocol Design

+

Deep understanding of decentralized finance mechanisms, tokenomics, and protocol sustainability.

+
+
+

Venture Capital

+

Extensive experience in identifying, evaluating, and supporting early-stage blockchain ventures.

+
+
+

Risk Management

+

Sophisticated frameworks for assessing and mitigating risks in volatile crypto markets.

+
+
+
+ +
+

Strategic Vision

+

+ Parker's strategic focus centers on three key pillars: +

+
+
+ 🏗️ +
+

Blockchain Infrastructure

+

Building foundational protocols and systems that enable the next generation of decentralized applications.

+
+
+
+ 🚀 +
+

DeFi Innovation

+

Advancing decentralized finance through novel lending, borrowing, and trading mechanisms that improve capital efficiency.

+
+
+
+ 🌉 +
+

Institutional Adoption

+

Bridging traditional finance and DeFi to facilitate mainstream adoption of blockchain technology by institutional players.

+
+
+
+
+ +
+

Impact & Contributions

+

+ Throughout his career, Parker has made significant contributions to the blockchain ecosystem: +

+
    +
  • + + Strategic Leadership: Guided multiple successful blockchain ventures to achieve market leadership positions and sustainable growth. +
  • +
  • + + Innovation Catalyst: Pioneered new models for decentralized credit and lending that expand access to capital in DeFi. +
  • +
  • + + Ecosystem Builder: Created substantial value across the Web3 and DeFi landscape through strategic investments and partnerships. +
  • +
  • + + Thought Leadership: Shaped industry conversations on blockchain governance, risk management, and the future of decentralized finance. +
  • +
+
+ +
+

Looking Forward

+

+ As the blockchain industry continues to mature, Krysh Parker remains at the forefront of innovation, combining deep technical knowledge with strategic vision to identify and nurture the next generation of transformative DeFi projects. His work continues to bridge the gap between traditional finance and the decentralized future, facilitating the mainstream adoption of blockchain technology. +

+
+
+
+ ) : (