Updated animations
This commit is contained in:
parent
4bcfa0500c
commit
c808d2cc10
@ -1,18 +1,17 @@
|
||||
<div class="container mx-auto p-4 mt-4">
|
||||
<div class="container mx-auto p-4 mt-4 animate-in fade-in slide-in-from-left-6 duration-300">
|
||||
<h1 class="text-4xl font-bold text-center text-gray-800 mb-2">Download File</h1>
|
||||
<p class="text-md text-center text-gray-600 mb-6">Access your files quickly and securely</p>
|
||||
<div class="bg-white shadow-lg rounded-lg p-6 flex flex-col items-center justify-center">
|
||||
<img class="w-28 mt-6 mb-6" src="./assets/cloud-arrow-down-solid.svg">
|
||||
<img class="w-56 mt-6 mb-6" src="./assets/cloud-arrow-down-solid.svg">
|
||||
<div class="w-full max-w-md mb-6 relative">
|
||||
<input type="text" class="input input-bordered w-full pl-10" placeholder="Enter download code/link" />
|
||||
<input type="text" class="input input-bordered text-center w-full pl-10" placeholder="Enter download code/link" />
|
||||
<div class="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none">
|
||||
<span class="text-gray-500 sm:text-sm">
|
||||
<i class="fas fa-link"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<button class="btn btn-primary w-full max-w-xs flex justify-center items-center mb-4">
|
||||
<i class="fas fa-cloud-download-alt mr-2"></i>
|
||||
<button class="btn btn-primary w-full max-w-xs flex justify-center items-center mb-4" (click)="checkFile()">
|
||||
Download
|
||||
</button>
|
||||
<p class="text-gray-600 text-center w-2/3">Files are available for a limited time. Ensure the code or link is correct.</p>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class="container mx-auto p-4 mt-4">
|
||||
<div class="container mx-auto p-4 mt-4 animate-in fade-in slide-in-from-right-6 duration-300">
|
||||
<h1 class="text-4xl font-bold text-center text-gray-800 mb-5">Upload Your File</h1>
|
||||
<div class="bg-white shadow-lg rounded-lg lg:p-6 p-3">
|
||||
<div *ngIf="!uploadStarted" class="flex flex-col items-center justify-center lg:p-5">
|
||||
|
Loading…
x
Reference in New Issue
Block a user