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.

45 lines
2.0 KiB
PHTML

1 year ago
<x-app-layout>
1 year ago
@include('home.title-banner')
1 year ago
1 year ago
<div class="mt-4 grid grid-rows-[1fr] sm:grid-cols-1 md:grid-cols-2 lg:grid-cols-[auto_auto_375px] gap-4 ">
1 year ago
1 year ago
<x-outer-card class="md:col-span-2">
<x-inner-card class="h-full">
<p>
Hi! My name is Nisse. I'm a 25-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>
Things I care about include music technology (including - but not limited to - custom samplers and
sequencers) as well as music production, programming, electronics, digital minimalism, Linux,
retro things of all sorts, video production, self-improvement and much more.
</p>
1 year ago
</x-inner-card>
</x-outer-card>
1 year 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>
<p>
This website was designed from scratch as an homage to 90's and early 00's web design, perhaps
reminiscent of spaces like GeoCities.
</p>
<br>
1 year ago
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and
scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap
into electronic typesetting, remaining essentially unchanged.
1 year ago
</x-inner-card>
</x-outer-card>
1 year ago
</x-app-layout>