Skip to content

Commit a2e9a6f

Browse files
committed
Issue 24 Box on index page
1 parent b5d7b27 commit a2e9a6f

3 files changed

Lines changed: 40 additions & 9 deletions

File tree

public/css/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/App/assets/scss/components/_custom.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -614,11 +614,6 @@ html[data-theme="light"] .theme-toggle {
614614
gap: 18px;
615615
}
616616

617-
.other-skeletons-grid {
618-
grid-template-columns: repeat(2, 1fr);
619-
max-width: 800px;
620-
}
621-
622617
.card {
623618
background: var(--surface);
624619
border: 1px solid var(--border);
@@ -1003,6 +998,10 @@ footer {
1003998
}
1004999

10051000
@media (max-width: 700px) {
1001+
.wrap {
1002+
padding: 0 16px;
1003+
}
1004+
10061005
.hero h1 {
10071006
font-size: 32px;
10081007
}

src/App/templates/app/index.html.twig

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,17 +148,49 @@
148148
</div>
149149
</div>
150150
</section>
151-
152151
<section>
152+
<div class="wrap">
153+
<div class="section-head">
154+
<span class="eyebrow">Local Development</span>
155+
<h2>Set up your workspace</h2>
156+
<p>Get a production-like environment running on your machine in minutes, ready for building and testing before anything reaches your users.</p>
157+
</div>
158+
159+
<div class="products-grid">
160+
161+
<div class="card" style="--accent:var(--brand-red)">
162+
<div class="card-top">
163+
<div><span class="kicker">Environment</span><h3>Development</h3></div>
164+
</div>
165+
<p class="desc">A controlled, safe, and efficient local workspace for building and testing applications before release. Runs AlmaLinux on Windows Subsystem for Linux (WSL2) for a RHEL-compatible, enterprise-grade setup, with an install script that pre-configures PHP, Apache, MariaDB, Git, Composer, Node.js, and phpMyAdmin - every essential tool, ready to go.</p>
166+
<div class="card-btns">
167+
<a class="btn btn-ghost btn-sm" href="https://github.com/dotkernel/development" target="_blank" rel="noopener">GitHub</a>
168+
</div>
169+
</div>
170+
171+
<div class="card" style="--accent:var(--brand-red)">
172+
<div class="card-top">
173+
<div><span class="kicker">Environment . Coming soon</span><h3>DevBox</h3></div>
174+
</div>
175+
<p class="desc">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua, ut enim ad minim veniam quis nostrud exercitation.</p>
176+
<div class="card-btns">
177+
<span class="btn btn-ghost btn-sm" aria-disabled="true">Coming Soon</span>
178+
</div>
179+
</div>
180+
181+
</div>
182+
</div>
183+
</section>
184+
185+
<section style="background:var(--surface-2);border-top:1px solid var(--border-soft);border-bottom:1px solid var(--border-soft);">
153186
<div class="wrap">
154187
<div class="section-head">
155188
<span class="eyebrow">Other skeletons</span>
156189
<h2>For projects outside the platform</h2>
157190
<p>Not every project needs a headless platform. These two skeletons stand on their own, outside the API/Admin/Queue bundle above.</p>
158191
</div>
159192

160-
<div class="products-grid other-skeletons-grid">
161-
193+
<div class="products-grid">
162194
<div class="card" style="--accent:var(--brand-red)">
163195
<div class="card-top">
164196
<div><span class="kicker">Skeleton . Didactic</span><h3>Light</h3></div>

0 commit comments

Comments
 (0)