You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
2.9 KiB
PHTML

2 years ago
<x-app-layout>
1 year ago
@include('home.title-banner')
2 years ago
<div class="mt-4 grid auto-rows-auto sm:grid-cols-1 md:grid-cols-2 lg:grid-cols-[400px_auto_400px] gap-4 ">
2 years ago
1 year ago
<x-outer-card class="md:col-span-2">
<x-inner-card class="h-full">
<p>
1 year ago
<h2> < Welcome > </h2>
<hr class="my-2">
1 year ago
Hi! My name is <span class="text-white">Nisse</span>. I'm a 24-year-old software development
student. I created this website to
serve as a small repository and showcase of what I'm up to in my digital life. It's also an excuse
to
<span class="line-through">ramble</span> write about some of the (probably at least mildly obscure)
things I think a lot about.
</p>
<br>
<p>
1 year ago
Things I care about include <span class="text-white">music technology</span> (including - but not
limited to - <a href="">custom samplers</a> and <a href="">sequencers</a>) as well as
<span class="text-white">music production, programming, electronics, digital minimalism, Linux,
retro things of all sorts, video production, self-improvement</span> and much more. Have a look
around!
</p>
1 year ago
</x-inner-card>
</x-outer-card>
2 years ago
<!-- Changelog -->
1 year ago
@include('home.changelog')
1 year ago
1 year ago
<!-- Recent blog posts -->
@include('home.recent-blog')
1 year ago
1 year ago
<x-outer-card class="md:col-span-2">
<x-inner-card>
1 year ago
<h2>< Contact Info > </h2>
<hr class="my-2">
<p>
1 year ago
If you'd like to <b>get in touch with me</b>, consider sending me an <a href="{{route('mail')}}">e-mail</a>,
find me on <a rel="me" href="https://mastodon.world/@niisse">Mastodon</a>, or connect on
<a href="https://www.linkedin.com/in/nisse-lommerde-9042b6215/">LinkedIn</a>. I also occasionally
show off projects I'm working on over on my <a href="https://www.youtube.com/@Niiisse">YouTube
Channel</a>.
</p>
<br>
1 year ago
<p>
This website was designed from scratch as an homage to <b>90's and early 00's web design</b> as well as
even older <b>text-based computer programs</b>, perhaps somewhat reminiscent of spaces like GeoCities.
Partial
inspiration for this website's design, as well as the font being used, came from the wonderful
<a href="https://int10h.org/oldschool-pc-fonts/">int10h.org</a>.
</p></x-inner-card>
1 year ago
</x-outer-card>
2 years ago
</x-app-layout>