77 lines
1.8 KiB
HTML
77 lines
1.8 KiB
HTML
<section>
|
|
<div class="header">
|
|
<h1>{{ "help.header" | translate }}</h1>
|
|
<app-btn-back></app-btn-back>
|
|
</div>
|
|
<p>
|
|
{{ "help.welcome" | translate }}
|
|
</p>
|
|
<h2>{{ "help.question0" | translate }}</h2>
|
|
<p>
|
|
{{ "help.question0answer0" | translate }}
|
|
<br />
|
|
<br />
|
|
{{ "help.question0answer1" | translate }}
|
|
<br />
|
|
<br />
|
|
{{ "help.question0answer2" | translate }}
|
|
</p>
|
|
|
|
<h2>{{ "help.question1" | translate }}</h2>
|
|
<p>
|
|
{{ "help.question1description" | translate }}
|
|
</p>
|
|
<table class="content-table">
|
|
<tr>
|
|
<td>1.</td>
|
|
<td>
|
|
<h3>{{ "help.question1header0" | translate }}</h3>
|
|
<p>
|
|
{{ "help.question1header0description" | translate }}
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>2.</td>
|
|
<td>
|
|
<h3>{{ "help.question1header1" | translate }}</h3>
|
|
<p>
|
|
{{ "help.question1header1description" | translate }}
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>3.</td>
|
|
<td>
|
|
<h3>{{ "help.question1header2" | translate }}</h3>
|
|
<p>
|
|
{{ "help.question1header2description" | translate }}
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>4.</td>
|
|
<td>
|
|
<h3>{{ "help.question1header3" | translate }}</h3>
|
|
<p>
|
|
{{ "help.question1header3description" | translate }}
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>5.</td>
|
|
<td>
|
|
<h3>{{ "help.question1header4" | translate }}</h3>
|
|
<p>
|
|
{{ "help.question1header4description0" | translate }}
|
|
<br /><br />
|
|
{{ "help.question1header4description1" | translate }}
|
|
<br /><br />
|
|
{{ "help.question1header4description2" | translate }}
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br />
|
|
<h2>{{ "help.footer" | translate }}</h2>
|
|
</section>
|