Seed: portfolio template (18 files)
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ export default function IndexPage() {
|
|||||||
{projects.map((p, i) => (
|
{projects.map((p, i) => (
|
||||||
<Link key={i} to="/project" className="group block hover:-translate-y-1 hover:shadow-xl transition-all duration-300 rounded-2xl">
|
<Link key={i} to="/project" className="group block hover:-translate-y-1 hover:shadow-xl transition-all duration-300 rounded-2xl">
|
||||||
<div className="relative overflow-hidden rounded-2xl animate-scale-in">
|
<div className="relative overflow-hidden rounded-2xl animate-scale-in">
|
||||||
<div className={`aspect-video bg-gradient-to-br \${p.gradient} flex items-center justify-center transition-transform duration-500 group-hover:scale-105 relative`}>
|
<div className={`aspect-video bg-gradient-to-br ${p.gradient} flex items-center justify-center transition-transform duration-500 group-hover:scale-105 relative`}>
|
||||||
<div className="absolute inset-0" style={{ backgroundImage: "radial-gradient(circle at 25% 25%, rgba(255,255,255,0.15) 1px, transparent 1px)", backgroundSize: "20px 20px" }} />
|
<div className="absolute inset-0" style={{ backgroundImage: "radial-gradient(circle at 25% 25%, rgba(255,255,255,0.15) 1px, transparent 1px)", backgroundSize: "20px 20px" }} />
|
||||||
<div className="absolute top-6 left-6 w-20 h-20 rounded-full bg-white/10 blur-xl" />
|
<div className="absolute top-6 left-6 w-20 h-20 rounded-full bg-white/10 blur-xl" />
|
||||||
<div className="absolute bottom-8 right-10 w-28 h-28 rounded-full bg-white/10 blur-2xl" />
|
<div className="absolute bottom-8 right-10 w-28 h-28 rounded-full bg-white/10 blur-2xl" />
|
||||||
|
|||||||
Reference in New Issue
Block a user