Skip to content

Commit

Permalink
footer
Browse files Browse the repository at this point in the history
  • Loading branch information
met committed Jan 27, 2024
1 parent ac49d5a commit 3d60bc5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
body {
background-color: #FDFDF1;
}
footer a {
font-weight: bold;
}
</style>
<body>

Expand Down Expand Up @@ -63,6 +66,8 @@ <h1 class="text-center">Nums123 (beta)</h1>
<button id="btn-teach-more" type="button" class="Button Button--tertiary Button--medium mr-200 mb-200" role="button" data-nums123-value="0, 10, 100, 1000, 10000, 100000, 1000000, 1000000000, 1000000000000">Teach me more</button>
</div>

<footer class="text-center mt-800 mb-800"><p>Made by <a href="https://www.linkedin.com/in/hassman/">Martin Hassman</a>. <a href="https://github.com/met/nums123">Source code</a> available (MIT License).</p></footer>

<script type="text/javascript">
"use strict";
let voices;
Expand Down

0 comments on commit 3d60bc5

Please sign in to comment.