Wire up placeholder CTA buttons to real destinations - #15
Open
miharp wants to merge 1 commit into
Open
Conversation
Eleven buttons across the site linked to href="#": Get Started (site header plus four page heroes), Installation Guide, and Join the Community (three CTA bands each). They now point to: - Get Started: the ecosystem getting-started guide - Installation Guide: the install prerequisites page - Join the Community: the ecosystem community page All destinations verified live. External buttons open in a new tab, matching the site's existing convention. Partially addresses OpenVoxProject#14. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Michael Harp <mike@mikeharp.com>
10 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Eleven buttons across the site linked to
href="#"— the sitewide header Get Started button plus the hero and CTA-band buttons on the home, What OpenVox Is, Why OpenVox, and OpenVox vs Ansible pages. This wires them to real destinations:/ecosystem/latest/getting_started/— the newcomer-oriented ecosystem guide/openvox/latest/install_pre.html— the install sequence's entry page/ecosystem/latest/community.html— the community channels overviewThe Join the Community CTA on get-support keeps its direct Slack signup link, since it sits directly under the sentence offering Slack for free peer support.
All destination URLs verified live; external buttons open in a new tab per the site's existing convention. Verified locally with a full build — html-proofer passes and no
href="#"remains in the built site.Partially addresses #14.
Written with AI assistance (Claude Code); reviewed and verified by me.