Skip to content

Commit b3491de

Browse files
committed
Add Arc landing to showcase, fix breeding Axols
1 parent 2d0a8d0 commit b3491de

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

app/elements/showcase/project.mjs

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ export default function DocShowcase ({ html, state }) {
2323
aspect-ratio: 215 / 117;
2424
position: absolute;
2525
margin: auto;
26-
inset-block: 0;
26+
inset-block-start: 50%;
2727
inset-inline-start: 0;
2828
inset-inline-end: initial;
29-
translate: -56% 0;
29+
translate: -56% -50%;
3030
rotate: -20deg;
3131
z-index: -1;
3232
}
3333
3434
:host:nth-of-type(odd) .show-axol:after {
3535
inset-inline-start: initial;
3636
inset-inline-end: 0;
37-
translate: 56% 0;
37+
translate: 56% -50%;
3838
rotate: 20deg;
3939
}
4040
}

app/pages/showcase.html

+4
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ <h1 class='text3 text6-lg text7-xl text-center tracking-2 leading1 pb5 pb8-lg'>
7878

7979
<white-to-blue class='block pbe4 pi-2'>
8080
<div class='flex flex-col gap0-lg relative z1'>
81+
<showcase-project title="Architect landing page" image="/_public/img/showcase/arc-codes.webp" url="https://arc.codes">
82+
Architect provides everything you need to build massively scalable Functional Web Apps on AWS with low code, clear and terse config, and zero ceremony. While the Architect docs are built as a vanilla Architect app, we used Enhance to build out Architect’s landing page in order to leverage server rendered custom elements and scoped, reusable, and functional styling.
83+
</showcase-project>
84+
8185
<showcase-project title="Cole Peters" contributor="Cole Peters" contributor-url="https://colepeters.com" image="/_public/img/showcase/colepeters-dot-com.webp" url="https://colepeters.com">
8286
Cole Peters is a multidisciplinary artist fascinated by matter, energy, space and time, and the ways in which these forces shape our universe, our environment, and our perception.
8387
</showcase-project>

public/img/showcase/arc-codes.webp

52.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)