From cab00434202a8437fe11a526f1df9ea9991db21c Mon Sep 17 00:00:00 2001 From: Jon Santmyer <jon@jonsantmyer.com> Date: Mon, 23 Sep 2024 09:32:50 -0400 Subject: design update. begin blog --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index 1f20194..06ea24a 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,10 @@ <div class="window"> <div class="window-title"><h2 style="padding: 0px; margin: 0px;">Projects</h2></div> <div class="window-content"> - + <div> + <a class="link-button" href="projects/learning-rust">Learning Rust</a> + <p style="display: inline-block"> : Figuring out Rust in the best possible way: using it</p> + </div> </div> </div> </body> -- cgit v1.2.1