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

53 lines
2.4 KiB
Plaintext
Raw Normal View History

2023-10-06 07:38:43 +00:00
<section class="content">
<h2>Hello.</h2>
2024-03-07 09:14:06 +00:00
<p>Im a software engineer specialising in Ruby and Rails.</p>
2024-03-07 09:14:06 +00:00
<p>Im passionate about <abbr title="Free and Open Source Software">FOSS</abbr> and building high quality
systems through modern software engineering techniques.</p>
<p>Check out some of the articles Ive written on <%= link_to "my blog", blog_posts_path %>, or read
2024-03-17 11:51:26 +00:00
<%= link_to "the latest one", @latest_blog_post %>. Go to <%= link_to "/uses", "/uses" %> for information on my setup.</p>
2024-03-07 09:14:06 +00:00
<h3>Some of my personal projects:</h3>
<dl>
<dt><%= link_to "This site", "https://git.tsvallender.co.uk/tsv/Soc" %></dt>
<dd>The code for this very masterpiece.</dd>
<dt><%= link_to "Birthdaze", "https://git.tsvallender.co.uk/tsv/birthdaze" %></dt>
<dd>Generate an iCalendar feed of your contacts birthdays via a CardDAV server.</dd>
<dt><%= link_to "Redmine Jobs", "https://git.tsvallender.co.uk/tsv/Redmine-Jobs" %></dt>
<dd>A <%= link_to "Redmine", "https://redmine.org" %> plugin to make it simpler to manage client
jobs and their budgets.</dd>
</dl>
<p>My <%= link_to "dotfiles", "https://git.tsvallender.co.uk/tsv/dotfiles" %> are also available.</p>
2023-10-06 07:38:43 +00:00
</section>
2023-10-05 18:22:31 +00:00
2024-03-07 09:14:06 +00:00
<aside>
2023-10-05 18:22:31 +00:00
<aside>
2024-03-06 20:31:14 +00:00
<%= image_tag "avatar.png", alt: "T S Vallender", width: 200, height: 200, class: "avatar" %>
2024-03-07 09:14:06 +00:00
</aside>
2024-03-06 20:31:14 +00:00
<aside class="bordered-aside">
2023-10-05 18:22:31 +00:00
<dl>
2024-03-07 09:14:06 +00:00
<dt><i class="nf nf-linux-forgejo"></i> Code (Forgejo)</dt>
<dd><%= link_to "git.tsvallender.co.uk", "https://git.tsvallender.co.uk" %></dd>
<dt><i class="nf nf-md-github"></i> GitHub</dt>
<dd>
<%= link_to "github.com/tsvallender", "https://github.com/tsvallender" %>
<br>Note my own projects live on the Forgejo instance above.
</dd>
<dt><i class="nf nf-md-mastodon"></i> Mastodon</dt>
2023-10-05 18:22:31 +00:00
<dd><%= link_to "@tsvallender@ruby.social", "https://ruby.social/@tsvallender" %></dd>
2024-03-07 09:14:06 +00:00
<dt><i class="nf nf-fa-camera_retro"></i> Pixelfed</dt>
2023-10-05 18:22:31 +00:00
<dd><%= link_to "@tsvallender@pixelfed.sdf.org", "https://pixelfed.sdf.org/tsvallender" %></dd>
2024-03-07 09:14:06 +00:00
<dt><i class="nf nf-md-email"></i> Email</dt>
2023-10-05 18:22:31 +00:00
<dd><%= mail_to "t@tsvallender.co.uk" %></dd>
2024-03-07 09:14:06 +00:00
<dt><i class="nf nf-md-chat"></i> Matrix</dt>
<dd><%= link_to "tsvallender:matrix.org", "https://matrix.to/#/@tsvallender:matrix.org" %></dd>
<dt><i class="nf nf-md-linkedin"></i> LinkedIn</dt>
<dd><%= link_to "linkedin.com/in/tsvallender", "https://www.linkedin.com/in/tsvallender/" %></dd>
2023-10-05 18:22:31 +00:00
</dl>
</aside>
2024-03-07 09:14:06 +00:00
</aside>