|
3 | 3 | {% block page_title %}Credits{% endblock %} |
4 | 4 |
|
5 | 5 | {% block page_content %} |
6 | | - <h2 class="h5">Administrators</h2> |
| 6 | + <h3 class="h5">Administrators</h3> |
7 | 7 |
|
8 | | - <h2 class="h5">Developer</h2> |
| 8 | + <h3 class="h5">Developer</h3> |
9 | 9 | <p>Dirigent was developed by <a href="https://www.codedmonkey.com">Coded Monkey</a>.</p> |
10 | 10 | <div class="mb-3"> |
11 | 11 | <a href="https://www.codedmonkey.com" title="Coded Monkey"> |
12 | 12 | <img src="https://www.gravatar.com/avatar/c23d082464fd39da2bca3936abc9372e" alt="Coded Monkey" class="img-thumbnail"> |
13 | 13 | </a> |
14 | 14 | </div> |
15 | | - <h3 class="h6">Sponsors</h3> |
| 15 | + <h4 class="h6">Sponsors</h4> |
16 | 16 | <p> |
17 | 17 | Dirigent is looking for sponsors. <a href="https://www.codedmonkey.com/sponsor?project=dirigent">Click here</a> |
18 | 18 | to sponsor development of Dirigent. |
19 | 19 | </p> |
| 20 | + <h2 class="h4">Components</h2> |
| 21 | + <div class="row"> |
| 22 | + <div class="col-md-5 col-lg-4"> |
| 23 | + <div class="list-group"> |
| 24 | + <div class="list-group-item"> |
| 25 | + <div class="d-flex justify-content-between"> |
| 26 | + <div><a href="https://dirigent.dev">Dirigent</a></div> |
| 27 | + <div>v{{ dirigentVersion }}</div> |
| 28 | + </div> |
| 29 | + </div> |
| 30 | + <div class="list-group-item"> |
| 31 | + <div class="d-flex justify-content-between"> |
| 32 | + <div><a href="https://getcomposer.org">Composer</a></div> |
| 33 | + <div>v{{ composerVersion }}</div> |
| 34 | + </div> |
| 35 | + </div> |
| 36 | + <div class="list-group-item"> |
| 37 | + <div class="d-flex justify-content-between"> |
| 38 | + <div><a href="https://www.php.net">PHP</a></div> |
| 39 | + <div>v{{ phpVersion }}</div> |
| 40 | + </div> |
| 41 | + </div> |
| 42 | + </div> |
| 43 | + </div> |
| 44 | + </div> |
20 | 45 | {% endblock %} |
0 commit comments