Skip to content

Commit db1c05d

Browse files
committed
minor modifications to the bracket builder
1 parent cfc3a14 commit db1c05d

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

bracket.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -265,14 +265,14 @@ <h3 style="color:#004684; margin: 0; text-align: center; padding-top: 10px;">You
265265
<strong>Binary:</strong> <span style="word-break: break-all; font-family: monospace;">${binStr}</span>
266266
<button onclick="navigator.clipboard.writeText('${binStr}'); let btn=this; btn.innerText='Copied!'; setTimeout(()=>btn.innerText='Copy Binary to the Clipboard', 2000);" style="cursor: pointer; padding: 4px 8px; border: 1px solid #ccc; border-radius: 4px; background: #eee; font-size: 12px;">Copy Binary to Clipboard</button>
267267
</p>
268-
<p style="display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px;">
269-
<strong>Hexadecimal:</strong> <span style="word-break: break-all; font-family: monospace;">${hexStr}</span>
270-
<button onclick="navigator.clipboard.writeText('${hexStr}'); let btn=this; btn.innerText='Copied!'; setTimeout(()=>btn.innerText='Copy Hexadecimal to the Clipboard', 2000);" style="cursor: pointer; padding: 4px 8px; border: 1px solid #ccc; border-radius: 4px; background: #eee; font-size: 12px;">Copy Hex to Clipboard</button>
271-
</p>
272268
<p style="display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px;">
273269
<strong>Base 10:</strong> <span style="word-break: break-all; font-family: monospace;">${base10Str}</span>
274270
<button onclick="navigator.clipboard.writeText('${base10Str}'); let btn=this; btn.innerText='Copied!'; setTimeout(()=>btn.innerText='Copy Base 10 number to the Clipboard', 2000);" style="cursor: pointer; padding: 4px 8px; border: 1px solid #ccc; border-radius: 4px; background: #eee; font-size: 12px;">Copy Base 10 number to Clipboard</button>
275271
</p>
272+
<p style="display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px;">
273+
<strong>Hexadecimal:</strong> <span style="word-break: break-all; font-family: monospace;">${hexStr}</span>
274+
<button onclick="navigator.clipboard.writeText('${hexStr}'); let btn=this; btn.innerText='Copied!'; setTimeout(()=>btn.innerText='Copy Hexadecimal to the Clipboard', 2000);" style="cursor: pointer; padding: 4px 8px; border: 1px solid #ccc; border-radius: 4px; background: #eee; font-size: 12px;">Copy Hex to Clipboard</button>
275+
</p>
276276
<p style="display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px;">
277277
<strong>Share URL:</strong> <a href="${shareUrl}" target="_blank" style="word-break: break-all; font-size: 14px; max-width: 60%;">${shareUrl}</a>
278278
<button onclick="navigator.clipboard.writeText('${shareUrl}'); let btn=this; btn.innerText='Copied!'; setTimeout(()=>btn.innerText='Copy URL to Clipboard', 2000);" style="cursor: pointer; padding: 4px 8px; border: 1px solid #ccc; border-radius: 4px; background: #eee; font-size: 12px;">Copy URL to Clipboard</button>
@@ -523,4 +523,4 @@ <h2>Champion</h2>
523523
</script>
524524
</body>
525525

526-
</html>
526+
</html>

docs/activities.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ <h5 class="no-anchor card-title listing-title">
500500
</div>
501501
</div></a>
502502
</div>
503-
<div class="g-col-1" data-index="7" data-categories="TWF0aCUyQ0RhdGElMjBTY2llbmNlJTJDQ29tcHV0ZXIlMjBTY2llbmNlJTJDQWxsJTIwQWdlcw==" data-listing-file-modified-sort="1775406973637" data-listing-reading-time-sort="1" data-listing-word-count-sort="155">
503+
<div class="g-col-1" data-index="7" data-categories="TWF0aCUyQ0RhdGElMjBTY2llbmNlJTJDQ29tcHV0ZXIlMjBTY2llbmNlJTJDQWxsJTIwQWdlcw==" data-listing-file-modified-sort="1775415251522" data-listing-reading-time-sort="1" data-listing-word-count-sort="168">
504504
<a href="./projects/bracket.html" class="quarto-grid-link">
505505
<div class="quarto-grid-item card h-100 card-left">
506506
<p class="card-img-top">

docs/bracket.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -265,14 +265,14 @@ <h3 style="color:#004684; margin: 0; text-align: center; padding-top: 10px;">You
265265
<strong>Binary:</strong> <span style="word-break: break-all; font-family: monospace;">${binStr}</span>
266266
<button onclick="navigator.clipboard.writeText('${binStr}'); let btn=this; btn.innerText='Copied!'; setTimeout(()=>btn.innerText='Copy Binary to the Clipboard', 2000);" style="cursor: pointer; padding: 4px 8px; border: 1px solid #ccc; border-radius: 4px; background: #eee; font-size: 12px;">Copy Binary to Clipboard</button>
267267
</p>
268-
<p style="display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px;">
269-
<strong>Hexadecimal:</strong> <span style="word-break: break-all; font-family: monospace;">${hexStr}</span>
270-
<button onclick="navigator.clipboard.writeText('${hexStr}'); let btn=this; btn.innerText='Copied!'; setTimeout(()=>btn.innerText='Copy Hexadecimal to the Clipboard', 2000);" style="cursor: pointer; padding: 4px 8px; border: 1px solid #ccc; border-radius: 4px; background: #eee; font-size: 12px;">Copy Hex to Clipboard</button>
271-
</p>
272268
<p style="display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px;">
273269
<strong>Base 10:</strong> <span style="word-break: break-all; font-family: monospace;">${base10Str}</span>
274270
<button onclick="navigator.clipboard.writeText('${base10Str}'); let btn=this; btn.innerText='Copied!'; setTimeout(()=>btn.innerText='Copy Base 10 number to the Clipboard', 2000);" style="cursor: pointer; padding: 4px 8px; border: 1px solid #ccc; border-radius: 4px; background: #eee; font-size: 12px;">Copy Base 10 number to Clipboard</button>
275271
</p>
272+
<p style="display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px;">
273+
<strong>Hexadecimal:</strong> <span style="word-break: break-all; font-family: monospace;">${hexStr}</span>
274+
<button onclick="navigator.clipboard.writeText('${hexStr}'); let btn=this; btn.innerText='Copied!'; setTimeout(()=>btn.innerText='Copy Hexadecimal to the Clipboard', 2000);" style="cursor: pointer; padding: 4px 8px; border: 1px solid #ccc; border-radius: 4px; background: #eee; font-size: 12px;">Copy Hex to Clipboard</button>
275+
</p>
276276
<p style="display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px;">
277277
<strong>Share URL:</strong> <a href="${shareUrl}" target="_blank" style="word-break: break-all; font-size: 14px; max-width: 60%;">${shareUrl}</a>
278278
<button onclick="navigator.clipboard.writeText('${shareUrl}'); let btn=this; btn.innerText='Copied!'; setTimeout(()=>btn.innerText='Copy URL to Clipboard', 2000);" style="cursor: pointer; padding: 4px 8px; border: 1px solid #ccc; border-radius: 4px; background: #eee; font-size: 12px;">Copy URL to Clipboard</button>
@@ -523,4 +523,4 @@ <h2>Champion</h2>
523523
</script>
524524
</body>
525525

526-
</html>
526+
</html>

docs/projects/bracket.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ <h1 class="title">Bracket Builder</h1>
179179
<ul>
180180
<li>Why is does the binary number have as many digits as it has?</li>
181181
<li>Why is there 9.2 quadrillon possible brackets? Of the 9.2 quadrillon possible brackets, which number is your bracket according to the <a href="http://explore.stemcoding.org/bracket.html">STEMcoding Bracket Builder</a>?</li>
182-
<li>Why is the Base 10 and Hexadecimal code shorter than the binary code?</li>
182+
<li>Of the three different codes (Binary, Base 10 and Hexadecimal) why is the length of those codes from longest to shortest: Binary, Base 10 and Hexadecimal?</li>
183183
<li>How is the QR code storing the Share URL? How many different possible QR codes are there?</li>
184184
</ul>
185185
<p>Check your brackets later to see how you did!</p>

projects/bracket.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Notice on the [STEMcoding Bracket Builder](http://explore.stemcoding.org/bracket
2222

2323
* Why is does the binary number have as many digits as it has?
2424
* Why is there 9.2 quadrillon possible brackets? Of the 9.2 quadrillon possible brackets, which number is your bracket according to the [STEMcoding Bracket Builder](http://explore.stemcoding.org/bracket.html)?
25-
* Why is the Base 10 and Hexadecimal code shorter than the binary code?
25+
* Of the three different codes (Binary, Base 10 and Hexadecimal) why is the length of those codes from longest to shortest: Binary, Base 10 and Hexadecimal?
2626
* How is the QR code storing the Share URL? How many different possible QR codes are there?
2727

2828
Check your brackets later to see how you did!

0 commit comments

Comments
 (0)