created animation + hoverAnimation helperFunction. Also Hero + Techstack (prev) styled and animated.

This commit is contained in:
yousifpa98
2024-12-20 01:12:49 +01:00
parent 1ff58ea7cc
commit 54df568dc6
24 changed files with 715 additions and 135 deletions

View File

@@ -1,17 +0,0 @@
import React from "react";
import "../../css/Hero.css";
const Hero = () => {
return (
<div className="hero">
<p>
<span>
Hi, I'm Yousif. <br />
</span>{" "}
I'm a Full-Stack Developer from Germany.
</p>
</div>
);
};
export default Hero;