First section of index page!
parent
45e0d5fca3
commit
09c21184c5
@ -0,0 +1,2 @@
|
||||
[Project]
|
||||
VersionControlSupport=kdevgit
|
@ -1,4 +1,4 @@
|
||||
{{ define "main" }}
|
||||
<div style="background: #A08888">
|
||||
<h1>Test</h1>
|
||||
|
||||
{{ end }}
|
||||
|
@ -0,0 +1,5 @@
|
||||
|
||||
<section style="background: url({{ .Image }}); background-size: cover; background-repeat: no-repeat; color: black; padding-left: 1em; padding-top: 1em; padding-right: 1em;">
|
||||
{{ .Content | safeHTML }}
|
||||
<div class="section-end-triangle"></div>
|
||||
</section>
|
@ -0,0 +1,10 @@
|
||||
.section-end-triangle {
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-top-width: 3em;
|
||||
border-top-style: solid;
|
||||
border-top-color: transparent;
|
||||
border-right-width: 100vw;
|
||||
border-right-style: solid;
|
||||
border-right-color: #FFFFFF;
|
||||
}
|
Loading…
Reference in New Issue