This commit is contained in:
Jeremy Thomas
2024-03-21 16:11:54 +00:00
parent 16f1b76881
commit 69877a652c
3261 changed files with 255369 additions and 108913 deletions

View File

@@ -0,0 +1,5 @@
---
layout: default
---
<h3 class="title">Container</h3>
{% include library/layout/container.html %}

View File

@@ -0,0 +1,5 @@
---
layout: default
---
<h3 class="title">Footer</h3>
{% include library/layout/footer.html %}

View File

@@ -0,0 +1,5 @@
---
layout: default
---
<h3 class="title">Hero</h3>
{% include library/layout/hero.html %}

View File

@@ -0,0 +1,5 @@
---
layout: default
---
<h3 class="title">Level</h3>
{% include library/layout/level.html %}

View File

@@ -0,0 +1,5 @@
---
layout: default
---
<h3 class="title">Media</h3>
{% include library/layout/media.html %}

View File

@@ -0,0 +1,5 @@
---
layout: default
---
<h3 class="title">Section</h3>
{% include library/layout/section.html %}