Skip to content

Commit

Permalink
Add Arc landing to showcase, fix breeding Axols
Browse files Browse the repository at this point in the history
  • Loading branch information
colepeters committed May 9, 2024
1 parent 2d0a8d0 commit b3491de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/elements/showcase/project.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ export default function DocShowcase ({ html, state }) {
aspect-ratio: 215 / 117;
position: absolute;
margin: auto;
inset-block: 0;
inset-block-start: 50%;
inset-inline-start: 0;
inset-inline-end: initial;
translate: -56% 0;
translate: -56% -50%;
rotate: -20deg;
z-index: -1;
}
:host:nth-of-type(odd) .show-axol:after {
inset-inline-start: initial;
inset-inline-end: 0;
translate: 56% 0;
translate: 56% -50%;
rotate: 20deg;
}
}
Expand Down
4 changes: 4 additions & 0 deletions app/pages/showcase.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ <h1 class='text3 text6-lg text7-xl text-center tracking-2 leading1 pb5 pb8-lg'>

<white-to-blue class='block pbe4 pi-2'>
<div class='flex flex-col gap0-lg relative z1'>
<showcase-project title="Architect landing page" image="/_public/img/showcase/arc-codes.webp" url="https://arc.codes">
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.
</showcase-project>

<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">
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.
</showcase-project>
Expand Down
Binary file added public/img/showcase/arc-codes.webp
Binary file not shown.

0 comments on commit b3491de

Please sign in to comment.