summaryrefslogtreecommitdiffstats
path: root/projects/learning-rust/index.html
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2024-09-23 09:32:50 -0400
committerJon Santmyer <jon@jonsantmyer.com>2024-09-23 09:32:50 -0400
commitcab00434202a8437fe11a526f1df9ea9991db21c (patch)
tree9bf208e71b358ec23e4aa597f21014dfd829a8fa /projects/learning-rust/index.html
parent5ad7721974875687027ccace8cae5f79f1e6f89c (diff)
downloadwebsite-cab00434202a8437fe11a526f1df9ea9991db21c.tar.gz
website-cab00434202a8437fe11a526f1df9ea9991db21c.tar.bz2
website-cab00434202a8437fe11a526f1df9ea9991db21c.zip
design update. begin blog
Diffstat (limited to 'projects/learning-rust/index.html')
-rw-r--r--projects/learning-rust/index.html27
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>