-
Notifications
You must be signed in to change notification settings - Fork 0
Update redirects and apply page header #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| <head> | ||
| <meta charset="UTF-8" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| <title>Have an idea? - SillyLittleTech</title> | ||
| <title>Reach out - SillyLittleTech</title> | ||
| <script> | ||
| /* ensure theme attribute is present early to avoid FOUC */ (function () { | ||
| try { | ||
|
|
@@ -143,7 +143,7 @@ | |
| <a href="index.html" class="back-link">← Back to Home</a> | ||
|
|
||
| <div class="apply-header"> | ||
| <h1>Reach out to us.</h1> | ||
| <h1>Have a project idea?</h1> | ||
| <p>Tell us about your project and we'll get back to you soon.</p> | ||
|
Comment on lines
145
to
147
|
||
| </div> | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The header comment lists only 301/302 as valid status codes, but this file also uses 308 redirects (e.g., /github and /portal). Update the comment to include 308 (or to note that any valid 3xx status is allowed) so contributors aren’t misled.