diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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> |