From 9a370b0464722b9c67406a67df0f385a7bede104 Mon Sep 17 00:00:00 2001 From: mini-mirana Date: Thu, 24 Mar 2022 19:21:23 +0100 Subject: [PATCH] feat(Website): :sparkles: Specialize based on my needs --- src/pages/index.js | 52 +++++++++------------------------------------- 1 file changed, 10 insertions(+), 42 deletions(-) diff --git a/src/pages/index.js b/src/pages/index.js index cac31f0..2096806 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -75,26 +75,11 @@ function Page({ startZ, distance }) { HELLO - {/* - ✋ - */} - I'M A + IM - DEV + ME - ABDOLRAHMAN - </TextMesh> - <TextMesh - size={30} - fontConfig={{ - size: 60, + size: 70, height: 0.1, curveSegments: 32, bevelEnabled: true, @@ -338,9 +306,8 @@ function Page({ startZ, distance }) { bevelOffset: 0, bevelSegments: 10 }} - position={[0, -30, 0]} hAlign='right'> - GHAEDI + THREE </TextMesh> </Overlay> </> @@ -437,20 +404,21 @@ export default function Home() { <Cursor speed={0.2} icons={[ - { icon: github, description: 'My GitHub', fontSize: 40, link: 'https://github.com/mini-mirana' }, - { icon: mail, description: 'My Email', fontSize: 40, link: 'mailto:mini_mirana@yahoo.com' }, + { icon: github, description: 'My GitHub', fontSize: 40, link: 'https://github.com/' }, + { icon: mail, description: 'My Email', fontSize: 40, link: 'mailto:info@example.com' }, { icon: download, description: 'Resume pdf', fontSize: 40, - link: 'https://res.cloudinary.com/mirana/image/upload/v1649516076/personal-website/Abdolrahman_Ghaedi_Resume_ppye82.pdf' + link: 'https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf' } ]} sections={[ { section: 'Intro', objName: '.Title' }, { section: 'skills', objName: '.Grid' }, { section: 'Experience', objName: '.Stack' }, - { section: 'Papers', objName: '.Paper' } + { section: 'Papers', objName: '.Paper' }, + { section: 'Hobbys', objName: '' } ]} dom={dom} handleScroll={handleScroll}>