feat: design change to hero and add stats element
This commit is contained in:
parent
7133371206
commit
daa02d36d5
11 changed files with 207 additions and 96 deletions
|
|
@ -0,0 +1,13 @@
|
|||
<f:layout name="Default" />
|
||||
|
||||
<f:section name="Header" />
|
||||
|
||||
<f:section name="Main">
|
||||
<f:asset.css identifier="CBStats" href="{cb:assetPath()}/frontend.css" />
|
||||
|
||||
<div class="stats-wrapper">
|
||||
<f:format.html>
|
||||
{data.bodytext}
|
||||
</f:format.html>
|
||||
</div>
|
||||
</f:section>
|
||||
Loading…
Add table
Add a link
Reference in a new issue