Open Issues Need Help
View All on GitHubAI Summary: Fix the alignment of the 'submit proposal' button on the PyCon India 2025 website's panel discussion submission page. The button is currently misaligned and needs to be left-aligned as per the design.
AI Summary: Update the Eleventy version used in the PyCon India 2025 website from 0.12.1 to 3.1.2. This involves modifying the project's `package.json` file, running `npm install`, and testing the website to ensure functionality remains intact after the update.
AI Summary: Modify the `page.njk` layout template to dynamically display different icons in the header based on a `iconset` parameter specified in the page's frontmatter. This involves updating the template to conditionally render icons (e.g., 'announce', 'coffee', 'laptop') based on the frontmatter value.
AI Summary: Create two static pages for the PyCon India 2025 website: one on Health and Safety, and another on Accessibility. Content can be adapted from the 2024 conference website, and a simple static page design is acceptable.