Skip to content

Commit

Permalink
Add Solaris and HURD as supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
taobert committed Mar 4, 2023
1 parent ccf4490 commit d37dade
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 5 deletions.
50 changes: 50 additions & 0 deletions images/hurd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
89 changes: 89 additions & 0 deletions images/solaris.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 10 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,20 @@ <h3>Supported Operating Systems</h3>

<ul id=osicons>
<li>
<img src="/images/windows.svg" alt="" />
<span>Windows 10 with <abbr title="Windows Subsystem for Linux">WSL</abbr></span>
<img src="images/windows.svg" alt="" />
<span>Windows 10<br/>(with <abbr title="Windows Subsystem for Linux">WSL</abbr>)</span>
<li>
<img src="/images/linux.svg" alt="" />
<img src="images/linux.svg" alt="" />
<span>Linux</span>
<li>
<img src="/images/bsd.svg" alt="" />
<img src="images/bsd.svg" alt="" />
<span>BSD</span>
<li>
<img src="images/solaris.svg" alt="" />
<span>Solaris</span>
<li>
<img src="images/hurd.svg" alt="" />
<span>HURD</span>
</ul>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ footer {

#osicons > li {
vertical-align: top;
width: 33%;
width: 20%;
display: inline-block;
font-size: 1.2em;
}
Expand Down

0 comments on commit d37dade

Please sign in to comment.