1+ < ion-content >
2+
3+ <!-- <div class="container">
4+ <h1 class="header">Hey, <br> Welcome Back.</h1>
5+ <div class="text">
6+ <p>Do not have an account? <a href="Create-Page">Create</a></p>
7+ </div>
8+ <div class="input-container">
9+ <input type="text" placeholder="Username">
10+ <input type="password" placeholder="Password">
11+ </div>
12+ <div class="text">
13+ <p>Forgot Password? <a href="Forgot-Page">Reset</a></p>
14+ </div>
15+ <button class="login-button">Login</button>
16+ <div class="text">
17+ <p><a href="Create-Recipe-Page">Continue as guest</a></p>
18+ </div>
19+ </div> -->
20+
21+ < div class ="flex flex-col justify-center min-h-screen px-10 text-left ">
22+
23+ < img class ="content-end " src ="/apps/app/src/assets/Logo.png " alt ="Errors ">
24+
25+ < h1 class ="text-3xl md:text-5xl text-left mb-4 font-extrabold bg-dark "> Hey, < br > Welcome Back.</ h1 >
26+
27+ < div class ="text-left mb-6 py-1 grid grid-flow-col auto-cols-auto space-x-20 inline-block ">
28+ < p class ="text-sm md:text-base text-gray-500 py-1 "> Do not have an account? </ p > < a href ="# " (click) ="create() " class ="text-black text-sm md:text-base py-1 "> Create</ a >
29+ </ div >
30+ < div class ="w-full max-w-lg py-1 space-y-6 place-content-center ">
31+ < input type ="text " placeholder ="Username " class ="mb-4 p-3 w-full border bg-gray-200 border-gray-300 rounded-md text-base text-neutral-950 py-1 ">
32+ < input type ="password " placeholder ="Password " class ="mb-4 p-3 w-full border bg-gray-200 border-gray-300 rounded-md text-base text-neutral-950 py-1 ">
33+ </ div >
34+ < div class ="text-left mb-4 py-1 grid grid-flow-col auto-cols-auto space-x-20 inline-grid ">
35+
36+ < p class ="text-sm md:text-base text-gray-500 py-1 pt-4 inline "> Forgot Password? </ p >
37+ < a href ="# " (click) ="reset() " class ="text-black text-sm md:text-base py-1 pt-4 "> Reset</ a >
38+
39+ </ div >
40+ < button (click) ="login() " class ="bg-primary text-white py-3 px-6 rounded-md text-base w-full mb-4 max-w-lg "> Login</ button >
41+ < div class ="text-center py-4 ">
42+ < p > < a href ="# " (click) ="guest() " class ="text-gray-500 "> Continue as guest</ a > </ p >
43+ </ div >
44+
45+ </ div >
46+
47+ </ ion-content >
0 commit comments