-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat(blog): homepage #60
Merged
james-a-morris
merged 9 commits into
staging-blog
from
james/acx-2025-build-out-blog-homepage
Sep 10, 2024
Merged
feat(blog): homepage #60
james-a-morris
merged 9 commits into
staging-blog
from
james/acx-2025-build-out-blog-homepage
Sep 10, 2024
Conversation
This file contains 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
Signed-off-by: james-a-morris <[email protected]>
Signed-off-by: james-a-morris <[email protected]>
Signed-off-by: james-a-morris <[email protected]>
Signed-off-by: james-a-morris <[email protected]>
Signed-off-by: james-a-morris <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Signed-off-by: james-a-morris <[email protected]>
james-a-morris
force-pushed
the
james/acx-2025-build-out-blog-homepage
branch
from
August 29, 2024 20:07
c7d88a6
to
3c96d06
Compare
james-a-morris
changed the title
James/acx 2025 build out blog homepage
feat(blog): homepage
Aug 29, 2024
amateima
approved these changes
Sep 3, 2024
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.
Can this be merged without the Search functionality done?
* feat(blog): add search feature Signed-off-by: james-a-morris <[email protected]> * chore: keyword search Signed-off-by: james-a-morris <[email protected]> --------- Signed-off-by: james-a-morris <[email protected]>
dohaki
approved these changes
Sep 9, 2024
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.
Signed-off-by: james-a-morris <[email protected]>
Signed-off-by: james-a-morris <[email protected]>
james-a-morris
added a commit
that referenced
this pull request
Oct 1, 2024
* chore: add aria-description Signed-off-by: james-a-morris <[email protected]> * chore: first layout Signed-off-by: james-a-morris <[email protected]> * chore: item cards Signed-off-by: james-a-morris <[email protected]> * chore: update homepage Signed-off-by: james-a-morris <[email protected]> * improve: add tailwind hide utility Signed-off-by: james-a-morris <[email protected]> * fix: linting & suspense wrap Signed-off-by: james-a-morris <[email protected]> * feat(blog): add search feature (#61) * feat(blog): add search feature Signed-off-by: james-a-morris <[email protected]> * chore: keyword search Signed-off-by: james-a-morris <[email protected]> --------- Signed-off-by: james-a-morris <[email protected]> * chore: remove empty file Signed-off-by: james-a-morris <[email protected]> * nit: add no results copy Signed-off-by: james-a-morris <[email protected]> --------- Signed-off-by: james-a-morris <[email protected]>
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.
This adds just the homepage section of the blog work. The carousel aspect was pushed to a later date per a sync with design. The Filter is in progress and will be handled in a follow-up PR to add search functionality.