You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
755 B

4 years ago
  1. <p>
  2. <em>Oculata Certitudine</em>
  3. </p>
  4. <p>
  5. I’m a space-obsessed python programmer. Sometimes I get some time to write some things and post them here.
  6. </p>
  7. <p>
  8. Follow me being weird online
  9. </p>
  10. <ul>
  11. <li><a rel="me" href="https://toot.cat/@natronics">@natronics@toot.cat</a></li>
  12. </ul>
  13. <h3>Code</h3>
  14. <p>I publish some public code sometimes</p>
  15. <ul>
  16. <li><a href="https://git.natronics.org/natronics">git.natronics.org/natronics</a></li>
  17. </ul>
  18. <h3>Beep Boop</h3>
  19. <p><a href="sounds/">I made a couple of sounds.</a></p>
  20. <h3>Posts</h3>
  21. <p>And I might post a thing or two here</p>
  22. <ul>
  23. <% page.posts.forEach(function (post) { %>
  24. <li><a href="<%= url_for(post.path) %>"><%= post.date.format("MMMM YYYY") %>: <%= post.title %></li>
  25. <% }) %>
  26. </ul>