Skip to content

Commit d5c2de2

Browse files
authored
Merge pull request cds-hooks#568 from imjasonh/patch-2
Update comparison-table.html
2 parents b362c49 + 61f5fad commit d5c2de2

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

themes/buildpacks/layouts/shortcodes/comparison-table.html

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<div class="py-3">
4747
<img
4848
src="/images/ko.png"
49-
style="max-width: 120px; max-height: 60px" alt="ko"/>
49+
style="max-width: 60px; max-height: 60px" alt="ko"/>
5050
</div>
5151
<div>ko</div>
5252
</th>
@@ -61,7 +61,7 @@
6161
<td class="text-muted">No</td>
6262
<td class="text-pink font-weight-bold">Yes</td>
6363
<td class="text-muted">No</td>
64-
<td class="text-muted">No</td>
64+
<td class="text-pink font-weight-bold">Yes</td>
6565
</tr>
6666
<tr>
6767
<th class="p-3">
@@ -81,7 +81,7 @@
8181
<td class="text-muted">No</td>
8282
<td class="text-muted">No</td>
8383
<td class="text-muted">No</td>
84-
<td class="text-muted">No</td>
84+
<td class="text-pink font-weight-bold">Yes</td>
8585
</tr>
8686
<tr>
8787
<th class="p-3">
@@ -189,15 +189,24 @@
189189
<li>Maven</li>
190190
</ul>
191191
</td>
192-
<td></td>
192+
<td class="text-left pl-5 align-text-top">
193+
<ul class="list-circle">
194+
<li>Terraform</li>
195+
<li>GoReleaser</li>
196+
<li>Skaffold</li>
197+
<li>Carvel kbld</li>
198+
<li>Tilt</li>
199+
<li>...</li>
200+
</ul>
201+
</td>
193202
</tr>
194203
<tr>
195204
<th class="p-3">Governance</th>
196205
<td class="border-left border-right">CNCF</td>
197206
<td>Docker</td>
198207
<td>Red Hat</td>
199208
<td>Google</td>
200-
<td>Google</td>
209+
<td>CNCF</td>
201210
</tr>
202211
<tr class="border-top bg-light">
203212
<th class="p-3">Best for Building...</th>
@@ -237,4 +246,4 @@
237246
<li><sup>&ddagger;</sup> Requires additional configuration which adversely affects other features.</li>
238247
<li><sup>&diams;</sup> Requires additional configuration.</li>
239248
</ul>
240-
</div>
249+
</div>
-9.87 KB
Loading

0 commit comments

Comments
 (0)