forked from coollabsio/coolify
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
88b3005
commit f8d7c52
Showing
11 changed files
with
90 additions
and
9 deletions.
There are no files selected for viewing
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,7 +1,12 @@ | ||
<div class="min-h-screen hero"> | ||
<div class="w-96 min-w-fit"> | ||
<div class="flex flex-col items-center pb-8"> | ||
<a href="{{ route('dashboard') }}"> | ||
<div class="text-5xl font-bold tracking-tight text-center text-white">Coolify</div> | ||
</a> | ||
</div> | ||
<div class="flex items-center justify-center pb-4 text-center"> | ||
<h2>Start self-hosting in the | ||
<h2>Self-hosting in the cloud | ||
<svg class="inline-block w-8 h-8 text-warning width="512" height="512" viewBox="0 0 20 20" | ||
xmlns="http://www.w3.org/2000/svg"> | ||
<g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"> | ||
|
@@ -18,6 +23,6 @@ | |
<x-forms.input id="email" type="email" label="Email" placeholder="[email protected]" /> | ||
<x-forms.button type="submit">Join Waitlist</x-forms.button> | ||
</form> | ||
Waiting: {{$waiting_in_line}} | ||
Waiting in the line: {{$waiting_in_line}} | ||
</div> | ||
</div> |
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