1. Demo
  2. Notes
  3. .html
  4. .njk & context
  5. Full Screen ↗

Banner

TODO.

<svg xmlns="http://www.w3.org/2000/svg" class="filters">
  <filter id="orange-500">
    <feColorMatrix type="matrix" values=" 1.624  0.000  0.000  0.000  0.000 0.486  0.000  0.000  0.000  0.000 0.212  0.000  0.000  0.000  0.000 0.000  0.000  0.000  1.000  0.000">
    </feColorMatrix>
  </filter>
  <filter id="purple-600">
    <feColorMatrix type="matrix" values=" 0.486  0.000  0.000  0.000  0.000 0.408  0.000  0.000  0.000  0.000 1.196  0.000  0.000  0.000  0.000 0.000  0.000  0.000  1.000  0.000">
    </feColorMatrix>
  </filter>
</svg>
<div class="banner">
  <h1>Who We Are</h1>
</div>
{{ c("banner", {
  "context": {
    "title": "Who We Are",
    "img": "../../../static/images/march.jpg"
  },
  "title": "Who We Are",
  "img": false
}) }}