Skip to content
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

Jan 2024 update #679

Closed
wants to merge 29 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
dfe4488
initial commit
farhaannishtar Oct 12, 2023
c78b983
feat/add-personal-information-in-landing-page
farhaannishtar Oct 12, 2023
202e619
feat/add-skills-section
farhaannishtar Oct 12, 2023
1ca0c1f
Merge pull request #1 from farhaannishtar/refactor/changing-personal-…
farhaannishtar Oct 12, 2023
1012e8e
feat/add-experience-section
farhaannishtar Oct 12, 2023
2fc9833
feat/add-projects-section
farhaannishtar Oct 12, 2023
92a10c9
Merge pull request #2 from farhaannishtar/feat/add-projects-and-exper…
farhaannishtar Oct 12, 2023
db91e3c
remove lottie with static headshot
farhaannishtar Oct 13, 2023
b501fec
add resume icon
farhaannishtar Oct 13, 2023
7694bee
made headers smaller
farhaannishtar Oct 13, 2023
df9747b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 13, 2023
8e89e40
Merge pull request #3 from farhaannishtar/feat/design-updates
farhaannishtar Oct 13, 2023
11ddcef
adjusted size of life dashboard icon
farhaannishtar Oct 13, 2023
fd4b719
Merge pull request #4 from farhaannishtar/feat/text-content-fixes
farhaannishtar Oct 13, 2023
075abe8
hotfix: adjusted content attribute in meta tags in index.html
farhaannishtar Oct 13, 2023
286777f
hotfix: adjusted more content attributes in meta tags in index.html
farhaannishtar Oct 13, 2023
2e95f71
feat/changed text in greeting
farhaannishtar Oct 15, 2023
fc437dc
feat/changed darkmode preferences
farhaannishtar Oct 15, 2023
af07109
feat: centered skills section
farhaannishtar Oct 16, 2023
b8412ed
feat: redesign projects card
farhaannishtar Oct 16, 2023
21f69ea
chore: adjusted padding on projects card
farhaannishtar Oct 16, 2023
de3ac31
feat: change button text to "contact me"
farhaannishtar Oct 16, 2023
ca1b4fc
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 16, 2023
09fdeb0
Merge pull request #5 from farhaannishtar/feat/design-update-v2
farhaannishtar Oct 16, 2023
fb5fa3a
Update README.md
farhaannishtar Nov 18, 2023
daf0390
Update README.md
farhaannishtar Nov 18, 2023
2566288
changed display pic
farhaannishtar Jan 13, 2024
793a148
update experience section
farhaannishtar Jan 14, 2024
9ccb526
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 13, 2023
commit df9747bf0f1efae2fa738884791b0203a6c8fffa
4 changes: 2 additions & 2 deletions src/components/softwareSkills/SoftwareSkill.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
color: $subTitle;

svg {
fill: $subTitle; // Set initial fill color
fill: $subTitle; // Set initial fill color
}

&:hover {
color: $skillsColor;

svg {
fill: $skillsColor; // Update fill color on hover
fill: $skillsColor; // Update fill color on hover
}
}
}
Expand Down