Skip to content

Commit

Permalink
Merge pull request #6 from taobert/master
Browse files Browse the repository at this point in the history
Add HURD and Solaris to Supported Operating Systems list
  • Loading branch information
c0dev0id authored Feb 9, 2024
2 parents 2f95fbf + d37dade commit 11fb522
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 11fb522

Please sign in to comment.