add footer
parent
8918a38929
commit
7f3508a4ec
|
@ -60,3 +60,9 @@ h3
|
||||||
#picture-holder
|
#picture-holder
|
||||||
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - #{$slope-size}))
|
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - #{$slope-size}))
|
||||||
|
|
||||||
|
#footer
|
||||||
|
clip-path: polygon(0 6vw, 100% 0, 100% 100%, 0 100%)
|
||||||
|
background: $color-mint
|
||||||
|
padding-top: $slope-size
|
||||||
|
text-align: center
|
||||||
|
font: 100% $medium-font-stack
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Imprint
|
|
@ -47,6 +47,13 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="grid-x align-center" id="footer">
|
||||||
|
<div class="cell large-6">
|
||||||
|
{{ with .Site.GetPage "/footer" }}
|
||||||
|
{{.Content}}
|
||||||
|
{{ end }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ partial "script_append.html" . }}
|
{{ partial "script_append.html" . }}
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue