File tree Expand file tree Collapse file tree 1 file changed +27
-7
lines changed
Expand file tree Collapse file tree 1 file changed +27
-7
lines changed Original file line number Diff line number Diff line change 5050 </div>
5151 </div>
5252
53- <div class= " flex flex-col items-center group-2 " >
53+ <div class= " flex flex-col" >
5454 <h3 class= " m-0 p-0 text-lg" >Why SSH?</h3>
55- <ul>
56- <li><strong>No CLI to install</strong> you already have it</li>
57- <li><strong>No passwords or tokens</strong> your key is your identity</li>
58- <li><strong>Works everywhere</strong> Linux, Mac, CI runners</li>
59- <li><strong>Scriptable</strong> automate with tools you already know</li>
60- </ul>
55+ <table>
56+ <thead>
57+ <tr>
58+ <th>Feature</th>
59+ <th>Benefit</th>
60+ </tr>
61+ </thead>
62+ <tbody>
63+ <tr>
64+ <td><strong>No CLI to install</strong></td>
65+ <td>You already have it</td>
66+ </tr>
67+ <tr>
68+ <td><strong>No passwords</strong></td>
69+ <td>Your key is your identity</td>
70+ </tr>
71+ <tr>
72+ <td><strong>Works everywhere</strong></td>
73+ <td>Linux, Mac, CI runners</td>
74+ </tr>
75+ <tr>
76+ <td><strong>Scriptable</strong></td>
77+ <td>Automate with tools you already know</td>
78+ </tr>
79+ </tbody>
80+ </table>
6181 </div>
6282
6383 <div><hr></div>
You can’t perform that action at this time.
0 commit comments