Starting aboue me page!
This commit is contained in:
parent
fe12ef9a9f
commit
85d8e9ab6e
30 changed files with 950 additions and 255 deletions
17
layouts/shortcodes/card.html
Normal file
17
layouts/shortcodes/card.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<div class="column col{{ .Get 0 | safeCSS }} vertical-center padding-container">
|
||||
<div class="card {{ .Get 1 | safeCSS }} {{ .Get 2 | safeCSS }} padding-container text-content">
|
||||
<h2 class="flex flex-center text-center">
|
||||
<i class="icon-{{ .Get 3 | safeCSS }} icon-larger2-text"></i>
|
||||
{{ .Get 4 | safeHTML }}
|
||||
</h2>
|
||||
<p>
|
||||
{{ .Inner | markdownify }}
|
||||
</p>
|
||||
<br>
|
||||
<div class="grid flex-center">
|
||||
{{ if (.Get 5) }}
|
||||
{{ partial "links.html" (slice (dict "Icon" (.Get 5) "Title" (.Get 6) "URL" (.Get 7) "Secondary" (.Get 8) "NewTab" (.Get 9) )) }}
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue