Components
The DevTerminalProfile component is a modern, animated developer portfolio section designed to resemble a live terminal interface. It introduces the developer line by line using a smooth typing animation, creating an engaging and tech-savvy impression. The design features a dark-themed terminal window with glowing background gradients, mimicking a real coding environment. It highlights key information such as name, role, tech stack, and interests in a minimal yet visually striking way. Subtle motion effects, clean typography, and responsive design make it an ideal hero section or interactive introduction for a personal or developer-focused website.
Loading preview...
import DevTerminalProfile from "@/components/ui/dev-terminal-profile";
export default function DemoOne() {
return <DevTerminalProfile />;
}