Skip to content

Commit

Permalink
feat(components): ✨ Add my name to top left & give position y to phot…
Browse files Browse the repository at this point in the history
…o-text stack for mobile
  • Loading branch information
mini-mirana committed May 22, 2022
1 parent 81c8c5f commit 5ed41f6
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ function Page({ startZ, distance }) {
source:
'https://res.cloudinary.com/mirana/image/upload/v1648110481/personal-website/vi-room.ir__Pixel_5_vmulhi.png',
title: 'WEB CONFERENCING SOLUTION',
description: `# Auto-scaled the pool of BBB backends\n\n# Developed the cloud-native frontend for BBB`
description: `# Auto-scaled the pool of BBB backends\n\n# Developed the cloud-native frontend for BBB`,
descriptionY: '-0.8'
},
{
type: 'video',
Expand Down Expand Up @@ -312,7 +313,23 @@ function Page({ startZ, distance }) {
<TextMesh
size={30}
fontConfig={{
size: 70,
size: 46,
height: 0.1,
curveSegments: 32,
bevelEnabled: true,
bevelThickness: 150,
bevelSize: 10,
bevelOffset: 0,
bevelSegments: 10
}}
position={[0, 0, 0]}
hAlign='right'>
ABDOLRAHMAN
</TextMesh>
<TextMesh
size={30}
fontConfig={{
size: 60,
height: 0.1,
curveSegments: 32,
bevelEnabled: true,
Expand All @@ -321,8 +338,9 @@ function Page({ startZ, distance }) {
bevelOffset: 0,
bevelSegments: 10
}}
position={[0, -30, 0]}
hAlign='right'>
THREE
GHAEDI
</TextMesh>
</Overlay>
</>
Expand Down

0 comments on commit 5ed41f6

Please sign in to comment.