Soc/app/views/home_pages/index.html.erb

21 lines
754 B
Plaintext
Raw Normal View History

2023-10-06 07:38:43 +00:00
<section class="content">
<h2>Hello.</h2>
2023-10-06 07:38:43 +00:00
<p>Welcome to my site! Im a software engineer specialising in Ruby and Rails, with a love for *nix systems,
NixOS and free software in general. Im also a maker and dad, and here is where my thoughts get dumped.</p>
2023-12-28 12:54:44 +00:00
<p>The code for my personal projects <%= link_to "can be found here", "https://git.tsvallender.co.uk/tsv" %></p>
2023-10-06 07:38:43 +00:00
</section>
2023-10-05 18:22:31 +00:00
<aside>
<h3>Find me:</h3>
<dl>
<dt>Mastodon</dt>
<dd><%= link_to "@tsvallender@ruby.social", "https://ruby.social/@tsvallender" %></dd>
<dt>Pixelfed</dt>
<dd><%= link_to "@tsvallender@pixelfed.sdf.org", "https://pixelfed.sdf.org/tsvallender" %></dd>
<dt>Email</dt>
<dd><%= mail_to "t@tsvallender.co.uk" %></dd>
</dl>
</aside>