-
Notifications
You must be signed in to change notification settings - Fork 9
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
fad02d5
commit 93730f8
Showing
4 changed files
with
639 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<div class="flex flex-col-reverse lg:flex-row gap-10 lg:gap-20 items-center max-w-7xl mt-16 mx-auto px-6 lg:px-10"> | ||
{% svg assets/svg/diverse-tech-stacks.svg class="h-auto max-w-full lg:max-w-xl xl:max-w-full" %} | ||
|
||
<div class="flex-1"> | ||
<h2 class="text-center lg:text-left">Works With Your Diverse Tech Stack</h2> | ||
|
||
<p class="lg:leading-8 mt-5 lg:mt-10 text-center lg:text-left text-slate-600 text-lg lg:text-xl"> | ||
With a rich ecosystem of plugins, Earthly Lunar just works with your diverse enterprise tech stack | ||
</p> | ||
</div> | ||
</div> |
Oops, something went wrong.