Skip to content

Commit

Permalink
ice moon
Browse files Browse the repository at this point in the history
  • Loading branch information
RidwanSharkar committed Oct 29, 2024
1 parent a3870b3 commit 6bfbfa4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion warpgate/EnhancedPlanet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ const EnhancedPlanet: React.FC<EnhancedPlanetProps> = ({
pointerEvents: 'none',
}}
>
<span>{label}</span>
</Html>
)}

Expand Down
18 changes: 9 additions & 9 deletions warpgate/EnhancedPlanetGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ const EnhancedPlanetGroup: React.FC<EnhancedPlanetGroupProps> = ({ onSelectPlane
{
position: [0, 0, 0],
link: 'https://www.linkedin.com/in/ridwansharkar',
label: 'LinkedIn',
description: 'Connect with me on LinkedIn to view my professional profile and network.',
label: 'LinkedIn',
description: 'Connect()',
orbitRadius: 2.75,
orbitSpeed: 0.75,
planetColor: '#60AFFF',
orbitSpeed: 0.60,
planetColor: '#00d2ff',
size: 0.40,
rotationSpeed: 0.02,
logoTexturePath: '/textures/LinkedIn_logo.svg',
Expand All @@ -73,10 +73,10 @@ const EnhancedPlanetGroup: React.FC<EnhancedPlanetGroupProps> = ({ onSelectPlane
position: [0, 0, 0],
link: 'https://github.com/ridwansharkar',
label: 'GitHub',
description: 'Explore my GitHub repositories to see my projects and contributions.',
description: 'Explore()',
orbitRadius: 5.0,
orbitSpeed: 0.1,
planetColor: '#0d1117',
planetColor: '#4591f1',
rings: [
{ color: '#73ced4', innerScale: 1.1, outerScale: 1.3, inclination: 0 },
{ color: '#d2fbfd', innerScale: 1.4, outerScale: 1.6, inclination: Math.PI / 2 }, // Perpendicular
Expand Down Expand Up @@ -125,7 +125,7 @@ const EnhancedPlanetGroup: React.FC<EnhancedPlanetGroupProps> = ({ onSelectPlane
position: [0, 0, 0],
link: 'https://instagram.com/ridwansharkar/?hl=en',
label: 'Instagram',
description: 'i Cut wood',
description: 'cutWood()',
orbitRadius: 8,
orbitSpeed: 0.2,
planetColor: '#BDA0BC',
Expand All @@ -141,7 +141,7 @@ const EnhancedPlanetGroup: React.FC<EnhancedPlanetGroupProps> = ({ onSelectPlane
size: 0.16,
moonColor: '#EAC4D5',
link: 'https://www.artstation.com/ridwansharkar',
label: 'Art Station',
label: 'Art Station - gotta update this',
},
],
logoTexturePath: '/textures/Instagram_logo.svg',
Expand All @@ -151,7 +151,7 @@ const EnhancedPlanetGroup: React.FC<EnhancedPlanetGroupProps> = ({ onSelectPlane
{
position: [0, 0, 0],
link: 'https://mythos.store',
label: 'Art Portfolio',
label: 'Mythos',
description: 'browse() and buy()',
orbitRadius: 10,
orbitSpeed: 0.3,
Expand Down

0 comments on commit 6bfbfa4

Please sign in to comment.