]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+signup/+register/steps/register-step-about.component.html
Refactoring login component style
[github/Chocobozzz/PeerTube.git] / client / src / app / +signup / +register / steps / register-step-about.component.html
1 <div class="why">
2 <h3 i18n>Why creating an account?</h3>
3
4 <p i18n>
5 As you probably noticed: creating an account is not necessary to watch video on {{ instanceName }}.
6 <br />
7 However, creating an account on {{ instanceName }} will allow you to:
8 </p>
9
10 <ul>
11 <li i18n><strong>Comment</strong> videos</li>
12 <li i18n><strong>Subscribe</strong> to channels to be notified of new videos</li>
13 <li i18n>Have access to your <strong>watch history</strong></li>
14 <li *ngIf="!videoUploadDisabled" i18n>Create your channel to <strong>publish videos</strong></li>
15 </ul>
16
17 <p *ngIf="requiresApproval" i18n>
18 Moderators of {{ instanceName }} will have to approve your registration request once you have finished to fill the form.
19 </p>
20 </div>
21
22 <div>
23 <h4 i18n>Do you use Mastodon, ActivityPub or a RSS feed aggregator?</h4>
24
25 <p i18n>
26 You can already follow {{ instanceName }} using your favorite tool.
27 </p>
28 </div>
29
30 <div class="callout callout-orange callout-light">
31 <div class="mascot-container" style="min-width: 140px">
32 <img class="mascot" width="140px" height="160px" src="/client/assets/images/mascot/happy.svg" alt="mascot"/>
33 </div>
34
35 <div class="callout-content">
36 <h4 i18>This website is a GAFAM alternative</h4>
37
38 <p i18n>
39 {{ instanceName }} has been created using <a class="link-orange" target="_blank" rel="noopener noreferrer" href="https://joinpeertube.org">PeerTube</a>, a video creation platform developed by Framasoft.
40 <a class="link-orange" target="_blank" rel="noopener noreferrer" href="https://framasoft.org">Framasoft</a> is a french non-profit organization that offers alternatives to Big Tech's digital tools
41 </p>
42 </div>
43 </div>