niisse-net/resources/views/dashboard.blade.php

45 lines
2.0 KiB
PHP
Raw Normal View History

2023-06-08 11:42:59 +02:00
<x-app-layout>
2023-06-08 20:24:15 +02:00
@include('home.title-banner')
2023-06-08 11:42:59 +02:00
2023-06-08 20:24:15 +02:00
<div class="mt-4 grid grid-rows-[1fr] sm:grid-cols-1 md:grid-cols-2 lg:grid-cols-[auto_auto_375px] gap-4 ">
2023-06-08 11:42:59 +02:00
2023-06-08 20:24:15 +02:00
<x-outer-card class="md:col-span-2">
<x-inner-card class="h-full">
2023-06-10 22:58:26 +02:00
<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>
2023-06-08 20:24:15 +02:00
</x-inner-card>
</x-outer-card>
2023-06-08 11:42:59 +02:00
<!-- Changelog -->
2023-06-08 20:24:15 +02:00
@include('home.changelog')
2023-06-08 15:05:30 +02:00
2023-06-08 20:24:15 +02:00
<!-- Recent blog posts -->
@include('home.recent-blog')
2023-06-08 15:05:30 +02:00
2023-06-08 20:24:15 +02:00
<x-outer-card class="md:col-span-2">
<x-inner-card>
2023-06-10 22:58:26 +02:00
<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>
2023-06-08 20:24:15 +02:00
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
2023-06-10 22:58:26 +02:00
into electronic typesetting, remaining essentially unchanged.
2023-06-08 20:24:15 +02:00
</x-inner-card>
</x-outer-card>
2023-06-08 11:42:59 +02:00
</x-app-layout>