23 lines
1.1 KiB
HTML
23 lines
1.1 KiB
HTML
<div class="content">
|
|
<p>
|
|
<a class="nostyle" routerLink="/summary" routerLinkActive="active" skipLocationChange>
|
|
<mat-icon aria-hidden="false" aria-label="Summary" style="width: 128px; height:128px; font-size: 128px;">timeline</mat-icon>
|
|
</a>
|
|
</p>
|
|
<p>
|
|
<a class="nostyle" routerLink="/newjump" routerLinkActive="active" skipLocationChange>
|
|
<mat-icon aria-hidden="false" aria-label="Add jumps" style="width: 128px; height:128px; font-size: 128px;">add_circle</mat-icon>
|
|
</a>
|
|
</p>
|
|
<p>
|
|
<a class="nostyle" routerLink="/jumps" routerLinkActive="active" skipLocationChange>
|
|
<mat-icon aria-hidden="false" aria-label="List of jumps" style="width: 128px; height:128px; font-size: 128px;">list_alt</mat-icon>
|
|
</a>
|
|
</p>
|
|
<p>
|
|
<a class="nostyle" routerLink="/tunnelFlights" routerLinkActive="active" skipLocationChange>
|
|
<img src="assets/img/tunnel.jpg" alt="Tunnel flights" style="width: 128px; height:128px; font-size: 128px;" />
|
|
</a>
|
|
</p>
|
|
</div>
|
|
|