|
5 | 5 | {{ if .IsHome }} {{ $text_color = "text-dark" }} {{ end }} |
6 | 6 | {{ $cncf_logo := "https://www.cncf.io/wp-content/uploads/2022/05/CNCF_logo_white.svg" }} |
7 | 7 | {{ if .IsHome }} {{ $cncf_logo = "https://www.cncf.io/wp-content/uploads/2022/07/cncf-color-bg.svg" }} {{ end }} |
8 | | -<div class="{{ $bg_color }} row d-print-none"> |
| 8 | +<footer class="{{ $bg_color }} row d-print-none"> |
9 | 9 | <div class="container-fluid py-3 mx-sm-5"> |
10 | 10 | <div class="row"> |
11 | 11 | <div class="col-8 py-3 order-sm-2 {{ $text_color }}"> |
12 | 12 | <a href="https://www.cncf.io/projects/pipecd/" target="_blank"> |
13 | 13 | <img src="{{ $cncf_logo }}" alt="cncf logo" width="250"> |
14 | | - <div class="py-2 {{ $text_color }}">PipeCD is a Cloud Native Computing Foundation sandbox project.</div> |
| 14 | + <p class="py-2 {{ $text_color }}">PipeCD is a Cloud Native Computing Foundation sandbox project.</p> |
15 | 15 | </a> |
16 | 16 | </div> |
17 | 17 | <div class="col-4 order-sm-3 d-flex align-items-center justify-content-center"> |
18 | 18 | {{ with $links }} |
19 | 19 | {{ with index . "developer"}} |
20 | 20 | <ul class="list-inline mb-0"> |
21 | 21 | {{ range . }} |
22 | | - <li class="list-inline-item mx-2 h3" data-toggle="tooltip" data-placement="top" title="{{ .name }}" aria-label="{{ .name }}"> |
23 | | - <a class="text-white" target="_blank" rel="noopener noreferrer" href="{{ .url }}"> |
| 22 | + <li class="list-inline-item mx-2 h3" data-toggle="tooltip" data-placement="top" title="{{ .name }}"> |
| 23 | + <a class="text-white" target="_blank" rel="noopener noreferrer" href="{{ .url }}" aria-label="{{ .name }}"> |
24 | 24 | <i class="{{ .icon }} {{ $text_color }}"></i> |
25 | 25 | </a> |
26 | 26 | </li> |
|
30 | 30 | {{ with index . "user"}} |
31 | 31 | <ul class="list-inline mb-0"> |
32 | 32 | {{ range . }} |
33 | | - <li class="list-inline-item mx-2 h3" data-toggle="tooltip" data-placement="top" title="{{ .name }}" aria-label="{{ .name }}"> |
34 | | - <a class="text-white" target="_blank" rel="noopener noreferrer" href="{{ .url }}"> |
| 33 | + <li class="list-inline-item mx-2 h3" data-toggle="tooltip" data-placement="top" title="{{ .name }}"> |
| 34 | + <a class="text-white" target="_blank" rel="noopener noreferrer" href="{{ .url }}" aria-label="{{ .name }}"> |
35 | 35 | <i class="{{ .icon }} {{ $text_color }}"></i> |
36 | 36 | </a> |
37 | 37 | </li> |
|
48 | 48 | see <a href="https://www.linuxfoundation.org/trademark-usage/">Trademark Usage</a>.</small> |
49 | 49 | </div> |
50 | 50 | </div> |
51 | | -</div> |
| 51 | +</footer> |
0 commit comments