diff options
Diffstat (limited to 'projects_blog')
-rw-r--r-- | projects_blog/Python-Dialogue-R.html | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/projects_blog/Python-Dialogue-R.html b/projects_blog/Python-Dialogue-R.html new file mode 100644 index 0000000..1298822 --- /dev/null +++ b/projects_blog/Python-Dialogue-R.html @@ -0,0 +1,69 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <title>chrhodgden - NNetwork</title> + <link rel="stylesheet" href="../style.css"/> + <style> + :root { + --theme-color-check: 0; + --accent-hue: var(--dialoguer-hue); + } + </style> +</head> +<body> + + <div class="dark-mode-container"> + <input type="checkbox" id="--dark-theme-check">Dark Mode</input> + </div> + + <h1>DialogueR</h1> + <p class="header-sub-text">A Python Package that Imports Variables from R</p> + <nav class="nav-footer"> + <hr> + <a href="#background">Background</a> + | <a href="#the-project">The Project</a> + | <a href="#what-i-learned">What I Learned</a> + | <a href="#next-steps">Next Steps</a> + <hr> + </nav> + <br> + <a href="https://github.com/chrhodgden/python-dialogue-r" target="_blank">GitHub Repository</a> + <h2 id="background">Background</h2> + <p> + + </p> + <a href="https://github.com/chrhodgden/sockets_demo" target="_blank">Sockets Demo Repository</a> + <p> + + </p> + <h2 id="the-project">The Project</h2> + <p> + + </p> + <p> + + </p> + + <h2 id="what-i-learned">What I Learned</h2> + <ul class="projects-blog">In adding features to this project, I learned: + <li></li> + </ul> + + <h2 id="next-steps">Next Steps</h2> + <p> + + </p> + <p> + + </p> + + <nav class="nav-footer"> + <hr> + <a href="..\index.html">Home Page</a> + | <a href="..\about.html">About Page</a> + | <a href="#">Top of Page</a> + <hr> + </nav> + <script src="../app.js"></script> +</body> +</html>
\ No newline at end of file |