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

50 lines
2.3 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>
2023-06-13 17:35:52 +02:00
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.
2023-06-10 22:58:26 +02:00
</p>
<br>
<p>
2023-06-13 17:35:52 +02:00
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!
2023-06-10 22:58:26 +02:00
</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>