Skip to content

Commit 7324d97

Browse files
authored
Merge pull request #3 from Ibrahim25-ai/ibra
Update resume
2 parents 44ff6f7 + 708830b commit 7324d97

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed
309 KB
Binary file not shown.

public/files/Stoman-Resume.pdf

-476 KB
Binary file not shown.

src/__tests__/Banner.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ test('can download cv when clicked on download cv button', async () => {
3939
// () => downloadLink
4040
// );
4141

42-
// expect(downloadLink.download).toEqual('Stoman-Resume.pdf');
43-
// expect(downloadLink.href).toEqual('/files/Stoman-Resume.pdf');
42+
// expect(downloadLink.download).toEqual('CV_Ibrahim_BENLAKHAL.pdf');
43+
// expect(downloadLink.href).toEqual('/files/CV_Ibrahim_BENLAKHAL.pdf');
4444
// expect(downloadLink.click).toHaveBeenCalledTimes(1);
4545
});

src/components/shared/AppBanner.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ const AppBanner = () => {
5353
className="flex justify-center sm:block"
5454
>
5555
<a
56-
download="Stoman-Resume.pdf"
57-
href="/files/Stoman-Resume.pdf"
56+
download="CV_Ibrahim_BENLAKHAL.pdf"
57+
href="/files/CV_Ibrahim_BENLAKHAL.pdf"
5858
className="font-general-medium flex justify-center items-center w-36 sm:w-48 mt-12 mb-6 sm:mb-0 text-lg border border-indigo-200 dark:border-ternary-dark py-2.5 sm:py-3 shadow-lg rounded-lg bg-indigo-50 focus:ring-1 focus:ring-indigo-900 hover:bg-indigo-500 text-gray-500 hover:text-white duration-500"
5959
aria-label="Download Resume"
6060
>

src/css/main.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -966,6 +966,15 @@ margin: auto;
966966

967967
align-items: center;
968968

969+
}
970+
@media (max-width: 1920px) {
971+
.section{
972+
margin: 0em 0em;
973+
}
974+
.text-hero {
975+
font-size: 4em; /* Adjust for lg screens */
976+
}
977+
969978
}
970979
@media (max-width: 1024px) {
971980
.section{

0 commit comments

Comments
 (0)