Skip to content

Commit

Permalink
fixed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
LiveDuo committed Dec 21, 2023
1 parent 9f28197 commit bfe06ff
Show file tree
Hide file tree
Showing 18 changed files with 72 additions and 202 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,7 @@ <h1 class="mb-2 text-center text-2xl font-bold text-gray-800 md:text-3xl">Page n

<a
href="#"
class="
inline-block
rounded-lg
bg-gray-200
px-8
py-3
text-center text-sm
font-semibold
text-gray-500
outline-none
ring-indigo-300
transition
duration-100
hover:bg-gray-300
focus-visible:ring
active:text-gray-700
md:text-base
"
class="inline-block rounded-lg bg-gray-200 px-8 py-3 text-center text-sm font-semibold text-gray-500 outline-none ring-indigo-300 transition duration-100 hover:bg-gray-300 focus-visible:ring active:text-gray-700 md:text-base"
>Go home</a
>
</div>
Expand Down
File renamed without changes.
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,13 @@
<!-- content - start -->
<div class="flex flex-col items-center justify-center sm:items-start md:py-24 lg:py-32">
<p class="mb-4 text-sm font-semibold uppercase text-indigo-500 md:text-base">Error 404</p>
<h1 class="mb-2 text-center text-2xl font-bold text-gray-800 sm:text-left md:text-3xl">
Page not found
</h1>
<h1 class="mb-2 text-center text-2xl font-bold text-gray-800 sm:text-left md:text-3xl">Page not found</h1>

<p class="mb-8 text-center text-gray-500 sm:text-left md:text-lg">
The page you’re looking for doesn’t exist.
</p>
<p class="mb-8 text-center text-gray-500 sm:text-left md:text-lg">The page you’re looking for doesn’t exist.</p>

<a
href="#"
class="
inline-block
rounded-lg
bg-gray-200
px-8
py-3
text-center text-sm
font-semibold
text-gray-500
outline-none
ring-indigo-300
transition
duration-100
hover:bg-gray-300
focus-visible:ring
active:text-gray-700
md:text-base
"
class="inline-block rounded-lg bg-gray-200 px-8 py-3 text-center text-sm font-semibold text-gray-500 outline-none ring-indigo-300 transition duration-100 hover:bg-gray-300 focus-visible:ring active:text-gray-700 md:text-base"
>Go home</a
>
</div>
Expand Down
File renamed without changes.
File renamed without changes
31 changes: 31 additions & 0 deletions lib/themes/flowrift/NotFound3/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<div class="bg-white py-6 sm:py-0">
<div class="mx-auto max-w-screen-xl px-4 md:px-8">
<div class="grid gap-8 sm:grid-cols-2 sm:gap-12">
<!-- image - start -->
<div class="h-80 overflow-hidden rounded-lg bg-gray-100 shadow-lg sm:rounded-none sm:shadow-none md:h-auto">
<img
src="https://images.unsplash.com/photo-1452022449339-59005948ec5b?auto=format&q=75&fit=crop&w=600"
loading="lazy"
alt="Photo by Jeremy Cai"
class="h-full w-full object-cover object-center"
/>
</div>
<!-- image - end -->

<!-- content - start -->
<div class="flex flex-col items-center justify-center sm:items-start md:py-24 lg:py-32 xl:py-64">
<p class="mb-4 text-sm font-semibold uppercase text-indigo-500 md:text-base">Error 404</p>
<h1 class="mb-2 text-center text-2xl font-bold text-gray-800 sm:text-left md:text-3xl">Page not found</h1>

<p class="mb-8 text-center text-gray-500 sm:text-left md:text-lg">The page you’re looking for doesn’t exist.</p>

<a
href="#"
class="inline-block rounded-lg bg-gray-200 px-8 py-3 text-center text-sm font-semibold text-gray-500 outline-none ring-indigo-300 transition duration-100 hover:bg-gray-300 focus-visible:ring active:text-gray-700 md:text-base"
>Go home</a
>
</div>
<!-- content - end -->
</div>
</div>
</div>
File renamed without changes.
File renamed without changes
28 changes: 28 additions & 0 deletions lib/themes/flowrift/NotFound4/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<div class="bg-white py-6 sm:py-8 lg:py-12">
<div class="mx-auto max-w-screen-2xl px-4 md:px-8">
<div
class="relative mx-auto flex h-96 w-full items-center justify-center overflow-hidden rounded-lg bg-gray-100 shadow-lg sm:w-96"
>
<img
src="https://images.unsplash.com/photo-1530651788726-1dbf58eeef1f?auto=format&q=75&fit=crop&w=600"
loading="lazy"
alt="Photo by Connor Botts"
class="absolute inset-0 h-full w-full object-cover object-center"
/>

<!-- content - start -->
<div class="relative flex flex-col items-center justify-center p-8 md:p-16">
<h1 class="mb-2 text-center text-2xl font-bold text-white md:text-3xl lg:text-4xl">404</h1>

<p class="mb-8 text-center text-gray-200 md:text-lg">The page you’re looking for doesn’t exist.</p>

<a
href="#"
class="inline-block rounded-lg bg-gray-200 px-8 py-3 text-center text-sm font-semibold text-gray-500 outline-none ring-indigo-300 transition duration-100 hover:bg-gray-300 focus-visible:ring active:text-gray-700 md:text-base"
>Go home</a
>
</div>
<!-- content - end -->
</div>
</div>
</div>
File renamed without changes.
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
<!-- content - start -->
<div class="flex flex-col items-center justify-center sm:items-start md:py-24 lg:py-32">
<p class="mb-4 text-sm font-semibold uppercase text-indigo-500 md:text-base">Error 404</p>
<h1 class="mb-2 text-center text-2xl font-bold text-gray-800 sm:text-left md:text-3xl">
Page not found
</h1>
<h1 class="mb-2 text-center text-2xl font-bold text-gray-800 sm:text-left md:text-3xl">Page not found</h1>

<p class="mb-4 text-center text-gray-500 sm:text-left md:mb-8 md:text-lg">
The page you’re looking for doesn’t exist.
Expand All @@ -27,47 +25,23 @@ <h1 class="mb-2 text-center text-2xl font-bold text-gray-800 sm:text-left md:tex
<div>
<a
href="#"
class="
inline-block
text-sm text-indigo-500
transition
duration-100
hover:text-indigo-600
active:text-indigo-700
md:text-base
"
class="inline-block text-sm text-indigo-500 transition duration-100 hover:text-indigo-600 active:text-indigo-700 md:text-base"
>Home</a
>
</div>

<div>
<a
href="#"
class="
inline-block
text-sm text-indigo-500
transition
duration-100
hover:text-indigo-600
active:text-indigo-700
md:text-base
"
class="inline-block text-sm text-indigo-500 transition duration-100 hover:text-indigo-600 active:text-indigo-700 md:text-base"
>Search</a
>
</div>

<div>
<a
href="#"
class="
inline-block
text-sm text-indigo-500
transition
duration-100
hover:text-indigo-600
active:text-indigo-700
md:text-base
"
class="inline-block text-sm text-indigo-500 transition duration-100 hover:text-indigo-600 active:text-indigo-700 md:text-base"
>Help</a
>
</div>
Expand Down
File renamed without changes.
File renamed without changes
65 changes: 0 additions & 65 deletions lib/themes/flowrift/Page_ not_found3/index.html

This file was deleted.

60 changes: 0 additions & 60 deletions lib/themes/flowrift/Page_ not_found4/index.html

This file was deleted.

10 changes: 5 additions & 5 deletions lib/themes/flowrift/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ import Product5 from './Product5'
import Heading1 from './Heading1'
import Heading2 from './Heading2'
import Heading3 from './Heading3'
import PageNotFound1 from './Page_ not_found1'
import PageNotFound2 from './Page_ not_found2'
import PageNotFound3 from './Page_ not_found3'
import PageNotFound4 from './Page_ not_found4'
import PageNotFound5 from './Page_ not_found5'
import PageNotFound1 from './NotFound1'
import PageNotFound2 from './NotFound2'
import PageNotFound3 from './NotFound3'
import PageNotFound4 from './NotFound4'
import PageNotFound5 from './NotFound5'

const components = {
Banner1,
Expand Down

0 comments on commit bfe06ff

Please sign in to comment.