Skip to content

Commit

Permalink
Update ubuntu-apps.html
Browse files Browse the repository at this point in the history
  • Loading branch information
netanel-haber committed Jun 5, 2024
1 parent 8058905 commit c0a8892
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions public/ubuntu-apps.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@
border: 1px solid #e5e7eb;
border-radius: 0.375rem;
display: flex;
flex-direction: column;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
li.has-inner-list {
flex-direction: column;
}
a {
color: #2563eb;
font-weight: bold;
Expand Down Expand Up @@ -74,7 +76,7 @@
<body>
<h3>Awesome Ubuntu Apps (in order) <a target="_blank" href="https://github.com/netanel-haber/profile/edit/main/public/ubuntu-apps.html"><img height="20px" src="/github.webp" alt="Edit List on github" /></a></h3>
<ol>
<li>
<li class="has-inner-list">
<a href="https://mattjakeman.com/apps/extension-manager" target="_blank">Gnome Extension Manager</a>
<ol class="sub-list">
<li>
Expand All @@ -83,7 +85,7 @@ <h3>Awesome Ubuntu Apps (in order) <a target="_blank" href="https://github.com/n
</ol>
</li>
<li>
<a href="https://guake.readthedocs.io/en/latest/user/installing.html#system-wide-installation" target="_blank">Guake</a> - Drop-down terminal
<a href="https://guake.readthedocs.io/en/latest/user/installing.html#system-wide-installation" target="_blank">Guake</a><span>-</span>Drop-down terminal
</li>
</ol>
</body>
Expand Down

0 comments on commit c0a8892

Please sign in to comment.