]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+signup/shared/signup-success.component.html
Add account setup message to welcome alert after signup
[github/Chocobozzz/PeerTube.git] / client / src / app / +signup / shared / signup-success.component.html
CommitLineData
1d5342ab
C
1<!-- Thanks: Amit Singh Sansoya from https://codepen.io/amit3200/pen/zWMJOO -->
2
3<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 130.2 130.2">
4 <circle class="path circle" fill="none" stroke="#73AF55" stroke-width="6" stroke-miterlimit="10" cx="65.1" cy="65.1" r="62.1"/>
5 <polyline class="path check" fill="none" stroke="#73AF55" stroke-width="6" stroke-linecap="round" stroke-miterlimit="10" points="100.2,40.2 51.5,88.8 29.8,67.5 "/>
6</svg>
7
34398be4 8<p i18n class="bottom-message">Welcome to PeerTube!</p>
b247a132
C
9
10<div *ngIf="message" class="alert alert-success">
11 <p>{{ message }}</p>
12
13 <p i18n>
9817060f 14 If you need help to use PeerTube, you can have a look at the <a href="https://docs.joinpeertube.org/use-setup-account" target="_blank" rel="noopener noreferrer">documentation</a>.
b247a132 15 </p>
94b13cf4
MK
16
17 <p i18n>
18 To help moderators and other users to know <strong>who you are</strong>, don't forget to <a routerLink="/my-account/settings">set up your account profile</a> by adding an <strong>avatar</strong> and a <strong>description</strong>.
19 </p>
b247a132 20</div>