Skip to content

Commit

Permalink
chore: Refactor 404 page HTML structure and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
besoeasy committed Aug 21, 2024
1 parent f71411d commit 6e01c38
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 53 deletions.
152 changes: 99 additions & 53 deletions components/404/as.html
Original file line number Diff line number Diff line change
@@ -1,56 +1,102 @@
<section class="pt-24 pb-11 overflow-hidden bg-orange-50">
<div class="container mx-auto px-4">
<h1 class="text-center text-4xl lg:text-5xl font-bold font-heading mb-10">Oops. Page not found.</h1>
<div class="flex justify-center mb-20"><a
class="w-full sm:w-auto text-center h-14 inline-flex items-center justify-center py-4 px-6 rounded-full bg-orange-500 border border-orange-600 shadow text-sm font-semibold text-white hover:bg-orange-600 focus:ring focus:ring-orange-200 transition duration-200"
href="#">Back to Home</a></div>
<div class="flex items-center justify-center gap-4 sm:gap-8 lg:gap-16">
<div>
<div class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24 mx-auto">
</div>
<div class="flex justify-between mb-2">
<div class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"></div>
<div class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"></div>
</div>
<div class="flex gap-1 lg:gap-2 mb-2">
<div class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"></div>
<div class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"></div>
<div class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"></div>
</div>
<div class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24 ml-auto">
</div>
</div>
<div>
<div class="flex gap-1 lg:gap-2 mb-2">
<div class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"></div>
<div class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"></div>
<div class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"></div>
</div>
<div class="flex justify-between mb-2">
<div class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"></div>
<div class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"></div>
</div>
<div class="flex gap-1 lg:gap-2">
<div class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"></div>
<div class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"></div>
<div class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"></div>
</div>
</div>
<div>
<div class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24 mx-auto">
</div>
<div class="flex justify-between mb-2">
<div class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"></div>
<div class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"></div>
</div>
<div class="flex gap-1 lg:gap-2 mb-2">
<div class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"></div>
<div class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"></div>
<div class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"></div>
</div>
<div class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24 ml-auto">
</div>
</div>
<div class="container mx-auto px-4">
<h1 class="text-center text-4xl lg:text-5xl font-bold font-heading mb-10">
Oops. Page not found.
</h1>
<div class="flex justify-center mb-20">
<a
class="w-full sm:w-auto text-center h-14 inline-flex items-center justify-center py-4 px-6 rounded-full bg-orange-500 border border-orange-600 shadow text-sm font-semibold text-white hover:bg-orange-600 focus:ring focus:ring-orange-200 transition duration-200"
href="#"
>Back to Home</a
>
</div>
<div class="flex items-center justify-center gap-4 sm:gap-8 lg:gap-16">
<div>
<div
class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24 mx-auto"
></div>
<div class="flex justify-between mb-2">
<div
class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"
></div>
<div
class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"
></div>
</div>
<div class="flex gap-1 lg:gap-2 mb-2">
<div
class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"
></div>
<div
class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"
></div>
<div
class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"
></div>
</div>
<div
class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24 ml-auto"
></div>
</div>
<div>
<div class="flex gap-1 lg:gap-2 mb-2">
<div
class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"
></div>
<div
class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"
></div>
<div
class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"
></div>
</div>
<div class="flex justify-between mb-2">
<div
class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"
></div>
<div
class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"
></div>
</div>
<div class="flex gap-1 lg:gap-2">
<div
class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"
></div>
<div
class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"
></div>
<div
class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"
></div>
</div>
</div>
<div>
<div
class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24 mx-auto"
></div>
<div class="flex justify-between mb-2">
<div
class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"
></div>
<div
class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"
></div>
</div>
<div class="flex gap-1 lg:gap-2 mb-2">
<div
class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"
></div>
<div
class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"
></div>
<div
class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24"
></div>
</div>
<div
class="bg-orange-100 rounded-lg sm:rounded-3xl w-6 sm:w-12 lg:w-24 h-6 sm:h-12 lg:h-24 ml-auto"
></div>
</div>
</div>
</section>
</div>
</section>
Empty file removed components/404/solis.html
Empty file.

0 comments on commit 6e01c38

Please sign in to comment.