Skip to content

Commit

Permalink
feat: update negative base converter
Browse files Browse the repository at this point in the history
  • Loading branch information
tinnamchoi committed Jun 25, 2024
1 parent 6a60e17 commit e6d607c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,12 @@ <h4>HTML, CSS, JS</h4>
<h3>Negative Base Converter</h3>
<h4>HTML, CSS, JS</h4>
<ul>
<li>Web app that converts numbers from any base to any other base, including negative bases</li>
<li>Researching an algorithm that can deal with the conversion properly when it comes to fractional numbers</li>
<li>Did you know that negative bases can represent negative numbers without using a negative sign?</li>
<li>Now you do! Check that out here: </li>
</ul>
<center>
<a href="https://tinnamchoi.github.io/negative-base-converter/"><img style="margin-top: 8px; border-style: solid; border-width: 4px; width: calc(100% - 8px);" src="media/negative-base-converter.png"/></a>
</center>
</div>
</foreignObject>
</g>
Expand Down
Binary file added media/negative-base-converter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e6d607c

Please sign in to comment.