Skip to content

Web 132 - #161

Merged
AbiT-246 merged 4 commits into
mainfrom
WEB-132
Jul 18, 2026
Merged

Web 132#161
AbiT-246 merged 4 commits into
mainfrom
WEB-132

Conversation

@lehernandezb

Copy link
Copy Markdown
Collaborator

Added a scroll to our join page. When the bolded text "then please look to apply to our team!" is clicked, the page auto-scrolls down to our roles page to allow them to apply.

@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
code-the-change-yyc-site Ready Ready Preview, Comment Jul 17, 2026 6:55am

Comment thread components/JoinUs.jsx Outdated
</div>
);

const scrollToRoles = () => {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Since the roles container has an id #roles, wrapping the link inside an anchor tag () and adding href="#roles" may remove the need for a JS function entirely. We can add the scroll effect as a CSS property (or tailwind if it's available). Seems like that might be more concise.

…d added to the global css an html scroll behavior
@AbiT-246
AbiT-246 merged commit beaf52e into main Jul 18, 2026
3 checks passed
@lehernandezb
lehernandezb deleted the WEB-132 branch July 29, 2026 21:54
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