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.
50 lines
2.3 KiB
PHTML
50 lines
2.3 KiB
PHTML
<x-app-layout>
|
|
|
|
@include('home.title-banner')
|
|
|
|
<div class="mt-4 grid grid-rows-[1fr] sm:grid-cols-1 md:grid-cols-2 lg:grid-cols-[auto_auto_375px] gap-4 ">
|
|
|
|
<x-outer-card class="md:col-span-2">
|
|
<x-inner-card class="h-full">
|
|
<p>
|
|
Hi! My name is <span class="text-white">Nisse</span>. 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 <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>
|
|
</x-inner-card>
|
|
</x-outer-card>
|
|
|
|
<!-- Changelog -->
|
|
@include('home.changelog')
|
|
|
|
<!-- Recent blog posts -->
|
|
@include('home.recent-blog')
|
|
|
|
|
|
<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>
|
|
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.
|
|
</x-inner-card>
|
|
</x-outer-card>
|
|
|
|
</x-app-layout>
|