Portfolio/templates/index.html
2024-02-22 15:37:55 -05:00

28 lines
No EOL
1.5 KiB
HTML

<!-- prettier-ignore -->
{% extends "base.html" %}
{% block title %}Hello!{% endblock %}
{% block content %}
<div class="mx-72">
<h3 class="text-stone-900 text-4xl font-extrabold pt-6">Hacker.</h3>
<h3 class="text-stone-900 text-4xl font-extrabold">Maker.</h3>
<h3 class="text-stone-900 text-4xl font-extrabold pb-6">Developer.</h3>
<p class="text-stone-900">My name is Steven Carpenter, and I am 24 years old. Since 2011, I have been immersed in
software developemnt,
driven by a passion to enhance the ease and security of daily computer use for everyone. My primary programming
language is Rust, but I also have experience in seven other languages, including Go and JavaScript.</p>
<br />
<p class="text-stone-900">I aim to update my blog at least twice a week, typically on Tuesdays and Thursdays.
Additionally, you might see
extra posts coinciding with major updates to my projects or significant news in the tech industry. If you wish to
get in touch, please email me at steven.carpenter@skdevstudios.com, using 'Portfolio Contact' as the subject.</p>
<br />
<p class="text-stone-900">I've chosen to create my own website for this venture instead of relying on traditional
blogging platforms or
social media because I view those as channels primarily for discoverability. In contrast, this website represents my
own space on the web—a space I own, moderate, and host. This independence ensures that my content remains unaffected
by the profit-driven algorithms of other platforms.</p>
</div>
{% endblock %}