Skip to content

Commit

Permalink
Fixed capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
avinder-red-crackle committed Dec 23, 2024
1 parent 7857a3b commit 66403fb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/_includes/lunar/governance-as-code.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="bg-[#E8F7FE] mt-16 pb-12 pt-16">
<div class="flex flex-col items-center max-w-7xl mx-auto px-6 lg:px-10">
<h2>Governance-as-Code</h2>
<h2>Governance-As-Code</h2>

<p class="lg:leading-8 mt-5 text-slate-600 text-xl">Highly customizable with policies you define in just a few lines of Python.</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion website/_includes/lunar/problem-statement.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="bg-[#E8F7FE] pt-16">
<div class="flex flex-col items-center max-w-7xl mx-auto px-6 lg:px-10">
<h2>Every service is a unique snowflake</h2>
<h2>Every Service Is A Unique Snowflake</h2>

<p class="font-semibold mt-5 text-[#6b7280] text-xl lg:text-2xl">Supporting infinitely diverse CI/CD setups is overwhelming.</p>

Expand Down
6 changes: 3 additions & 3 deletions website/_includes/lunar/take-control.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<div class="flex flex-col items-center max-w-7xl mt-16 mx-auto px-6 lg:px-10">
<h2>Take control of the development lifecycle</h2>
<h2>Take Control Of The Development Lifecycle</h2>

<img width="100%" height="434" class="mt-8" src="assets/img/take-control.png" alt="Take control of the development lifecycle" />

<div class="w-full gap-12 grid grid-cols-3 mt-16">
{% for item in site.data.lunar-features %}
<div class="feature bg-[#f9fafc] border border-[#ededed] pb-6 pt-14 px-6 rounded-3xl shadow">
<img width="40" height="40" class="w-10 h-10" src="assets/svg/{{ item.icon }}" alt="{{ item.title }}" />
<h3 class="font-semibold mt-2.5 text-[#475569] tracking-tighter">{{ item.title }}</h3>
<p class="mt-4 text-[#6b7280] text-lg tracking-tighter">{{ item.description }}</p>
<h3 class="font-semibold mt-2.5 text-[#475569]">{{ item.title }}</h3>
<p class="mt-4 text-[#6b7280] text-lg">{{ item.description }}</p>
</div>
{% endfor %}
</div>
Expand Down
5 changes: 5 additions & 0 deletions website/assets/css/lunar.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,14 @@ h2 {

.feature h3 {
font-size: 24px;
letter-spacing: -0.045em;
line-height: 34px;
}

.feature p {
letter-spacing: -0.045em;
}

@keyframes customers-animation {
0% {
transform: translateX(0);
Expand Down

0 comments on commit 66403fb

Please sign in to comment.