Skip to content

Commit

Permalink
fix(components): 🐛 Resolve z-index and rotation bugs for papers part
Browse files Browse the repository at this point in the history
  • Loading branch information
mini-mirana committed May 22, 2022
1 parent bdda23b commit a360753
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,18 +218,6 @@ function Page({ startZ, distance }) {
</div>
)
},
// {
// type: 'video',
// source: 'https://res.cloudinary.com/mirana/video/upload/v1648059920/personal-website/vpn_ts3lzf.mp4',
// title: 'ⓘ ANDROID ACCESSIBILITY APPLICATION',
// cardTitle: 'ANDROID ACCESSIBILITY APPLICATION',
// description: (
// <div>
// # AUTOMATIC VPN CONNECTION
// <br /># Developed the frontend
// </div>
// )
// },
{
type: 'photo-text',
photoY: 0,
Expand Down Expand Up @@ -284,18 +272,18 @@ function Page({ startZ, distance }) {
/>
<Title
name='.Paper'
reverse
size={[vpWidth, vpHeight, 0]}
position={[-vpWidth / 2, vpHeight / 2, 64]}
position={[-vpWidth / 2, vpHeight / 2, 56]}
content={['PAPERS']}
/>
<Stack
dom={tooltip}
width={height >= width ? 3 : 6}
height={height >= width ? 3 : 4}
startZ={56}
startZ={48}
distance={distance}
reverse
startReverse
content={[
{
type: 'text',
Expand Down

0 comments on commit a360753

Please sign in to comment.