mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 22:43:11 +02:00
12 lines
557 B
HTML
12 lines
557 B
HTML
|
|
<div class="container">
|
||
|
|
<h1>Welcome to the Soft Skills Assessment</h1>
|
||
|
|
<p>This website is designed to assess your soft skills through a simple and fun game.</p>
|
||
|
|
<p>Please follow the instructions below to navigate through the site:</p>
|
||
|
|
<ul>
|
||
|
|
<li>Start with reading the instructions on this page.</li>
|
||
|
|
<li>Proceed to the game by clicking on the "Game" link.</li>
|
||
|
|
<li>After completing the game, view your report by clicking on the "Report" link.</li>
|
||
|
|
</ul>
|
||
|
|
<mat-button routerLink="/game"> Game </mat-button>
|
||
|
|
</div>
|
||
|
|
|