|
@@ -1 +1,59 @@
|
|
-<p>to-do works!</p>
|
|
|
|
|
|
+<section class="todo-list mt-2" fxLayout="column" fxLayoutAlign="start stretch">
|
|
|
|
+ <main class="todo-list__main">
|
|
|
|
+ <h1>To Do <span class="todo-list__counter">5</span></h1>
|
|
|
|
+ </main>
|
|
|
|
+ <ul>
|
|
|
|
+ <li fxLayout="row" fxLayoutAlign="start center" class="gap-5">
|
|
|
|
+ <mat-radio-group>
|
|
|
|
+ <mat-radio-button value="auto"></mat-radio-button>
|
|
|
|
+ </mat-radio-group>
|
|
|
|
+ <div class="content">
|
|
|
|
+ <p>Home Page Design</p>
|
|
|
|
+ <span class="span">home page containing meetings, m..</span>
|
|
|
|
+ <span fxLayout="row" fxLayoutAlign="start center" class="calender">
|
|
|
|
+ <img src="assets/images/calendar-days.jpg" alt="" title="" />
|
|
|
|
+ <span>15/1/2024</span>
|
|
|
|
+ </span>
|
|
|
|
+ </div>
|
|
|
|
+ </li>
|
|
|
|
+ <li fxLayout="row" fxLayoutAlign="start center" class="gap-5">
|
|
|
|
+ <mat-radio-group>
|
|
|
|
+ <mat-radio-button value="auto"></mat-radio-button>
|
|
|
|
+ </mat-radio-group>
|
|
|
|
+ <div class="content">
|
|
|
|
+ <p>Home Page Design</p>
|
|
|
|
+ <span class="span">home page containing meetings, m..</span>
|
|
|
|
+ <span fxLayout="row" fxLayoutAlign="start center" class="calender">
|
|
|
|
+ <img src="assets/images/calendar-days.jpg" alt="" title="" />
|
|
|
|
+ <span>15/1/2024</span>
|
|
|
|
+ </span>
|
|
|
|
+ </div>
|
|
|
|
+ </li>
|
|
|
|
+ <li fxLayout="row" fxLayoutAlign="start center" class="gap-5">
|
|
|
|
+ <mat-radio-group>
|
|
|
|
+ <mat-radio-button value="auto"></mat-radio-button>
|
|
|
|
+ </mat-radio-group>
|
|
|
|
+ <div class="content">
|
|
|
|
+ <p>Home Page Design</p>
|
|
|
|
+ <span class="span">home page containing meetings, m..</span>
|
|
|
|
+ <span fxLayout="row" fxLayoutAlign="start center" class="calender">
|
|
|
|
+ <img src="assets/images/calendar-days.jpg" alt="" title="" />
|
|
|
|
+ <span>15/1/2024</span>
|
|
|
|
+ </span>
|
|
|
|
+ </div>
|
|
|
|
+ </li>
|
|
|
|
+ <li fxLayout="row" fxLayoutAlign="start center" class="gap-5">
|
|
|
|
+ <mat-radio-group>
|
|
|
|
+ <mat-radio-button value="auto"></mat-radio-button>
|
|
|
|
+ </mat-radio-group>
|
|
|
|
+ <div class="content">
|
|
|
|
+ <p>Home Page Design</p>
|
|
|
|
+ <span class="span">home page containing meetings, m..</span>
|
|
|
|
+ <span fxLayout="row" fxLayoutAlign="start center" class="calender">
|
|
|
|
+ <img src="assets/images/calendar-days.jpg" alt="" title="" />
|
|
|
|
+ <span>15/1/2024</span>
|
|
|
|
+ </span>
|
|
|
|
+ </div>
|
|
|
|
+ </li>
|
|
|
|
+ </ul>
|
|
|
|
+</section>
|