Skip to content

Conversation

@bhansa
Copy link
Contributor

@bhansa bhansa commented Jan 31, 2026

Summary:

Issue Link:

PR Checks:

  • Code is properly formatted (executed make pre-push command).
  • No ESLint warnings (verified with make pre-push command).
  • UI Changes are responsive (checked in the responsive view).
  • Performance is maintained (Lighthouse report reviewed).
  • User experience (UX) considerations are met.
  • Accessibility is supported (validated with accessibility tools).

@netlify
Copy link

netlify bot commented Jan 31, 2026

Deploy Preview for pyconfhyd2026 ready!

Name Link
🔨 Latest commit a5ca251
🔍 Latest deploy log https://app.netlify.com/projects/pyconfhyd2026/deploys/697db0b05c2c4b0008d6abce
😎 Deploy Preview https://deploy-preview-56--pyconfhyd2026.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@bhansa bhansa requested a review from RajatRajdeep January 31, 2026 07:35
return (
<>
<Hero />
{isJourneyEnabled && <Journey />}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are already multiple sections in home page. Could you?

  • Create an About page and add following:
    • About PyConf
    • Events Over the Years
    • Epic Frames

import { useEffect, useRef, useState } from 'react';
import { Heading, Paragraph, Span } from '@/components/Typography';

const journeyData = [
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move this to data repository?
Can we use pastEditions data and add additional attributes required for this to reduce dupes.

<section
ref={sectionRef}
id="journey"
className="scroll-mt-20 py-16 bg-sky-100 dark:bg-gray-800 overflow-hidden"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The background of the component is not consistent with website for both Dark and Light mode

Copy link
Collaborator

@RajatRajdeep RajatRajdeep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are multiple accessibility issue. Kindly fix
Image

@RajatRajdeep
Copy link
Collaborator

RajatRajdeep commented Feb 4, 2026

PR checks in description are not marked as complete. Kindly check and mark them as complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants