changeset 1935:12957bc6fa07 default tip

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 03 May 2025 12:17:35 -0600
parents 5b5d88cf13b5
children
files website/src/index.html.luan website/src/site.css
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/website/src/index.html.luan	Fri May 02 20:22:13 2025 -0600
+++ b/website/src/index.html.luan	Sat May 03 12:17:35 2025 -0600
@@ -34,7 +34,8 @@
 			</ul>
 
 			<div footer>
-				Luan was optimized with <a href="https://www.yourkit.com/java/profiler/">YourKit Java Profiler <img src="https://www.yourkit.com/images/yklogo.png"></a>.
+				<span>Luan was optimized with <a href="https://www.yourkit.com/java/profiler/">YourKit Java Profiler <img src="https://www.yourkit.com/images/yklogo.png"></a>.</span>
+				<span><a href="/">English</a> - <a href="/es/">Spanish</a> - <a href="/ja/">Japanese</a></span>
 			</div>
 		</div>
 	</body>
--- a/website/src/site.css	Fri May 02 20:22:13 2025 -0600
+++ b/website/src/site.css	Sat May 03 12:17:35 2025 -0600
@@ -69,6 +69,8 @@
 div[footer] {
 	margin-top: 32px;
 	font-size: small;
+	display: flex;
+	justify-content: space-between;
 }
 div[footer] img {
 	height: 1em;