blob: f94da2285955de93e8ad1f8b1fe9fc24f0c359fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>chrhodgden - DialogueR</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>
|