feat: updated footer credit text and added console signature
This commit is contained in:
@@ -24,6 +24,13 @@ const Landing = () => {
|
|||||||
const sectionsRef = useRef([]);
|
const sectionsRef = useRef([]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
// Console Signature
|
||||||
|
console.log(
|
||||||
|
"%c Built by Satyam Rastogi %c 🚀 Ready for liftoff ",
|
||||||
|
"background: #3b82f6; color: white; padding: 4px; border-radius: 4px 0 0 4px; font-weight: bold;",
|
||||||
|
"background: #10b981; color: white; padding: 4px; border-radius: 0 4px 4px 0;"
|
||||||
|
);
|
||||||
|
|
||||||
// Hero Animation
|
// Hero Animation
|
||||||
gsap.fromTo(textRef.current.children,
|
gsap.fromTo(textRef.current.children,
|
||||||
{ y: 50, opacity: 0 },
|
{ y: 50, opacity: 0 },
|
||||||
@@ -362,8 +369,8 @@ const Landing = () => {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex items-center gap-2 px-4 py-2 rounded-full bg-white/5 border border-white/5 hover:bg-white/10 hover:border-white/10 transition-all group cursor-default">
|
<div className="flex items-center gap-2 px-4 py-2 rounded-full bg-white/5 border border-white/5 hover:bg-white/10 hover:border-white/10 transition-all group cursor-default">
|
||||||
<span className="animate-pulse">☕</span>
|
<span className="text-zinc-500">✨</span>
|
||||||
<span>Made by <span className="text-zinc-300 font-bold group-hover:text-blue-400 transition-colors">Satyam Rastogi</span> with lots of love and coffee</span>
|
<span>Satyam Rastogi made this. <span className="text-zinc-400 group-hover:text-blue-400 transition-colors">Blame him for the bugs, praise him for the features.</span></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user