diff options
Diffstat (limited to 'projects/learning-rust/index.html')
-rw-r--r-- | projects/learning-rust/index.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/projects/learning-rust/index.html b/projects/learning-rust/index.html new file mode 100644 index 0000000..5e0e9ba --- /dev/null +++ b/projects/learning-rust/index.html @@ -0,0 +1,27 @@ +<!DOCTYPE html> +<html> +<head> + <title>Learning Rust</title> + + <link rel="stylesheet" href="/style.css"> +</head> +<body> + <div class="window"> + <div class="window-title"><h2 style="padding: 0px; margin: 0px;">Learning Rust</h2></div> + <div class="window-content"> + <p>I am a long-time proponent of C. I have been using it for most of my life, and change is scary.</p> + <p>However, I also believe in broadening my skillset and learning new things.</p> + <p>This defines my dilemma. I want to learn something new, but I want to keep using C.</p> + <p>And then the US government decree'd that us C plebs should move on to rust</p> + <p>So without further adieu, as my first foray into "blogging", welcome to my attempt to document my journey into the Rust ecosystem</p> + </div> + </div> + <div class="window"> + <div class="window-title"></div> + <div class="window-content"> + <a class="link-button" href="1.html">1: Solar Systems</a> + <p style="display: inline-block"> : How do I store non-owning references to other objects?</p> + </div> + </div> +</body> +</html> |