forked from thedevdojo/wave
-
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
Showing
13 changed files
with
547 additions
and
8 deletions.
There are no files selected for viewing
13 changes: 7 additions & 6 deletions
13
resources/views/themes/tailwind/partials/demo-header.blade.php
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
Large diffs are not rendered by default.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-80.9 KB
(13%)
storage/app/public/settings/March2020/u7EDIzZ1aBFm63xgATzW.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,52 @@ | ||
@if(setting('digital-ocean.enabled')) | ||
|
||
@endif | ||
|
||
<div class="clearfix container-fluid row" style="position:relative; top:10px;"> | ||
<div class="col-xs-12 col-sm-6 col-md-4"> | ||
<div class="bg-green-400 panel widget center bgimage" style="border-radius:6px; position:relative; overflow:hidden; background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);"> | ||
<div style="width:100%; height:40px; display:flex; position:relative; z-index:20; justify-content: start; color:#fff;"> | ||
<img src="{{ Storage::url('/settings/April2021/deploy-to-do.png') }}" style="width:40px; height:40px;"> | ||
<div class="relative" style="margin-left:14px; text-align:left;"> | ||
<p style="color:#ffffff; display:block; margin:0px; font-weight:500; font-size:17px; line-height:17px; margin-top:3px; margin-bottom:4px;">Deploy to DO</p> | ||
<p style="display:block; color:#dce9fe; text-align:left; line-height:14px; margin:0px;">Deploy your SAAS to DigitalOcean</p> | ||
</div> | ||
<a href="{{ url('admin/do') }}" style="cursor:pointer; justify-self:end; margin-left:auto; background:#fff; color:#4801FF; font-weight:500; padding:10px 20px; border-radius:4px;"> | ||
Deploy Now | ||
</a> | ||
</div> | ||
<img src="{{ Storage::url('/settings/April2021/digital-ocean.png') }}" style="width:130px; z-index:10; height:auto; top:10px; right:140px; opacity:30%; position:absolute;"> | ||
</div> | ||
</div> | ||
<div class="col-xs-12 col-sm-6 col-md-4"> | ||
<div class="bg-green-400 panel widget center bgimage" style="border-radius:6px; position:relative; overflow:hidden; background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);"> | ||
<div style="width:100%; height:40px; display:flex; position:relative; z-index:20; justify-content: start; color:#fff;"> | ||
<img src="{{ Storage::url('/settings/April2021/play-icon.png') }}" style="width:40px; height:40px;"> | ||
<div class="relative" style="margin-left:14px; text-align:left;"> | ||
<p style="color:#ffffff; display:block; margin:0px; font-weight:500; font-size:17px; line-height:17px; margin-top:3px; margin-bottom:4px;">Watch & Learn</p> | ||
<p style="display:block; text-align:left; line-height:14px; margin:0px;">Screencasts to help you learn Wave.</p> | ||
</div> | ||
<a href="https://devdojo.com/course/wave" target="_blank" style="cursor:pointer; justify-self:end; margin-left:auto; background:#fff; color:#ee445d; font-weight:500; padding:10px 20px; border-radius:4px;"> | ||
Watch Now | ||
</a> | ||
</div> | ||
<img src="{{ Storage::url('/settings/April2021/popcorn-soda-icon.png') }}" style="width:80px; z-index:10; height:auto; bottom:-30px; right:5px; position:absolute;"> | ||
</div> | ||
</div> | ||
<div class="col-xs-12 col-sm-6 col-md-4"> | ||
<div class="bg-green-400 panel widget center bgimage" style="border-radius:6px; position:relative; overflow:hidden; background-image: url('{{ Storage::url('/settings/April2021/tails-bg.png') }}'); background-size:cover;"> | ||
<div style="width:100%; height:40px; display:flex; position:relative; z-index:20; justify-content: start; color:#fff;"> | ||
<img src="{{ Storage::url('/settings/April2021/tails-icon.png') }}" style="width:40px; height:40px;"> | ||
<div class="relative" style="margin-left:14px; text-align:left;"> | ||
<p style="color:#ffffff; display:block; margin:0px; font-weight:500; font-size:17px; line-height:17px; margin-top:3px; margin-bottom:4px;">Create a Landing Page</p> | ||
<p style="display:block; text-align:left; color:#dce9fe; line-height:14px; margin:0px;">Drag'n Drop Tailwind Page Creator</p> | ||
</div> | ||
<a href="https://devdojo.com/tails" target="_blank" style="cursor:pointer; justify-self:end; margin-left:auto; background:#fff; color:#4801FF; font-weight:500; padding:10px 20px; border-radius:4px;"> | ||
Create Now | ||
</a> | ||
</div> | ||
</div> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
rad man |
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