-
-
Notifications
You must be signed in to change notification settings - Fork 802
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
Link projects in program areas page to project page #3592
Comments
Hi @luiderek, thank you for taking up this issue! Hfla appreciates you :) Do let fellow developers know about your:- You're awesome! P.S. - You may not take up another issue until this issue gets merged (or closed). Thanks again :) |
Availability: 10am-10pm PDT |
While reviewing this page, I see that the project mini card doesn't work for long titles |
Product to make a new issue to deal with the long titles. |
@ExperimentsInHonesty - issues to the above have been made here: |
Overview
We need to ensure that the Hack for LA project page links are attached to their respective project cards on program areas page.
Details
Developers have noted that the files in /_projects do not have the links for their respective project pages. Previously, when a user clicked on the title of a program card, they would be led to the Hack for LA project specific webpage, but currently they lead to the GitHub project webpage. We need make it so when a user clicks on the link in the mini-cards, they are redirected to the project page.
Action Items / Pseudo Code
<ul class="project-card-mini-list-alignment">
element<a class="project-card-mini-title" href="{{project.links[0].url}}">{{project.title}}</a>
so that it links the title of the project card to the project pageResources
The text was updated successfully, but these errors were encountered: