-
Notifications
You must be signed in to change notification settings - Fork 1
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
#283 Improve blog card to be clickable #278
Open
Prince-Kid
wants to merge
1
commit into
develop
Choose a base branch
from
fix-landing-page
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
Prince-Kid
requested review from
Mugisha146,
mutsinziisaac,
Ishimwe7,
Ismaelmurekezi and
SaddockAime
November 29, 2024 11:48
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Prince-Kid
force-pushed
the
fix-landing-page
branch
from
November 29, 2024 12:58
3b8427e
to
7996942
Compare
Prince-Kid
force-pushed
the
fix-landing-page
branch
from
December 2, 2024 11:38
7996942
to
59b687a
Compare
SaddockAime
approved these changes
Dec 2, 2024
Prince-Kid
force-pushed
the
fix-landing-page
branch
from
December 2, 2024 12:05
59b687a
to
2d928b9
Compare
Ismaelmurekezi
approved these changes
Dec 2, 2024
Mugisha146
approved these changes
Dec 2, 2024
Prince-Kid
changed the title
fix: Enhance landing page and implement navigations
#283 Improve blog card to be clickable
Dec 2, 2024
Prince-Kid
force-pushed
the
fix-landing-page
branch
from
December 2, 2024 14:43
2d928b9
to
bb1cf1b
Compare
Philimuhire
approved these changes
Dec 3, 2024
Prince-Kid
force-pushed
the
fix-landing-page
branch
from
December 3, 2024 13:06
bb1cf1b
to
3806b4b
Compare
Prince-Kid
force-pushed
the
fix-landing-page
branch
from
December 3, 2024 13:26
3806b4b
to
c339060
Compare
Code Climate has analyzed commit c339060 and detected 0 issues on this pull request. View more on Code Climate. |
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.
PR Description
This PR fixes issues on the landing page, blogs page, and related sections, improving functionality, layout, and user navigation.
Description of tasks that were expected to be completed
Fixed bugs on the blogs page, including adding navigation to a single blog view when clicking on an image or title.
Added a link to the dashboard in the dropdown menu, allowing seamless navigation from the landing page to the dashboard.
Improved the layout of cards on the "About Us" page, creating a cleaner and more structured design.
Enhanced accessibility and usability across the landing page and blogs section.
How has this been tested?
Clone the repository.
Checkout the branch fix-landing-page.
Run npm install, then npm run dev to start the application.
Log in as a trainee.
email : [email protected]
pwd: password123
Navigate to the Dashboard To create blog:
Click on "Create Blog" and complete the process.
Go to the landing page and click on the blog's image or title to verify navigation to the single blog view.