Skip to content

Latest commit

 

History

History
executable file
·
43 lines (40 loc) · 1.2 KB

showcase.markdown

File metadata and controls

executable file
·
43 lines (40 loc) · 1.2 KB
layout title permalink
page
Showcase
/showcase
<style> .card { width: 30%; flex-grow: 1; box-shadow: 0 -80px 72px 16px rgba(0,0,0,0.7) inset; flex-direction: row; align-items: center; justify-content: space-between; } .card.big { min-width: 40%; max-width: 70%; flex-grow: 2; aspect-ratio: 4/3; flex-direction: column; align-items: stretch; justify-content: flex-end; } .card figcaption { padding: 0.5em; text-shadow: 0 0 1px black; } </style>

{% assign projects = site.projects | sort: "priority" | reverse %}

    {% for project in projects %}{% if project.started != false %}
  1. {{ project.name }}

    {{ project.content | remove: "

    " | remove: "

    " }}
  2. {% endif %}{% endfor %}