JOL/lib/jol_web/controllers/page_html/home.html.heex

24 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

<div class="homepage">
<div>
<h1>It's Jessica!</h1>
2024-07-07 19:14:33 +00:00
<p>I build stuff on the internet! I used to make a lot more stuff, but I burnt out pretty hard building startups and consulting too hard. I'm getting back into just doing <strong>fun</strong> stuff, y'know?</p>
<p>I'm also into poking synthesizers until they make music, but actually <strong>recording</strong> any of this is a new thing for me, so I'm figuring that out.</p>
<p>Besides that, I'm a parent to two amazing boys, a wife to a beautiful wife, and I occasionally play poker.</p>
<p>I write here about those things, about general tech dorkery, and about my experience with being <strong>super</strong> trans and learning who I am.</p>
</div>
<div>
2024-08-25 16:56:26 +00:00
<h2>Recent Posts</h2>
<ul class="recent-posts">
<%= for post <- @posts do %>
<li>
<date><%= JOL.Blog.format_date(post.date) %></date>
<.link href={~p"/blog/#{post.slug}"}><%= post.title %> </.link>
</li>
<% end %>
</ul>
</div>
</div>