Skip to content

Commit

Permalink
😎
Browse files Browse the repository at this point in the history
  • Loading branch information
rreusser committed Feb 18, 2025
1 parent 504a352 commit 6a5fa1e
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 22 deletions.
2 changes: 1 addition & 1 deletion index/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="stylesheet" href="../styles.css">
</head>
<body>
<div id="idyll-mount"><div data-reactroot=""><div class="idyll-root"><nav class="menu"><a class="menu__item" href="/">rreusser.github.io</a><a class="menu__item" href="/sketches/">sketches</a><a class="menu__item" href="/projects/">projects</a><a class="menu__item" href="/trains-and-trails/">running</a></nav><div class="article-header"><div class="article-header__image" style="background-image:url(static/splash.jpg)"></div><div class="article-header__content"><h1 class="hed">ricky reusser</h1></div></div><div class=" idyll-text-container"><div class="section-list"><div class="section-list__item"><a href="/sketches">Sketches</a></div><div class="section-list__item"><a href="/projects">Projects</a></div><div class="section-list__item"><a href="/trains-and-trails">Running</a></div></div><p>Hi! I studied Aerospace Engineering, but now I’m a software developer. My primary interests are numerical computing, visualization, and figuring out how to close the gap between the tools that do exist for communicating about technical concepts and the tools that I believe could exist.</p><p>You can find me online on <a href="https://github.com/rreusser">GitHub</a>, <a rel="me" href="https://mathstodon.xyz/@rreusser">Mastodon</a>, or <a href="https://observablehq.com/@rreusser">Observable</a>.</p><p>This site though is just side projects and diversions as I try to learn tools and improve. 🚀</p></div><footer class="footer"><div class="footer__content"><div class="footer_copy">© 2023 Ricky Reusser</div></div></footer></div></div></div>
<div id="idyll-mount"><div data-reactroot=""><div class="idyll-root"><nav class="menu"><a class="menu__item" href="/">rreusser.github.io</a><a class="menu__item" href="/sketches/">sketches</a><a class="menu__item" href="/projects/">projects</a><a class="menu__item" href="/trains-and-trails/">running</a></nav><div class="article-header"><div class="article-header__image" style="background-image:url(static/splash.jpg)"></div><div class="article-header__content"><h1 class="hed">ricky reusser</h1></div></div><div class=" idyll-text-container"><div class="section-list"><div class="section-list__item"><a href="/sketches">Sketches</a></div><div class="section-list__item"><a href="/projects">Projects</a></div><div class="section-list__item"><a href="/trains-and-trails">Running</a></div></div><p>Hi! I studied Aerospace Engineering, but now I’m a software developer. My primary interests are numerical computing, visualization, and figuring out how to close the gap between the tools that do exist for communicating about technical concepts and the tools that I believe could exist.</p><p>You can find me online on <a href="https://github.com/rreusser">GitHub</a>, <a rel="me" href="https://bsky.app/profile/rreusser.bsky.social">Bluesky</a>, <a rel="me" href="https://mathstodon.xyz/@rreusser">Mastodon</a>, or <a href="https://observablehq.com/@rreusser">Observable</a>.</p><p>This site though is just side projects and diversions as I try to learn tools and improve. 🚀</p></div><footer class="footer"><div class="footer__content"><div class="footer_copy">© 2025 Ricky Reusser</div></div></footer></div></div></div>
<script src="index.js"></script>
</body>
</html>
37 changes: 18 additions & 19 deletions index/index.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/lib/default-idyll-components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Footer extends React.PureComponent {
return (
<footer className="footer">
<div className="footer__content">
<div className="footer_copy">© 2023 Ricky Reusser</div>
<div className="footer_copy">© 2025 Ricky Reusser</div>
</div>
</footer>
);
Expand Down
2 changes: 1 addition & 1 deletion src/src/index/index.idl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

Hi! I studied Aerospace Engineering, but now I'm a software developer. My primary interests are numerical computing, visualization, and figuring out how to close the gap between the tools that do exist for communicating about technical concepts and the tools that I believe could exist.

You can find me online on [GitHub](https://github.com/rreusser), [a rel:"me" href:"https://mathstodon.xyz/@rreusser"]Mastodon[/a], or [Observable](https://observablehq.com/@rreusser).
You can find me online on [GitHub](https://github.com/rreusser), [a rel:"me" href:"https://bsky.app/profile/rreusser.bsky.social"]Bluesky[/a], [a rel:"me" href:"https://mathstodon.xyz/@rreusser"]Mastodon[/a], or [Observable](https://observablehq.com/@rreusser).

This site though is just side projects and diversions as I try to learn tools and improve. 🚀

Expand Down
Binary file removed src/src/kuramoto/.index.js.swp
Binary file not shown.

0 comments on commit 6a5fa1e

Please sign in to comment.