Browse Source

New subdomains are now in the list

master
Julio Biason 5 years ago
parent
commit
dfbe748dce
  1. 11
      index.html

11
index.html

@ -54,14 +54,23 @@ a {
<div>
<div class="tabs">
<!-- <a href="#blog">Blog</a> -->
<a href="#blog">Blog</a>
<a href="#git">Git</a>
<a href="#presentations">Presentations</a>
</div>
<div class="panels">
<div id="blog" class="hidden">
Random thoughts that are longer than a toot are on <a href="https://blog.juliobiason.me">https://blog.juliobiason.me</a>.
</div>
<div id="git" class="hidden">
I keep my own code repository on <a href="https://git.juliobiason.me">https://git.juliobiason.me</a>.
</div>
<div id="presentations" class="hidden">
My presentations are available online at <a href="https://presentations.juliobiason.me">https://presentations.juliobiason.me</a>.
</div>
</div>
</div>
</body>

Loading…
Cancel
Save