99 lines
7.1 KiB
Plaintext
99 lines
7.1 KiB
Plaintext
@{
|
|
ViewData["Title"] = "Confirmemail1";
|
|
}
|
|
@section Styles {
|
|
<link rel="stylesheet" href="/css/auth1.css" asp-append-version="true" />
|
|
}
|
|
|
|
|
|
<section class="min-h-screen flex">
|
|
<div class="hidden lg:flex w-1/2 bg-gradient-to-br from-gray-50 to-white items-center justify-center p-12">
|
|
<div class="max-w-md">
|
|
<div class="flex items-center gap-3 mb-8">
|
|
<div class="w-14 h-14 bg-gray-900 rounded-xl flex items-center justify-center">
|
|
<svg class="w-8 h-8 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"/></svg>
|
|
</div>
|
|
<div>
|
|
<div class="text-2xl font-bold text-gray-900">EnterpriseKit</div>
|
|
<div class="text-sm text-gray-500">Enterprise Application Platform</div>
|
|
</div>
|
|
</div>
|
|
<h2 class="text-3xl font-bold text-gray-900 leading-tight mb-4">Email Successfully<br/>Confirmed</h2>
|
|
<p class="text-gray-500 leading-relaxed mb-8">Your email has been verified and your account is now active. You can start exploring the full power of EnterpriseKit right away.</p>
|
|
<div class="space-y-4">
|
|
<div class="flex items-start gap-3">
|
|
<div class="w-5 h-5 rounded bg-gray-100 flex items-center justify-center flex-shrink-0 mt-0.5"><svg class="w-3 h-3 text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="3"><path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5"/></svg></div>
|
|
<div><span class="font-semibold text-gray-900 text-sm">Account Active</span><p class="text-xs text-gray-400 mt-0.5">Your account is fully activated and ready to use</p></div>
|
|
</div>
|
|
<div class="flex items-start gap-3">
|
|
<div class="w-5 h-5 rounded bg-gray-100 flex items-center justify-center flex-shrink-0 mt-0.5"><svg class="w-3 h-3 text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="3"><path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5"/></svg></div>
|
|
<div><span class="font-semibold text-gray-900 text-sm">Full Access Granted</span><p class="text-xs text-gray-400 mt-0.5">Access all enterprise modules from one dashboard</p></div>
|
|
</div>
|
|
<div class="flex items-start gap-3">
|
|
<div class="w-5 h-5 rounded bg-gray-100 flex items-center justify-center flex-shrink-0 mt-0.5"><svg class="w-3 h-3 text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="3"><path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5"/></svg></div>
|
|
<div><span class="font-semibold text-gray-900 text-sm">Ready to Go</span><p class="text-xs text-gray-400 mt-0.5">Sign in now to start managing your enterprise operations</p></div>
|
|
</div>
|
|
</div>
|
|
<div class="mt-10 p-4 bg-white border border-gray-100 rounded-xl">
|
|
<div class="flex items-center gap-3">
|
|
<div class="w-10 h-10 rounded-full bg-green-100 flex items-center justify-center flex-shrink-0">
|
|
<svg class="w-5 h-5 text-green-600" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M9 12.75L11.25 15 15 9.75M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/></svg>
|
|
</div>
|
|
<div>
|
|
<div class="text-sm font-semibold text-gray-900">Verification Complete</div>
|
|
<div class="text-xs text-gray-400">Your email has been verified successfully</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="w-full lg:w-1/2 flex items-center justify-center p-6 sm:p-10 lg:p-16">
|
|
<div class="w-full max-w-md">
|
|
<div class="text-center mb-8">
|
|
<h2 class="text-2xl font-bold text-gray-900">Thank You for Confirming!</h2>
|
|
<p class="text-gray-500 text-sm mt-2 leading-relaxed">Your email address has been successfully verified and your account is now fully active. You can start using EnterpriseKit immediately.</p>
|
|
</div>
|
|
|
|
<div class="bg-white border border-gray-100 rounded-xl p-6 mb-6">
|
|
<div class="flex items-start gap-3 mb-4">
|
|
<div class="w-6 h-6 rounded-full bg-green-100 flex items-center justify-center flex-shrink-0 mt-0.5">
|
|
<svg class="w-3.5 h-3.5 text-green-600" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="3"><path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5"/></svg>
|
|
</div>
|
|
<div>
|
|
<span class="font-semibold text-gray-900 text-sm">Account Activated</span>
|
|
<p class="text-xs text-gray-400 mt-0.5">Your account is now active and ready for use</p>
|
|
</div>
|
|
</div>
|
|
<div class="flex items-start gap-3 mb-4">
|
|
<div class="w-6 h-6 rounded-full bg-green-100 flex items-center justify-center flex-shrink-0 mt-0.5">
|
|
<svg class="w-3.5 h-3.5 text-green-600" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="3"><path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5"/></svg>
|
|
</div>
|
|
<div>
|
|
<span class="font-semibold text-gray-900 text-sm">Email Verified</span>
|
|
<p class="text-xs text-gray-400 mt-0.5">Your email address has been successfully verified</p>
|
|
</div>
|
|
</div>
|
|
<div class="flex items-start gap-3">
|
|
<div class="w-6 h-6 rounded-full bg-green-100 flex items-center justify-center flex-shrink-0 mt-0.5">
|
|
<svg class="w-3.5 h-3.5 text-green-600" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="3"><path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5"/></svg>
|
|
</div>
|
|
<div>
|
|
<span class="font-semibold text-gray-900 text-sm">Ready to Explore</span>
|
|
<p class="text-xs text-gray-400 mt-0.5">Sign in to access all EnterpriseKit features</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<a href="login1.html" class="btn-primary w-full">
|
|
Sign In to Your Account
|
|
<svg class="w-4 h-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2.5"><path stroke-linecap="round" stroke-linejoin="round" d="M13 7l5 5m0 0l-5 5m5-5H6"/></svg>
|
|
</a>
|
|
|
|
<p class="mt-6 text-center text-sm text-gray-500">
|
|
Need help?
|
|
<a class="auth-link ml-1" href="#">Contact Support</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</section> |