diff options
Diffstat (limited to 'pages/projects.php')
-rw-r--r-- | pages/projects.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pages/projects.php b/pages/projects.php new file mode 100644 index 0000000..41b0178 --- /dev/null +++ b/pages/projects.php @@ -0,0 +1,15 @@ +<h1>Projects</h1> + +<h2>Active Projects</h2> + +<ul> + + <li><a href="https://github.com/adpllc/altruistic-angelshark">Altruistic Angelshark</a>: an automation API and command-line interface for Avaya Communication Managers. +</ul> + +<h2>Learning & Teaching</h2> + +<ul> + <li><a href="https://www.youtube.com/@carpentertutoring841">Carpenter Tutoring</a>: practical computer programming and software development tutorials with no fluff.</li> + <li>Computational Problem Solving with Rust: stay tuned!</li> +</ul> |