Skip to content

Commit

Permalink
Merge pull request #90 from edotheDev/edothedev
Browse files Browse the repository at this point in the history
🔥 build(profile): add edo profile
  • Loading branch information
lwinmoepaing authored Oct 22, 2023
2 parents 644ec26 + 183836e commit 5dd9044
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 1 deletion.
69 changes: 69 additions & 0 deletions content/profile/edothedev.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
---
name: Edo
description: Designer/Developer
image: "https://i.pinimg.com/originals/18/ab/0b/18ab0b0acef5f0d8c395610d605ce034.jpg"
tags:
- UI/UX
- ReactJS
- GSAP
- ThreeJS
- C++
- C#
- MySQL
- 3D
- Spline
- Blender
- Figma
- Git
---
import Edo from "./edothedev/Edo.jsx";

<div className="md:h-[75vh] h-[50vh] border-4 border-b-gray-50 rounded-3xl overflow-hidden">
<Edo />
</div>
<h2 className="text-2xl text-center mt-12">About Me</h2>

``` jsx
<Name name={"Edo"}/>
<Profession
profession={[
"UI/UX Designer",
"Front-end Dev",
"3D Artist",
"Fashion Stylist"
]}
/>
<Technologies
technologies={[
"UI/UX",
"ReactJS",
"GSAP",
"ThreeJS",
"C++",
"C#",
"MySQL",
"Spline",
"Blender",
"Figma",
"Git"
]}
/>
<Description
description={[
"Multi-talented: UI/UX Designer, Front-end Developer, 3D Artist, and Fashion Stylist",
"50% self-taught, 50% university",
"Freelancing and collaborating worldwide",
"Passion for eye-catching, functional websites, especially in 3D",
"Love creating stylish 3D models and animations",
"Into crafting beautiful and functional fashion styles",
"Love to write technical articles"
]}
/>
<SpecialTalent
specialTalent={"CREATIVE"}
/>
```
<h2 className="text-2xl text-center mt-12">Portfolio</h2>
<div className="flex items-center justify-center mt-6">
<a className="underline" href="https://edothedeveloper.tech/">edothedeveloper.tech</a>
</div>
7 changes: 7 additions & 0 deletions content/profile/edothedev/Edo.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import Spline from '@splinetool/react-spline';

export default function App() {
return (
<Spline scene="https://prod.spline.design/523zxk5lcIEjBpbL/scene.splinecode" />
);
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
}
},
"dependencies": {
"@splinetool/react-spline": "^2.2.6",
"clsx": "^2.0.0",
"commitlint": "^17.7.2",
"commitlint-config-gitmoji": "^2.3.1",
Expand Down Expand Up @@ -58,7 +59,7 @@
"eslint": "^8",
"eslint-config-next": "13.5.4",
"postcss": "^8",
"tailwindcss": "^3",
"tailwindcss": "^3.3.3",
"typescript": "^5"
}
}

0 comments on commit 5dd9044

Please sign in to comment.