diff --git a/dist/binary/index.html b/dist/binary/index.html index 8b1520c..669dde1 100644 --- a/dist/binary/index.html +++ b/dist/binary/index.html @@ -13,7 +13,8 @@ var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); - -
Denary
0
Binary
00000000
\ No newline at end of file diff --git a/dist/hexadecimal/index.html b/dist/hexadecimal/index.html index dfb3c34..2febed5 100644 --- a/dist/hexadecimal/index.html +++ b/dist/hexadecimal/index.html @@ -13,7 +13,8 @@ var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); - -
Denary
0
Hexadecimal
00
Binary
00000000
\ No newline at end of file diff --git a/dist/images/computing-box-logo.svg b/dist/images/computing-box-logo.svg index 7bf11ef..054ef8f 100644 Binary files a/dist/images/computing-box-logo.svg and b/dist/images/computing-box-logo.svg differ diff --git a/dist/index.html b/dist/index.html index 9674850..7f69720 100644 --- a/dist/index.html +++ b/dist/index.html @@ -13,6 +13,7 @@ var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); -

Version 2.0 Now Live

Understand Computing concepts better.

+

Version 2.0 Now Live

Understand Computing concepts better.

Interactive simulators for Binary, Hexadecimal, Logic Gates, and Computer Components designed for the UK curriculum. -

Computing Box Logo
Computer Science Concept Simulators
© 2026 Computing:Box • Created with ♥ by Mr A Lyall
\ No newline at end of file +

Learn More Get Started
Computing Box Logo
\ No newline at end of file diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index e67e10e..7c16811 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -66,9 +66,7 @@ const { title = "Computing:Box" } = Astro.props;
Computer Science Concept Simulators
Version: - - {version} - • © {new Date().getFullYear()} Computing:Box • Created with ♥ by Mr A Lyall
+ {version} • © {new Date().getFullYear()} Computing:Box • Created with ♥ by Mr A Lyall