helloworldhellwoorldeofoehfafihuofijoahfgyioafjpafhzguirg uvuizerurg_ozerygvoiuhrgreqiogrehh
This commit is contained in:
parent
3379242f31
commit
c00a301523
79 changed files with 1614 additions and 3 deletions
22
themes/vmems-theme/layouts/index.html
Normal file
22
themes/vmems-theme/layouts/index.html
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{{ define "main" }}
|
||||
<div class=the-super-head-of-the-page>
|
||||
<div class=image>
|
||||
</div>
|
||||
<div class=text>
|
||||
<h1>Du vélo sur gaillon c'est possible!</h1>
|
||||
<p>VMEMS, association de promotion du vélo et autres mobilités douces!</p>
|
||||
</div>
|
||||
</div>
|
||||
<style>
|
||||
.the-super-head-of-the-page{
|
||||
display:flex;
|
||||
flex-direction:row;
|
||||
width:100%;
|
||||
}
|
||||
.the-super-head-of-the-page .image{
|
||||
background:grey;
|
||||
width:50%;
|
||||
}
|
||||
|
||||
</style>
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue