First Commit
Setup repo and website
This commit is contained in:
80
cerimoniere-website-source/layouts/faq/list.html
Normal file
80
cerimoniere-website-source/layouts/faq/list.html
Normal file
@@ -0,0 +1,80 @@
|
||||
{{ define "main" }}
|
||||
{{ $data := index .Site.Data .Site.Language.Lang }}
|
||||
{{- with $data.faq }}
|
||||
<section class="section gallery">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 text-center mb-5">
|
||||
<h1 class="font-weight-bold">{{.title}}</h1>
|
||||
</div>
|
||||
<div class="col-md-12 mb-5 mb-md-0">
|
||||
<h3 class="font-weight-bold text-center">{{.subtitleanagrafiche}}</h1>
|
||||
</div>
|
||||
<div class="col-md-12 mt-3 mb-md-0">
|
||||
<h4 class="text-primary-color">{{.q1anagrafiche}}</h5>
|
||||
<p>{{.a1anagrafiche}}</p>
|
||||
<hr/>
|
||||
</div>
|
||||
|
||||
<!-- Seconda -->
|
||||
<div class="col-md-12 mb-5 mb-md-0">
|
||||
<h3 class="font-weight-bold text-center">{{.subtitleinviti}}</h1>
|
||||
</div>
|
||||
<div class="col-md-12 mt-3 mb-md-0">
|
||||
<h4 class="text-primary-color">{{.q1inviti}}</h5>
|
||||
<p>{{.a1inviti}}</p>
|
||||
<h4 class="text-primary-color">{{.q2inviti}}</h5>
|
||||
<p>{{.a2inviti}}</p>
|
||||
<h4 class="text-primary-color">{{.q3inviti}}</h5>
|
||||
<p>{{.a3inviti}}</p>
|
||||
<h4 class="text-primary-color">{{.q4inviti}}</h5>
|
||||
<p>{{.a4inviti}}</p>
|
||||
<h4 class="text-primary-color">{{.q5inviti}}</h5>
|
||||
<p>{{.a5inviti}}</p>
|
||||
<hr/>
|
||||
</div>
|
||||
|
||||
<!-- Terza -->
|
||||
<div class="col-md-12 mb-5 mb-md-0">
|
||||
<h3 class="font-weight-bold text-center">{{.subtitleposti}}</h1>
|
||||
</div>
|
||||
<div class="col-md-12 mt-3 mb-md-0">
|
||||
<h4 class="text-primary-color">{{.q1posti}}</h5>
|
||||
<p>{{.a1posti}}</p>
|
||||
<h4 class="text-primary-color">{{.q2posti}}</h5>
|
||||
<p>{{.a2posti}}</p>
|
||||
<h4 class="text-primary-color">{{.q3posti}}</h5>
|
||||
<p>{{.a3posti}}</p>
|
||||
<h4 class="text-primary-color">{{.q4posti}}</h5>
|
||||
<p>{{.a4posti}}</p>
|
||||
<hr/>
|
||||
</div>
|
||||
|
||||
<!-- Quarta -->
|
||||
<div class="col-md-12 mb-5 mb-md-0">
|
||||
<h3 class="font-weight-bold text-center">{{.subtitlegeneral}}</h1>
|
||||
</div>
|
||||
<div class="col-md-12 mt-3 mb-md-0">
|
||||
<h4 class="text-primary-color">{{.q1general}}</h5>
|
||||
<p>{{.a1general}}</p>
|
||||
<h4 class="text-primary-color">{{.q2general}}</h5>
|
||||
<p>{{.a2general}}</p>
|
||||
<h4 class="text-primary-color">{{.q3general}}</h5>
|
||||
<p>{{.a3general}}</p>
|
||||
<!-- <hr/> -->
|
||||
</div>
|
||||
|
||||
<!-- Quarta -->
|
||||
<!-- <div class="col-md-12 mb-5 mb-md-0">
|
||||
<h3 class="font-weight-bold text-center">{{.subtitletech}}</h1>
|
||||
</div>
|
||||
<div class="col-md-12 mt-3 mb-md-0">
|
||||
<h4 class="text-primary-color">{{.q1tech}}</h5>
|
||||
<p>{{.a1tech}}</p>
|
||||
</div> -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{{- end }}
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user