Skip to content

Create redirect from root index.html to 2025 course site#1

Draft
Copilot wants to merge 2 commits intogh-pagesfrom
copilot/fix-7962b4e0-827e-416d-b34f-1af4a47303de
Draft

Create redirect from root index.html to 2025 course site#1
Copilot wants to merge 2 commits intogh-pagesfrom
copilot/fix-7962b4e0-827e-416d-b34f-1af4a47303de

Conversation

Copy link
Copy Markdown

Copilot AI commented Sep 4, 2025

This PR implements a redirect from the root index.html to the new 2025 course site located at lecture-series/index.html.

Problem

The root index.html was essentially empty (0 bytes), while the main course content for "WRIT 20833 | Fall 2025" was located in the lecture-series/ subdirectory. Visitors to the root URL would see nothing instead of being directed to the actual course materials.

Solution

Created a comprehensive redirect page that automatically forwards users to the 2025 course site using multiple redirect methods for maximum compatibility:

  • Meta refresh redirect with 0-second delay for immediate redirection
  • JavaScript redirect as a fallback for browsers that don't support meta refresh
  • Manual fallback link for accessibility and cases where automatic redirect fails

The redirect page features:

  • Styled loading interface matching the site's purple gradient theme
  • Animated spinner to indicate redirect in progress
  • Clear messaging about the redirect process
  • Responsive design that works on all screen sizes

Testing

  • ✅ Verified automatic redirect works from root URL to lecture-series/index.html
  • ✅ Confirmed target page loads correctly showing the mini-lecture series
  • ✅ Validated HTML structure and accessibility
  • ✅ Tested multiple redirect attempts for consistency

The redirect successfully forwards users to the 2025 course site featuring four mini-lectures: Sacred Boundaries, Coding Taboo Logic, Agentic Coding, and Collective Digital Memory.

![Redirect Success](https://github.com/user-attachments/assets/6267e6a0-421a-4ebd-b43d-21bc2aa5e841)

Files Changed

  • index.html - Replaced empty file with redirect page (81 lines added)

💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Co-authored-by: curtrode <59448236+curtrode@users.noreply.github.com>
Copilot AI changed the title [WIP] Redirect Pages to WRIT20833-2025 site Create redirect from root index.html to 2025 course site Sep 4, 2025
Copilot AI requested a review from curtrode September 4, 2025 21:27
Copy link
Copy Markdown
Contributor

@curtrode curtrode left a comment

Choose a reason for hiding this comment

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

continue

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