Skip to content

Commit ec7c978

Browse files
committed
fix: tinified presentation image
1 parent c5346ed commit ec7c978

File tree

5 files changed

+31
-26
lines changed

5 files changed

+31
-26
lines changed

public/AbnerCurriculumVitae.pdf

572 Bytes
Binary file not shown.

src/assets/images/eu.png

-638 KB
Loading
-8.3 KB
Loading
Lines changed: 30 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,58 @@
1-
import { ParallaxBanner, ParallaxBannerLayer } from "react-scroll-parallax";
2-
import "./base.css";
3-
import me from "src/assets/images/eu.png";
4-
import MagneticButton from "src/components/MagneticButton/MagneticButton";
5-
import { Icon } from "@iconify/react";
1+
import { ParallaxBanner, ParallaxBannerLayer } from 'react-scroll-parallax'
2+
import './base.css'
3+
import me from 'src/assets/images/eu.png'
4+
import MagneticButton from 'src/components/MagneticButton/MagneticButton'
5+
import { Icon } from '@iconify/react'
66

77
const Base = () => {
88
const onDownload = () => {
9-
const link = document.createElement("a");
10-
link.download = `AbnerCurriculum.pdf`;
11-
link.href = "./AbnerCurriculumVitae.pdf";
12-
link.click();
13-
};
9+
const link = document.createElement('a')
10+
link.download = `AbnerCurriculum.pdf`
11+
link.href = './AbnerCurriculumVitae.pdf'
12+
link.click()
13+
}
1414
return (
15-
<div className="base">
16-
<ParallaxBanner className="banner-container">
17-
<ParallaxBannerLayer className="background"></ParallaxBannerLayer>
18-
<ParallaxBannerLayer className="title">
19-
<div className="text">
15+
<div className='base'>
16+
<ParallaxBanner className='banner-container'>
17+
<ParallaxBannerLayer className='background'></ParallaxBannerLayer>
18+
<ParallaxBannerLayer className='title'>
19+
<div className='text'>
2020
ABNER J SILVA ABNER J SILVA ABNER J SILVA ABNER J SILVA&nbsp;
2121
</div>
2222
</ParallaxBannerLayer>
2323
<ParallaxBannerLayer
2424
translateY={[0, 30]}
2525
image={me}
26-
className="me"
26+
className='me'
2727
></ParallaxBannerLayer>
2828
<ParallaxBannerLayer>
29-
<div className="text-banner">
30-
<div className="left">
29+
<div className='text-banner'>
30+
<div className='left'>
3131
ABNER JOSÉ
3232
<br />
3333
DA SILVA
3434
</div>
3535
</div>
3636
</ParallaxBannerLayer>
3737
<ParallaxBannerLayer>
38-
<div className="btn-controller">
38+
<div className='btn-controller'>
3939
<MagneticButton
40-
onClick={onDownload}
41-
endIcon={<Icon width={30} icon="bi:download" />}
42-
className="btn-curriculum"
40+
onClick={onDownload}
41+
endIcon={
42+
<Icon
43+
width={30}
44+
icon='bi:download'
45+
/>
46+
}
47+
className='btn-curriculum'
4348
>
4449
baixar currículo
4550
</MagneticButton>
4651
</div>
4752
</ParallaxBannerLayer>
4853
</ParallaxBanner>
4954
</div>
50-
);
51-
};
55+
)
56+
}
5257

53-
export default Base;
58+
export default Base

src/pages/Works/WorksContainer/WorksContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const works: WorkItems[] = [
6161
{
6262
title: 'Material Design',
6363
description: 'Design & Desenvolvimento',
64-
dev: 'Java Swing',
64+
dev: 'Java',
6565
year: dayjs('2019-10').toDate(),
6666
panel: SwingmdAssets,
6767
type: 'desktop',

0 commit comments

Comments
 (0)