Skip to content

Commit

Permalink
increment => exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
taoeffect committed Jul 19, 2024
1 parent 60fddeb commit 89e50b4
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion public/simulation/alternative_1dollar.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</style>
</head>
<body>
<h1 style="margin: 0 auto">$1 increment ("realistic")</h1>
<h1 style="margin: 0 auto">$1 exchange ("realistic")</h1>
<div id="controls">
<button id="playPause">Play/Pause</button>
<button id="reset">Reset</button>
Expand Down
2 changes: 1 addition & 1 deletion public/simulation/alternative_1dollar_vbi.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</style>
</head>
<body>
<h1 style="margin: 0 auto">$1 increment ("realistic") VBI</h1>
<h1 style="margin: 0 auto">$1 exchange ("realistic") VBI</h1>
<div id="controls">
<button id="playPause">Play/Pause</button>
<button id="reset">Reset</button>
Expand Down
2 changes: 1 addition & 1 deletion public/simulation/alternative_5percent.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</style>
</head>
<body>
<h1 style="margin: 0 auto">5% increment ("realistic")</h1>
<h1 style="margin: 0 auto">5% exchange ("realistic")</h1>
<div id="controls">
<button id="playPause">Play/Pause</button>
<button id="reset">Reset</button>
Expand Down
2 changes: 1 addition & 1 deletion public/simulation/alternative_5percent_vbi.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</style>
</head>
<body>
<h1 style="margin: 0 auto">5% increment ("realistic") VBI</h1>
<h1 style="margin: 0 auto">5% exchange ("realistic") VBI</h1>
<div id="controls">
<button id="playPause">Play/Pause</button>
<button id="reset">Reset</button>
Expand Down
14 changes: 7 additions & 7 deletions public/simulation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
<body>
<h1>Simulation Files</h1>
<ul>
<li><a href="simulation_1dollar.html">$1 increment (simple)</a></li>
<li><a href="simulation_5percent.html">5% increment (simple)</a></li>
<li><a href="simulation_1percent.html">1% increment (simple)</a></li>
<li><a href="alternative_1dollar.html">$1 increment ("realistic")</a></li>
<li><a href="alternative_1dollar_vbi.html">$1 increment ("realistic") VBI</a></li>
<li><a href="alternative_5percent.html">5% increment ("realistic")</a></li>
<li><a href="alternative_5percent_vbi.html">5% increment ("realistic") VBI</a></li>
<li><a href="simulation_1dollar.html">$1 exchange (simple)</a></li>
<li><a href="simulation_5percent.html">5% exchange (simple)</a></li>
<li><a href="simulation_1percent.html">1% exchange (simple)</a></li>
<li><a href="alternative_1dollar.html">$1 exchange ("realistic")</a></li>
<li><a href="alternative_1dollar_vbi.html">$1 exchange ("realistic") VBI</a></li>
<li><a href="alternative_5percent.html">5% exchange ("realistic")</a></li>
<li><a href="alternative_5percent_vbi.html">5% exchange ("realistic") VBI</a></li>
</ul>
</body>
</html>
2 changes: 1 addition & 1 deletion public/simulation/simulation_1dollar.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</style>
</head>
<body>
<h1 style="margin: 0 auto">$1 increment (simple)</h1>
<h1 style="margin: 0 auto">$1 exchange (simple)</h1>
<div id="controls">
<button id="playPause">Play/Pause</button>
<button id="reset">Reset</button>
Expand Down
2 changes: 1 addition & 1 deletion public/simulation/simulation_1percent.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</style>
</head>
<body>
<h1 style="margin: 0 auto">1% increment (simple)</h1>
<h1 style="margin: 0 auto">1% exchange (simple)</h1>
<div id="controls">
<button id="playPause">Play/Pause</button>
<button id="reset">Reset</button>
Expand Down
2 changes: 1 addition & 1 deletion public/simulation/simulation_5percent.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</style>
</head>
<body>
<h1 style="margin: 0 auto">5% increment (simple)</h1>
<h1 style="margin: 0 auto">5% exchange (simple)</h1>
<div id="controls">
<button id="playPause">Play/Pause</button>
<button id="reset">Reset</button>
Expand Down

0 comments on commit 89e50b4

Please sign in to comment.