Skip to content
Merged
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
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>Apply for a Website - SillyLittleTech</title>
<title>Have an idea? - 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>Apply for a Website</h1>
<h1>Reach out to us.</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 new heading/title shift this page toward a general "contact us" tone, but the surrounding UI copy still uses application-specific terminology (e.g., the submit button says "Submit Application" and required fields are "Project Name/Type/Description"). This creates a mixed message for users; consider updating the remaining labels/button text (or reverting the header) so the page uses consistent terminology end-to-end.

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

Expand Down
Loading