Ui changes

This commit is contained in:
Anushlinux
2025-08-21 13:58:07 +05:30
parent 42a511ccb6
commit fffe6474c4
2 changed files with 7 additions and 7 deletions

View File

@@ -148,11 +148,11 @@ export default function JobsPage({
<SelectContent>
<SelectItem value="all">All Locations</SelectItem>
<SelectItem value="remote">Remote</SelectItem>
<SelectItem value="san francisco">San Francisco</SelectItem>
<SelectItem value="new york">New York</SelectItem>
<SelectItem value="seattle">Seattle</SelectItem>
<SelectItem value="austin">Austin</SelectItem>
<SelectItem value="los angeles">Los Angeles</SelectItem>
<SelectItem value="san francisco">On Site</SelectItem>
<SelectItem value="new york">Mumbai</SelectItem>
<SelectItem value="seattle">Delhi</SelectItem>
<SelectItem value="austin">Banglore</SelectItem>
<SelectItem value="los angeles">Gurgaon</SelectItem>
</SelectContent>
</Select>
</div>

View File

@@ -19,8 +19,8 @@ export default async function Page() {
<div className="flex flex-col items-center gap-2">
{/* Animated logo */}
<img src="/favicon.ico" alt="Logo" className="w-14 h-14 mb-2 drop-shadow-lg animate-bounce-slow" />
<h1 className="text-2xl font-bold text-gray-800 tracking-tight">Placement Portal Admin</h1>
<p className="text-gray-500 text-sm text-center">Sign in to manage placements and students</p>
<h1 className="text-2xl font-bold text-gray-800 tracking-tight">Placement Portal Login</h1>
<p className="text-gray-500 text-sm text-center">Sign in to manage your placements</p>
<p className="text-xs text-red-500 font-semibold italic mt-1 animate-fade-in">Empower your journey. Shape the future.</p>
</div>
<form action={logIn} className="w-full">