aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about/about-peertube/about-peertube-contributors.component.html
blob: de60754cb4a3a63e60d28eea9fc7a96507e04e98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div class="peertube-contributors">
  <h3 i18n class="section-title">Who made this software?</h3>

  <p align="center">
    <strong>Developed with &#10084; by <a target="_blank" rel="noopener noreferrer" href="https://framasoft.org">Framasoft</a></strong>
  </p>

  <p align="center">
    <a target="_blank" rel="noopener noreferrer" href="https://framasoft.org">
      <img width="150px" src="/client/assets/images/framasoft.png" alt="Framasoft logo"/>
    </a>
  </p>

  <div [innerHTML]="creditsHtml"></div>
</div>