diff --git a/src/components/App.jsx b/src/components/App.jsx
index f5b2dc3..1bb291a 100644
--- a/src/components/App.jsx
+++ b/src/components/App.jsx
@@ -4,9 +4,7 @@ import { useRef, useState } from 'react';
import { useFrame, useThree, useLoader } from '@react-three/fiber';
import {
Text,
- MeshReflectorMaterial,
Html,
- Image,
useScroll,
useGLTF,
} from '@react-three/drei';
@@ -20,36 +18,51 @@ import monumetricLogo from '../assets/logos/monumetric-stacked-white.svg';
import linkedInLogo from '../assets/logos/linkedin-logo.png';
import git from '../assets/logos/git-logo.png';
+import { toTitleCase } from '../scripts/utils';
+
const SocialSphere = ({texture, position, rotation, scale, url}) => {
const [hovered, setHovered] = useState(false);
const sphereRef = useRef();
+ const tooltipRef = useRef();
useFrame((state, delta) => {
// console.log( sphereRef.current.scale );
if( hovered ) {
+ tooltipRef.current.style.opacity = 1;
gsap.to( sphereRef.current.scale, {
x: 1.2,
y: 1.2,
z: 1.2
} );
} else {
+ tooltipRef.current.style.opacity = 0;
gsap.to( sphereRef.current.scale, {
x: 1,
y: 1,
z: 1
} );
}
- })
+ });
+
+ function platformTitle() {
+ return url.includes('linkedin') ? 'LinkedIn' : 'Github' ;
+ }
function routeToSocial() {
window.open(url, '_blank');
}
return (
-
I work as a Front End Web Developer and UX/UI Designer. I have experience in frameworks/libraries and languages such as Angular, React, Javascript, jQuery, Node.js, GraphQL, MongoDB, and Express.
+ I have experience with testing libraries such as Jest, Enzyme, and React testing library.
+ Automation tools, and task runners such as Webpack, Grunt, and NPM.
+
+ I also work as a UX/UI designer using tools such as the Adobe Suite(Adobe XD, Adobe Illustrator, etc.), Sketch, and Figma.
+
Frontend Developer and UX/UI Designer
Technologies Used:
Angular 3/7/13+, Javascript, SCSS(Sass), UX/UI Design, Adobe XD, Figma
+ Frontend Developer and UX/UI Designer
+ Oct 2021 - Present
+ Technologies Used:
+ Angular 3/7/13+, Javascript, SCSS(Sass), UX/UI Design, Adobe XD, Figma
+
Front End Developer
Technologies Used:
React/Preact, Javascript, jQuery, Webpack, Storybook, React Testing Library, SCSS(Sass), Razor Views, Figma, Sketch
+ Front End Developer
+ May 2018 - Apr 2020
+ Technologies Used:
+ React/Preact, Javascript, jQuery, Webpack, Storybook, React Testing Library, SCSS(Sass), Razor Views, Figma, Sketch