diff --git a/src/components/App.jsx b/src/components/App.jsx index b1cf1fe..e4d8f4b 100644 --- a/src/components/App.jsx +++ b/src/components/App.jsx @@ -24,6 +24,7 @@ import font from '../assets/fonts/Inter-Bold.woff'; import toyCar from '../assets/models/ToyCar.glb'; import mac from '../assets/models/mac-draco.glb'; import { SpotLightHelper, DirectionalLightHelper } from 'three'; +import logo from '../assets/logos/fd..svg'; const rsqw = (t, delta = 0.1, a = 1, f = 1 / (2 * Math.PI)) => (a / Math.atan(1 / delta)) * Math.atan(Math.sin(2 * Math.PI * t * f) / delta) @@ -221,9 +222,18 @@ const App = () => { {/* Drei's HTML component can now "hide behind" canvas geometry */} - setScreenClicked(!screenClicked)} className="content" rotation-x={-Math.PI / 2} position={[0, 0.05, -0.09]} transform occlude> -
-

Hello

+ +
setScreenClicked(!screenClicked)} onMouseLeave={() => setScreenClicked(!screenClicked)}> +
+ +
+

Ultradent

+

React/Preact, Javascript, jQuery, Webpack, Storybook, React Testing Library

+
+
diff --git a/src/components/MainContent.jsx b/src/components/MainContent.jsx index b3d6531..e4686b0 100644 --- a/src/components/MainContent.jsx +++ b/src/components/MainContent.jsx @@ -5,14 +5,18 @@ const MainContent = () => { return (
+ Frank Delaguila - Designer and Developer Logo (FD.) + {/*
    +
  • Home
  • +
  • About
  • +
  • Portfolio
  • +
  • Contact
  • +
*/} +
); }; diff --git a/src/styles/styles.scss b/src/styles/styles.scss index e2af614..389b87f 100644 --- a/src/styles/styles.scss +++ b/src/styles/styles.scss @@ -33,16 +33,12 @@ body { .content { width: 334px; height: 216px; - background: #f0f0f0; + background: #1a1a1d; border-radius: 3px; overflow-y: auto; padding: 0; } .wrapper { - padding: 10px; - width: 668px; height: 432px; - transform: scale(0.5); - transform-origin: top left; } \ No newline at end of file