logo first try, #20 cleanup, show today in blue deck-list

This commit is contained in:
Your Name
2025-01-31 19:01:10 +01:00
parent 2885ece241
commit ae9017020c
10 changed files with 151 additions and 55 deletions

View File

@@ -11,8 +11,8 @@ import { PopoverService } from './services/popover.service';
template: `
<div *ngIf="!isLoggedIn" class="min-h-screen flex flex-col items-center justify-center bg-gradient-to-r from-blue-500 to-purple-600 text-white">
<div class="text-center">
<h1 class="text-5xl font-bold mb-4">Master Your Vocabulary</h1>
<p class="text-xl mb-8">Learn smarter, not harder. Start your journey today.</p>
<h1 class="text-5xl font-bold mb-4">Master Your Learning</h1>
<p class="text-xl mb-8">Learn smarter, not harder. Start your journey today</p>
<button (click)="loginWithGoogle()" class="bg-white text-blue-600 px-6 py-3 rounded-lg shadow-lg hover:bg-gray-100 transition duration-300 flex items-center justify-center">
<svg class="w-6 h-6 mr-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<path
@@ -30,7 +30,7 @@ import { PopoverService } from './services/popover.service';
<div *ngIf="isLoggedIn" class="container mx-auto p-4">
<div class="flex justify-center items-center mb-8">
<h1 class="text-3xl font-bold mx-auto">Vocabulary Training</h1>
<h1 class="text-3xl font-bold mx-auto">Haiky Spaced Repetition Training</h1>
<div class="relative" appClickOutside (clickOutside)="showDropdown = false">
@if(photoURL){
<img [src]="photoURL" alt="User Photo" class="w-10 h-10 rounded-full cursor-pointer" (click)="toggleDropdown()" referrerpolicy="no-referrer" crossorigin="anonymous" />