diff --git a/client/pages/DevLink.tsx b/client/pages/DevLink.tsx new file mode 100644 index 00000000..c53a8958 --- /dev/null +++ b/client/pages/DevLink.tsx @@ -0,0 +1,135 @@ +import Layout from "@/components/Layout"; +import { Button } from "@/components/ui/button"; +import { Badge } from "@/components/ui/badge"; +import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; +import { Users, Briefcase, Star, Zap } from "lucide-react"; + +export default function DevLink() { + return ( + +
+ {/* Animated backgrounds */} +
+
+
+
+
+ +
+ {/* Hero Section */} +
+
+
+ + + Dev-Link + + +

+ LinkedIn for Roblox +

+ +

+ Connect with Roblox developers, showcase your portfolio, find collaborators, and land your next opportunity. The professional network built by Roblox creators, for Roblox creators. +

+ +
+ + +
+
+
+
+ + {/* Features Grid */} +
+
+
+ + + + Network + + +

+ Connect with thousands of Roblox developers worldwide and expand your opportunities. +

+
+
+ + + + + Opportunities + + +

+ Discover jobs, collaborations, and projects tailored to your skills and interests. +

+
+
+ + + + + Portfolio + + +

+ Showcase your best work and build your professional reputation in the community. +

+
+
+ + + + + Collaborate + + +

+ Team up with other creators to build amazing games and experiences together. +

+
+
+
+
+
+ + {/* CTA Section */} +
+
+

+ Your Roblox Career Starts Here +

+

+ Join the professional community for Roblox developers. Connect, showcase, and grow. +

+ +
+
+
+
+ + ); +}