28 lines
No EOL
1.4 KiB
HTML
28 lines
No EOL
1.4 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<head>
|
|
<title>Steven Carpenters Portfolio</title>
|
|
<link href="/assets/main.css" rel="stylesheet" />
|
|
</head>
|
|
|
|
<body>
|
|
<nav>
|
|
<ul>
|
|
<li>Home</li>
|
|
<li>Blog</li>
|
|
<li>Projects</li>
|
|
<li>Resume</li>
|
|
</ul>
|
|
</nav>
|
|
<h3 class="text-red-500 font-extrabold">Welcome my boy!</h3>
|
|
<p>My name is Steven Carpenter, and I am 25 years old. Since 2011, I have been immersed in the world of coding,
|
|
driven by a passion to enhance the ease and security of our 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>
|
|
<p>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>
|
|
<p>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>
|
|
</body> |