Skip to content

Commit

Permalink
updating default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed Oct 3, 2024
1 parent c9d7252 commit f07a74e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
1 change: 0 additions & 1 deletion public/build/assets/app-CrmLHGiO.css

This file was deleted.

1 change: 1 addition & 0 deletions public/build/assets/app-JJAUob5D.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/build/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"isEntry": true
},
"resources/themes/anchor/assets/css/app.css": {
"file": "assets/app-CrmLHGiO.css",
"file": "assets/app-JJAUob5D.css",
"src": "resources/themes/anchor/assets/css/app.css",
"isEntry": true
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div {{ $attributes->twMerge('px-7 mx-auto max-w-6xl md:px-12 xl:px-20') }}>
<div {{ $attributes->twMerge('px-7 mx-auto max-w-7xl md:px-12 xl:px-20') }}>
{{ $slot }}
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class="absolute inset-0 w-full h-screen pt-24">
<div class="z-20 flex items-center justify-between w-full md:w-auto">
<div class="relative z-20 inline-flex">
<a href="{{ route('home') }}" class="flex items-center justify-center space-x-3 font-bold text-zinc-900">
<x-logo class="w-auto h-8"></x-logo>
<x-logo class="w-auto h-8 md:h-9"></x-logo>
</a>
</div>
<div class="flex justify-end flex-grow md:hidden">
Expand All @@ -59,12 +59,12 @@ class="absolute inset-0 w-full h-screen pt-24">
<li x-data="{ open: false }" @mouseenter="showOverlay=true" @mouseleave="showOverlay=false" class="z-30 flex flex-col items-start h-auto border-b border-gray-100 md:h-full md:border-b-0 group md:flex-row md:items-center">
<a href="#_" x-on:click="open=!open" class="flex items-center w-full h-16 gap-1 text-sm font-semibold text-gray-700 transition duration-300 hover:bg-gray-100 md:hover:bg-transparent px-7 md:h-full md:px-0 md:w-auto hover:text-gray-900">
<span class="">Platform</span>
<svg class="w-5 h-5 transition-all duration-300 ease-out group-hover:-rotate-180" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd" class=""></path></svg>
<svg :class="{ 'group-hover:-rotate-180' : !mobileMenuOpen, '-rotate-180' : mobileMenuOpen && open }" class="w-5 h-5 transition-all duration-300 ease-out" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd" class=""></path></svg>
</a>
<div
:class="{ 'hidden md:block opacity-0 invisible md:absolute' : !open, 'md:invisible md:opacity-0 md:hidden md:absolute' : open }"
class="top-0 left-0 w-screen space-y-3 transition-transform duration-300 ease-out bg-white border-t border-b border-gray-100 md:shadow-md md:-translate-y-2 md:mt-24 md:block md:group-hover:block md:group-hover:visible md:group-hover:opacity-100 md:group-hover:translate-y-0">
<ul class="flex flex-col justify-between max-w-6xl mx-auto md:px-12 md:flex-row">
<ul class="flex flex-col justify-between mx-auto max-w-7xl md:px-16 md:flex-row">
<li class="w-full border-l border-gray-100 md:w-1/5">
<a href="#_" onclick="demoButtonClickMessage(event)" class="block h-full p-6 text-lg font-semibold hover:bg-gray-50 lg:p-7 lg:py-10">
<img src="/wave/img/icons/anchor.png" class="w-12 h-auto" alt="feature 1 icon" />
Expand Down Expand Up @@ -106,12 +106,12 @@ class="top-0 left-0 w-screen space-y-3 transition-transform duration-300 ease-ou
<li x-data="{ open: false }" @mouseenter="showOverlay=true" @mouseleave="showOverlay=false" class="z-30 flex flex-col items-start h-auto border-b border-gray-100 md:h-full md:border-b-0 group md:flex-row md:items-center">
<a href="#_" x-on:click="open=!open" class="flex items-center w-full h-16 gap-1 text-sm font-semibold text-gray-700 transition duration-300 hover:bg-gray-100 md:hover:bg-transparent px-7 md:h-full md:px-0 md:w-auto hover:text-gray-900">
<span class="">Resources</span>
<svg class="w-5 h-5 transition-all duration-300 ease-out group-hover:-rotate-180" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd" class=""></path></svg>
<svg :class="{ 'group-hover:-rotate-180' : !mobileMenuOpen, '-rotate-180' : mobileMenuOpen && open }" class="w-5 h-5 transition-all duration-300 ease-out" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd" class=""></path></svg>
</a>
<div
:class="{ 'hidden md:block opacity-0 invisible md:absolute' : !open, 'md:invisible md:opacity-0 md:hidden md:absolute' : open }"
class="top-0 left-0 w-screen space-y-3 transition-transform duration-300 ease-out bg-white border-t border-b border-gray-100 md:shadow-md md:-translate-y-2 md:mt-24 md:block md:group-hover:block md:group-hover:visible md:group-hover:opacity-100 md:group-hover:translate-y-0">
<ul class="flex flex-col justify-between max-w-6xl mx-auto md:flex-row md:px-12">
<ul class="flex flex-col justify-between mx-auto max-w-7xl md:flex-row md:px-12">
<div class="flex flex-col w-full border-l border-r divide-x md:flex-row divide-zinc-100 border-zinc-100">
<div class="w-auto divide-y divide-zinc-100">
<a href="#_" onclick="event.preventDefault(); new FilamentNotification().title('Modify this button in your theme folder').icon('heroicon-o-pencil-square').iconColor('info').send()" class="block text-sm p-7 hover:bg-neutral-100 group">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<section class="relative top-0 flex flex-col items-center justify-center w-full min-h-screen -mt-24 lg:min-h-screen">
<section class="relative top-0 flex flex-col items-center justify-center w-full min-h-screen -mt-24 bg-white lg:min-h-screen">

<div class="flex flex-col items-center justify-between flex-1 w-full max-w-2xl gap-6 px-8 pt-32 mx-auto text-left md:px-12 xl:px-20 lg:pt-32 lg:pb-16 lg:max-w-6xl lg:flex-row">
<div class="flex flex-col items-center justify-between flex-1 w-full max-w-2xl gap-6 px-8 pt-32 mx-auto text-left md:px-12 xl:px-20 lg:pt-32 lg:pb-16 lg:max-w-7xl lg:flex-row">
<div class="w-full lg:w-1/2">
<h1 class="font-bold tracking-tighter text-left text-7xl md:text-8xl lg:text-7xl sm:text-center lg:text-left text-zinc-900 text-balance">
Your <br class="lg:block sm:hidden">Headline<br class="lg:block sm:hidden"> <span >Goes Here</span>
<h1 class="font-bold tracking-tighter text-left text-7xl md:text-8xl sm:text-center lg:text-left text-zinc-900 text-balance">
<span class="block origin-left lg:scale-90 text-nowrap">Ship In Days</span> <span class="pr-4 text-transparent text-neutral-600 bg-clip-text bg-gradient-to-b from-neutral-900 to-neutral-500">Not Weeks</span>
</h1>
<p class="mx-auto mt-5 text-2xl font-normal text-left sm:max-w-md lg:ml-0 lg:max-w-sm sm:text-center lg:text-left text-zinc-500">
Customize this to highlight your product’s unique selling points.
<p class="mx-auto mt-5 text-2xl font-normal text-left sm:max-w-md lg:ml-0 lg:max-w-md sm:text-center lg:text-left text-zinc-500">
Customize this to highlight your product’s unique selling points<span class="hidden sm:inline"> and features</span>.
</p>
<div class="flex flex-col items-center justify-center gap-2 mx-auto mt-8 lg:justify-start md:ml-0 md:flex-row">
<x-button size="lg" class="w-full lg:w-auto">Primary Button</x-button>
<x-button size="lg" color="secondary" class="w-full lg:w-auto">Secondary Button</x-button>
</div>
</div>
<div class="flex items-center justify-center w-full mt-12 lg:w-1/2 lg:mt-0">
<img alt="Wave Character" class="relative w-full lg:scale-125" src="/wave/img/character.png" style="max-width:450px;">
<img alt="Wave Character" class="relative w-full lg:scale-125 xl:scale-[1.4] xl:translate-x-6" src="/wave/img/character.png" style="max-width:450px;">
</div>
</div>
<div class="flex-shrink-0 lg:h-[150px] flex border-t border-zinc-200 items-center w-full bg-zinc-100">
<div class="grid h-auto max-w-6xl grid-cols-1 px-8 py-10 mx-auto space-y-5 divide-y lg:space-y-0 lg:divide-y-0 divide-zinc-200 lg:py-0 lg:divide-x md:px-12 lg:px-20 lg:divide-zinc-200 lg:grid-cols-3">
<div class="flex-shrink-0 lg:h-[150px] flex border-t border-zinc-200 items-center w-full bg-white">
<div class="grid h-auto grid-cols-1 px-8 py-10 mx-auto space-y-5 divide-y max-w-7xl lg:space-y-0 lg:divide-y-0 divide-zinc-200 lg:py-0 lg:divide-x md:px-12 lg:px-20 lg:divide-zinc-200 lg:grid-cols-3">
<div class="">
<h3 class="flex items-center font-medium text-zinc-900">
Key Feature
Expand Down

0 comments on commit f07a74e

Please sign in to comment.