Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion _redirects
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@
# Format: /source /destination [status]
# Status codes: 301 (permanent), 302 (temporary), default is 302
Copy link

Copilot AI Mar 29, 2026

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.

Suggested change
# Status codes: 301 (permanent), 302 (temporary), default is 302
# Status codes: any valid 3xx (e.g. 301 permanent, 302 temporary, 308 permanent), default is 302

Copilot uses AI. Check for mistakes.

# Hosted Redirects
# Contribs
/kiya https://kiya.cat 301
/krystal https://enby.fun/ 301

# Projects
/cookiecut https://projects.sillylittle.tech/CookieCut 301
/flean https://projects.sillylittle.tech/Flean 301
/pleb https://projects.sillylittle.tech/Pleb 301

#Internal
/github https://github.com/SillyLittleTech 308
/admin https://admin.sillylittle.tech 301
Expand Down
4 changes: 2 additions & 2 deletions apply.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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
Copy link

Copilot AI Mar 29, 2026

Choose a reason for hiding this comment

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

The page title/header now say “Reach out” / “Have a project idea?”, but the surrounding UI copy still frames this as an application (e.g., the submit button text says “Submit Application”). To fully align the page with its updated intent, consider updating the remaining form/button copy (and any related labels) to match the new “reach out / project idea” wording.

Copilot uses AI. Check for mistakes.
</div>

Expand Down
Loading