-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
124 additions
and
43 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<section class="relative bg-white tails-selected-element" contenteditable="true"> | ||
<div class="relative items-center w-full px-12 py-12 mx-auto lg:py-14 lg:px-8 max-w-7xl lg:py-16"> | ||
<div class="grid grid-cols-1 gap-6 md:grid-cols-1 md:gap-24 md:bg-black md:p-16 lg:p-20 md:overflow-hidden rounded-xl"> | ||
<div class="flex flex-col justify-center w-full max-w-full mx-auto text-left sm:text-center md:text-left"> | ||
<div class=""> | ||
<span class="font-semibold text-blue-600 uppercase">Free and Open Source</span> | ||
<h2 class="mt-4 text-2xl font-semibold tracking-tighter text-white md:mt-12 lg:text-3xl xl:text-4xl">The Open-Source SaaS Framework</h2> | ||
<p class="mt-2 text-base md:mt-4 lg:text-lg text-slate-300">Wave is a free, open-source SaaS framework, designed to help anyone start their next great idea without the cost. Join our community and help make it even better.</p> | ||
</div> | ||
<div class="flex flex-col justify-start w-full gap-3 mt-10 sm:flex-row"> | ||
<a class="items-center justify-center focus:outline-none border-2 border-black text-black inline-flex bg-white duration-200 focus-visible:outline-black rounded-full focus-visible:ring-black hover:text-black hover:bg-transparent lg:w-auto px-6 py-2.5 text-center w-full" href="#"> | ||
<span>View The Github Repo</span> | ||
</a> | ||
</div> | ||
</div> | ||
<div class="relative order-last hidden block max-w-xs mx-auto w-full mt-0 md:mt-0 lg:h-[25rem]"> | ||
<img alt="Phone Mockup" class="relative z-20" src="https://cdn.devdojo.com/tails/images/mbl9NCcPsBWEV3Pr1v8iCDbDWS0zS4yrKC6Qtwb0.png"> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<!-- <div id="open-source-section" class="relative flex flex-col items-start justify-center h-full pb-20 pr-3 mt-12 overflow-hidden bg-gradient-to-b from-transparent to-gray-50 sm:items-center md:mt-6"> | ||
<div class="relative flex flex-col items-center justify-center px-6 mx-auto max-w-7xl lg:px-8"> | ||
<h2 class="relative inline-block mx-auto text-3xl font-bold tracking-tight text-left mb-7 sm:tracking-normal sm:text-4xl sm:text-center giarek text-gray-950 md:text-5xl"> | ||
The Open-Source SaaS Framework | ||
</h2> | ||
<p class="max-w-4xl p-10 mx-auto mt-4 text-sm text-left text-gray-600 bg-blue-50 sm:text-center sm:text-xl sm:mt-5">Wave is a free, open-source SaaS framework, designed to help anyone start their next great idea without the cost. Join our community and help make it even better.</p> | ||
</div> | ||
<div class="relative z-30 flex items-center justify-center flex-shrink-0 w-full p-1 mt-5 overflow-hidden duration-300 ease-out border border-gray-200 rounded-xl sm:rounded-full sm:w-auto group"> | ||
<div class="absolute top-1/2 left-1/2 w-full -translate-x-1/2 sm:w-[200px] rounded-xl sm:rounded-full sm:block hidden group-hover:opacity-100 opacity-0 blur-sm duration-300 ease-out scale-100 h-[200px] -translate-y-1/2 origin-center"> | ||
<span class="absolute inset-0 w-full h-full rounded-full bg-gradient-to-r from-indigo-500 via-teal-300 to-blue-500 group-hover:animate-spin-slow"></span> | ||
</div> | ||
<a class="inline-flex z-10 justify-center px-3.5 py-2.5 w-full text-sm font-semibold text-white bg-gray-900 rounded-lg shadow-lg lg:px-5 lg:py-3 lg:text-base sm:rounded-full group hover:bg-black" href="https://github.com/thedevdojo/wave" target="_blank"> | ||
<span>View On Github</span> | ||
</a> | ||
</div> | ||
</div> --> |
Oops, something went wrong.