Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zcedd committed Nov 3, 2023
1 parent effb2d5 commit cf46f5b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions components/sections/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ const Hero = () => {
>
{heroData.description}
</motion.p>
<motion.a
{/* <motion.a
variants={fade(0.8, 0.7)}
href="/#projects"
className="px-12 py-2.5 text-lg rounded-md text-whitePrimary border-[0.1rem] border-primary bg-primary/10 hover:bg-primary/[.05] font-medium transition-colors ease-in-out duration-200"
>
Projects
</motion.a>
</motion.a> */}
<motion.p
variants={fadeIn("right", "tween", 1.5, 1.5)}
className="absolute -bottom-2 -right-2 md:-bottom-6 lg:-bottom-7 lg:right-0 text-8xl md:text-[10rem] font-bold text-watermark select-none"
Expand Down
26 changes: 13 additions & 13 deletions constants/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,55 +87,55 @@ export const aboutData = {
export const skills = [
{
name: "HTML",
logo: "zcedd/public/html5.svg",
logo: "html5.svg",
},
{
name: "CSS",
logo: "zcedd/public/css.svg",
logo: "css.svg",
},
{
name: "Javascript",
logo: "zcedd/public/js.svg",
logo: "js.svg",
},
{
name: "Laravel",
logo: "zcedd/public/laravel.svg",
logo: "laravel.svg",
},
{
name: "Bootstrap 5",
logo: "zcedd/public/bootsrap-5.svg",
logo: "bootstrap-5.svg",
},
{
name: "Tailwind",
logo: "zcedd/public/tailwind.svg",
logo: "tailwind.svg",
},
{
name: "React",
logo: "zcedd/public/react.svg",
logo: "react.svg",
},
{
name: "Vite",
logo: "zcedd/public/vite.svg",
logo: "vite.svg",
},
{
name: "Next",
logo: "zcedd/public/nextjs.svg",
logo: "nextjs.svg",
},
{
name: "Git",
logo: "zcedd/public/git.svg",
logo: "git.svg",
},
{
name: "VSCode",
logo: "zcedd/public/vscode.svg",
logo: "vscode.svg",
},
{
name: "Adobe XD",
logo: "zcedd/public/adobexd.svg",
logo: "adobexd.svg",
},
{
name: "Photoshop",
logo: "zcedd/public/photoshop.svg",
logo: "photoshop.svg",
},
];

Expand Down

0 comments on commit cf46f5b

Please sign in to comment.