Skip to content
Open
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
6095574
Fixed the Dark mode switch to include all components.
ibrahim19-az Sep 22, 2024
cc8c48a
Fixed experience content.
ibrahim19-az Sep 22, 2024
0f5410a
Merge pull request #1 from Ibrahim25-ai/ibrahim
Ibrahim25-ai Sep 22, 2024
ef26557
Fixed experience content.
ibrahim19-az Sep 22, 2024
79ae564
Merge pull request #2 from Ibrahim25-ai/ibrahim
Ibrahim25-ai Sep 22, 2024
328e164
Updating contact info
ibrahim19-az Sep 26, 2024
cd8becc
Add multiple projects display and links
ibrahim19-az Oct 7, 2024
d0f4401
Fixed bugs when displaying the projects (imporoved modularity), Updat…
ibrahim19-az Oct 9, 2024
de6226f
Fixed bugs when displaying the projects
ibrahim19-az Oct 9, 2024
1c2e264
Adding Github link section in projects
ibrahim19-az Oct 9, 2024
54de72c
Icon update
ibrahim19-az Oct 9, 2024
22cffe8
Fixed experience content.
ibrahim19-az Oct 9, 2024
2858ad9
Rename logo.svg to logo.png
Ibrahim25-ai Oct 9, 2024
bd1072f
Update AppHeader.jsx
Ibrahim25-ai Oct 9, 2024
4dadd96
Fixed mobile version.
ibrahim19-az Oct 9, 2024
5ca524e
Update AppBanner.jsx
Ibrahim25-ai Oct 9, 2024
bfadf66
Update main.css
Ibrahim25-ai Oct 9, 2024
4212fed
Fixing styles ,
ibrahim19-az Oct 10, 2024
758d505
fixed styles
ibrahim19-az Oct 10, 2024
7cbe485
Style and switch theme mobile button fixes
ibrahim19-az Oct 11, 2024
44ff6f7
style changes
ibrahim19-az Oct 11, 2024
708830b
Update resume
ibrahim19-az Oct 28, 2024
7324d97
Merge pull request #3 from Ibrahim25-ai/ibra
Ibrahim25-ai Oct 28, 2024
7f5dce4
Update resume
Ibrahim25-ai Oct 29, 2024
7353bb9
Update resume
ibrahim19-az Oct 29, 2024
bf97c72
Delete public/files/CV_Ibrahim_BENLAKHAL.pdf
Ibrahim25-ai Dec 2, 2024
bbb0d12
Merge branch 'main' of https://github.com/Ibrahim25-ai/react-tailwind…
ibrahim19-az Dec 2, 2024
3aabbe4
Update resume
ibrahim19-az Dec 2, 2024
6a413dc
Update experience
ibrahim19-az Dec 9, 2024
13e1b42
Update Experience
ibrahim19-az Dec 9, 2024
0d0d7fa
Update AboutMe
ibrahim19-az Dec 9, 2024
e8c557a
Update resume
ibrahim19-az Dec 15, 2024
ae85db9
Remove resume
ibrahim19-az Mar 10, 2025
f471b32
Merge branch 'main' of https://github.com/Ibrahim25-ai/react-tailwind…
ibrahim19-az Mar 10, 2025
a87f31a
Remove resume
ibrahim19-az Mar 10, 2025
0dbd27c
Remove resume
ibrahim19-az Mar 10, 2025
85db9af
Remove yarn
ibrahim19-az Mar 10, 2025
bf5b248
Update build
ibrahim19-az Mar 10, 2025
bc57c77
Update build
ibrahim19-az Mar 10, 2025
0f33dbe
update package
ibrahim19-az Mar 13, 2025
47ddbdc
Update dependencies and clean up social links in footer
ibrahim19-az May 19, 2025
4dbfc8f
Refactor AppFooterCopyright component and clean up styles and project…
ibrahim19-az May 19, 2025
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
fixed styles
  • Loading branch information
ibrahim19-az committed Oct 10, 2024
commit 758d505ca6d72c7fd06363ef9da7e50d49c8185e
4 changes: 1 addition & 3 deletions src/hoc/SectionWrapper.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { motion } from "framer-motion";

import { styles } from "../components/styles";
import { staggerContainer } from "../utils/motion";

const StarWrapper = (Component, idName) =>
Expand All @@ -11,7 +9,7 @@ const StarWrapper = (Component, idName) =>
initial="hidden"
whileInView="show"
viewport={{ once: true, amount: 0.25 }}
className={``}

>
<span className="hash-span" id={idName}>
&nbsp;
Expand Down