|
|
|
@ -6,12 +6,17 @@
|
|
|
|
|
|
|
|
|
|
<x-outer-card class="md:col-span-2">
|
|
|
|
|
<x-inner-card class="h-full">
|
|
|
|
|
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. It was popularised in the 1960s with the
|
|
|
|
|
release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing
|
|
|
|
|
software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
|
|
|
<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>
|
|
|
|
|
</x-inner-card>
|
|
|
|
|
</x-outer-card>
|
|
|
|
|
|
|
|
|
@ -24,12 +29,15 @@
|
|
|
|
|
|
|
|
|
|
<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. It was popularised in the 1960s with the
|
|
|
|
|
release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing
|
|
|
|
|
software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
|
|
|
into electronic typesetting, remaining essentially unchanged.
|
|
|
|
|
</x-inner-card>
|
|
|
|
|
</x-outer-card>
|
|
|
|
|
|
|
|
|
|