Update new theme ideas - #98
Closed
Ankith-Cirgir wants to merge 18 commits into
Closed
Conversation
Added Dr.Russ profile and Bio
…e heading to reflect the year 2026.
Shortened the keynote bio
Sponsor logos
There was a problem hiding this comment.
Pull request overview
This PR updates the site’s 2026 content and styling by revising sponsor listings/tiers, simplifying speaker bios, and adjusting the GitHub Pages deployment workflow configuration.
Changes:
- Render speaker bios as HTML and simplify
speakerDatabio content. - Update Sponsors section for 2026, introduce gold-tier layout, and add gold/silver sponsor CSS.
- Change GitHub Pages deployment behavior by enabling
force_orphan.
Reviewed changes
Copilot reviewed 5 out of 19 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| src/components/Speakers/Speakers.js | Changes speaker bio rendering to use dangerouslySetInnerHTML. |
| src/components/Speakers/speakerData.js | Replaces long HTML bios with plain-text bios and comments out additional speakers. |
| src/components/Home/Sponsors.js | Updates sponsor list, introduces gold-tier row, and changes class logic for tiers. |
| src/components/Home/home.css | Adds gold/silver sponsor styling and tweaks mobile sponsor icon box sizing. |
| .github/workflows/update-projects.yml | Modifies deploy behavior by adding force_orphan: true to gh-pages action. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <div className={`speaker-info ${isEven ? 'text-end' : 'text-start'}`}> | ||
| <h2 className="speaker-name">{speaker.name}</h2> | ||
| <p className="speaker-bio">{speaker.bio}</p> | ||
| <div className="speaker-bio" dangerouslySetInnerHTML={{ __html: speaker.bio }} /> |
| key={index} | ||
| lg={3} | ||
| className={`sponsor-icons ${sponsor.special ? 'sponsor-special' : ''}`} | ||
| className={`sponsor-icons ${sponsor.silver ? 'sponsor-silver' : ''}`} |
Comment on lines
50
to
+51
| keep_files: true | ||
| force_orphan: true |
Reorder team members & Schedule
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.