Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
jcponce committed Feb 29, 2024
1 parent 8a7af84 commit ff2d76e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion velfields/libraries/message.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
}

.modal-body {
padding: 2px 16px
padding: 20px 20px 10px 20px;
}

.modal-footer {
Expand Down
9 changes: 5 additions & 4 deletions velfields/libraries/message.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p>
If you found this interactive tool helpful and useful, consider becoming a member in:
If you found this interactive tool useful, please consider becoming a member in:
</p>

<div class="button-container">
Expand All @@ -12,9 +12,10 @@

<p>
This project is made possible by the kindness of supporters like you.
Your contributions enable me to maintain the applets,
and, crucially, <strong>ensure it remains freely accessible</strong> to anyone eager to
explore this captivating field of mathematics <strong>—without any distracting ads</strong>.
With your support I can keep updating the applets
and, crucially, <strong>ensure they remain freely accessible</strong>
to anyone eager to explore this captivating field of
mathematics <strong>—without any distracting ads</strong>.
</p>

<p>If you prefer to donate just once,
Expand Down
2 changes: 1 addition & 1 deletion velfields/libraries/message.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ window.onclick = function(event) {

let myInterval = setInterval(function () {
showMessage ();
}, 10000);
}, 8000);
// 8000 8 seconds
// 10000 10 seconds
// 60000 1 min
Expand Down

0 comments on commit ff2d76e

Please sign in to comment.