-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Component for project experience #700
base: master
Are you sure you want to change the base?
Conversation
…fter the work experience:
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@Ella-ch thanks for the PR. I don't particularly see the value added by this PR. We already have an "Experiences" section, and we have a "Big Projects" section. What you've added seems more aligned with "Experiences" and it already exists. I think it is great that you can customize this. But I don't particularly see the value in adding it to developer folio's template. |
Description
We added a new component to the home page that showcases users' projects in a style consistent with the rest of the website. Users can access this section by either clicking on the header or scrolling down the web page. Please take a look and let us know if more changes are wanted @saadpasta. Thank you.
Fixes #699
Type of change
We introduced a new component called projectCard.js along with its corresponding styles in projectCard.scss, located in the src/components/projectCard directory. As users scroll through the website, they will find a dedicated projects section within the "Experience" area. To update the content in this section, users should modify the projectExperiences constant in src/portfolio.js. Additionally, we've added a reference to this section in the header. Clicking on "Project Experiences" will direct users to the project section.