work
parent
1a15eaf608
commit
ea473179f5
@ -0,0 +1,4 @@
|
|||||||
|
<div {{$attributes->merge(['class'=> "bg-zinc-800 p-6 pixel-corner-md shadow-black text-justify h-full"])}}>
|
||||||
|
{{ $slot }}
|
||||||
|
|
||||||
|
</div>
|
@ -0,0 +1,3 @@
|
|||||||
|
<div {{$attributes->merge(['class'=> "col-span-1 filter drop-shadow-card shadow-zinc-950"])}}>
|
||||||
|
{{ $slot }}
|
||||||
|
</div>
|
@ -1,90 +1,36 @@
|
|||||||
<x-app-layout>
|
<x-app-layout>
|
||||||
<div class="filter drop-shadow-pixel-md shadow-zinc-950 my-2">
|
|
||||||
<div class="bg-zinc-800 p-6 pixel-corner-sm">
|
|
||||||
|
|
||||||
<div class="filter drop-shadow-pixel-sm shadow-black">
|
@include('home.title-banner')
|
||||||
<h1 class="text-5xl uppercase text-center font-bold text-shadow-md shadow-blue-700">
|
|
||||||
We belong to another time</h1>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
<div class="mt-4 grid grid-rows-[1fr] sm:grid-cols-1 md:grid-cols-2 lg:grid-cols-[auto_auto_375px] gap-4 ">
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="mt-4 grid grid-cols-1 md:grid-cols-2 lg:grid-cols-12 gap-4">
|
<x-outer-card class="md:col-span-2">
|
||||||
<div class="col-span-1 md:col-span-2 lg:col-span-8 filter drop-shadow-pixel-md shadow-zinc-950">
|
<x-inner-card class="h-full">
|
||||||
<div class="bg-zinc-800 p-6 pixel-corner-sm shadow-black text-justify ">
|
|
||||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
|
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
|
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
|
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
|
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
|
release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing
|
||||||
software like Aldus PageMaker including versions of Lorem Ipsum.
|
software like Aldus PageMaker including versions of Lorem Ipsum.
|
||||||
</div>
|
</x-inner-card>
|
||||||
</div>
|
</x-outer-card>
|
||||||
|
|
||||||
<!-- Changelog -->
|
<!-- Changelog -->
|
||||||
<div class="col-span-1 md:col-span-1 lg:col-span-4 filter drop-shadow-pixel-md shadow-zinc-950">
|
@include('home.changelog')
|
||||||
<div class="bg-zinc-800 p-4 pixel-corner-sm shadow-black ">
|
|
||||||
<div class="space-y-2 whitespace-nowrap">
|
|
||||||
<h2 class="text-xl text-shadow-sm shadow-zinc-900 font-bold">What's new?</h2>
|
|
||||||
|
|
||||||
<hr class="border-zinc-500 drop-shadow-pixel-sm shadow-zinc-900">
|
<!-- Recent blog posts -->
|
||||||
|
@include('home.recent-blog')
|
||||||
|
|
||||||
<ul class="list-disc list-inside mr-7 marker:font-ibm marker:text-lime-400">
|
|
||||||
|
|
||||||
<li>
|
<x-outer-card class="md:col-span-2">
|
||||||
<x-news-item class="text-white"
|
<x-inner-card>
|
||||||
newest="true"
|
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
|
||||||
date="2023-06-08"
|
industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and
|
||||||
link="#"
|
scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap
|
||||||
link_name="link"
|
into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the
|
||||||
title="Newest item style">
|
release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing
|
||||||
</x-news-item>
|
software like Aldus PageMaker including versions of Lorem Ipsum.
|
||||||
</li>
|
</x-inner-card>
|
||||||
<li>
|
</x-outer-card>
|
||||||
<x-news-item class="text-red-500"
|
|
||||||
date="2023-06-07"
|
|
||||||
link="#"
|
|
||||||
link_name="blog"
|
|
||||||
title="A Blog Entry">
|
|
||||||
</x-news-item>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<x-news-item class="text-red-600"
|
|
||||||
date="2023-06-05"
|
|
||||||
link="#"
|
|
||||||
link_name="blog"
|
|
||||||
title="Another Blog Entry">
|
|
||||||
</x-news-item>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<x-news-item class="text-red-700"
|
|
||||||
date="2023-06-02"
|
|
||||||
link="#"
|
|
||||||
link_name="project"
|
|
||||||
title="Project Update">
|
|
||||||
</x-news-item>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<x-news-item class="text-red-700"
|
|
||||||
date="2023-06-02"
|
|
||||||
link="#"
|
|
||||||
link_name="link"
|
|
||||||
title="Another link">
|
|
||||||
</x-news-item>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<hr class="border-zinc-500 drop-shadow-pixel-sm shadow-zinc-900">
|
|
||||||
|
|
||||||
<div>
|
|
||||||
For more, see the
|
|
||||||
<span class="text-blue-400 hover:text-blue-300 underline"><a href="">changelog</a></span>.
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</x-app-layout>
|
</x-app-layout>
|
||||||
|
@ -0,0 +1,63 @@
|
|||||||
|
<x-outer-card class="col-span-1">
|
||||||
|
<x-inner-card>
|
||||||
|
|
||||||
|
<div class="h-full grid space-y-2 content-center whitespace-nowrap ">
|
||||||
|
<h2 class="text-xl text-shadow-sm shadow-zinc-900 font-bold">< What's new? > </h2>
|
||||||
|
|
||||||
|
<hr class="border-zinc-500 drop-shadow-pixel-sm shadow-zinc-900">
|
||||||
|
|
||||||
|
<ul class="list-disc list-inside mr-7 marker:font-ibm marker:text-lime-400">
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<x-news-item class="text-white"
|
||||||
|
newest="true"
|
||||||
|
date="2023-06-08"
|
||||||
|
link="#"
|
||||||
|
link_name="link"
|
||||||
|
title="Newest item style">
|
||||||
|
</x-news-item>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<x-news-item class="text-red-400"
|
||||||
|
date="2023-06-07"
|
||||||
|
link="#"
|
||||||
|
link_name="blog"
|
||||||
|
title="A Blog Entry">
|
||||||
|
</x-news-item>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<x-news-item class="text-red-500"
|
||||||
|
date="2023-06-05"
|
||||||
|
link="#"
|
||||||
|
link_name="blog"
|
||||||
|
title="Another Blog Entry">
|
||||||
|
</x-news-item>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<x-news-item class="text-red-600"
|
||||||
|
date="2023-06-02"
|
||||||
|
link="#"
|
||||||
|
link_name="project"
|
||||||
|
title="Project Update">
|
||||||
|
</x-news-item>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<x-news-item class="text-red-700"
|
||||||
|
date="2023-06-02"
|
||||||
|
link="#"
|
||||||
|
link_name="link"
|
||||||
|
title="Another link">
|
||||||
|
</x-news-item>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<hr class="border-zinc-500 drop-shadow-pixel-sm shadow-zinc-900">
|
||||||
|
|
||||||
|
<div>
|
||||||
|
// For more, see the
|
||||||
|
<span class="text-blue-400 hover:text-blue-300 underline"><a href="">changelog</a></span>.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</x-inner-card>
|
||||||
|
</x-outer-card>
|
@ -0,0 +1,63 @@
|
|||||||
|
<x-outer-card class="col-span-1">
|
||||||
|
<x-inner-card>
|
||||||
|
|
||||||
|
<div class="h-full w-full grid space-y-2 content-center whitespace-nowrap ">
|
||||||
|
<h2 class="text-xl text-shadow-sm shadow-zinc-900 font-bold"> < Recent Blog Posts > </h2>
|
||||||
|
|
||||||
|
<hr class="border-zinc-500 drop-shadow-pixel-sm shadow-zinc-900">
|
||||||
|
|
||||||
|
<ul class="list-disc list-inside mr-7 marker:font-ibm marker:text-lime-400">
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<x-news-item class="text-white"
|
||||||
|
newest="true"
|
||||||
|
date="2023-06-08"
|
||||||
|
link="#"
|
||||||
|
link_name="blog"
|
||||||
|
title="Newest item style">
|
||||||
|
</x-news-item>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<x-news-item class="text-green-300"
|
||||||
|
date="2023-06-07"
|
||||||
|
link="#"
|
||||||
|
link_name="blog"
|
||||||
|
title="A Blog Entry">
|
||||||
|
</x-news-item>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<x-news-item class="text-green-400"
|
||||||
|
date="2023-06-05"
|
||||||
|
link="#"
|
||||||
|
link_name="blog"
|
||||||
|
title="Another Blog Entry">
|
||||||
|
</x-news-item>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<x-news-item class="text-green-500"
|
||||||
|
date="2023-06-02"
|
||||||
|
link="#"
|
||||||
|
link_name="blog"
|
||||||
|
title="Project Update">
|
||||||
|
</x-news-item>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<x-news-item class="text-green-600"
|
||||||
|
date="2023-06-02"
|
||||||
|
link="#"
|
||||||
|
link_name="blog"
|
||||||
|
title="Another link">
|
||||||
|
</x-news-item>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<hr class="border-zinc-500 drop-shadow-pixel-sm shadow-zinc-900">
|
||||||
|
|
||||||
|
<div>
|
||||||
|
// For more, head over to the
|
||||||
|
<span class="text-blue-400 hover:text-blue-300 underline"><a href="">blog</a></span>.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</x-inner-card>
|
||||||
|
</x-outer-card>
|
@ -0,0 +1,16 @@
|
|||||||
|
<x-outer-card>
|
||||||
|
<x-inner-card>
|
||||||
|
<div class="filter drop-shadow-pixel-lg shadow-black/75">
|
||||||
|
<div class="filter drop-shadow-pixel-lg shadow-blue-400/80">
|
||||||
|
<h1 class="text-6xl uppercase text-center font-bold text-red-500/50 text-shadow-md shadow-yellow-600">
|
||||||
|
<< niisse.net >>
|
||||||
|
</h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</x-inner-card>
|
||||||
|
</x-outer-card>
|
||||||
|
|
||||||
|
|
||||||
|
{{--<div class="filter drop-shadow-pixel-lg shadow-red-800/50">--}}
|
||||||
|
{{-- <div class="filter drop-shadow-pixel-lg shadow-indigo-700/75">--}}
|
||||||
|
{{-- <h1 class="text-6xl uppercase text-center font-bold text-red-500 text-shadow-md shadow-yellow-600">--}}
|
Loading…
Reference in New Issue