|
|
@ -7,6 +7,7 @@
|
|
|
|
<section id="intro">
|
|
|
|
<section id="intro">
|
|
|
|
<div class="row">
|
|
|
|
<div class="row">
|
|
|
|
<h1 class="section-header my-3 my-md-5 pb-2 pb-md-3 text-center">{{ .Title }}</h1>
|
|
|
|
<h1 class="section-header my-3 my-md-5 pb-2 pb-md-3 text-center">{{ .Title }}</h1>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
<div class="row">
|
|
|
|
<div class="row">
|
|
|
|
{{ $i := 0 }}
|
|
|
|
{{ $i := 0 }}
|
|
|
@ -26,7 +27,7 @@
|
|
|
|
{{ if eq $level $key }}
|
|
|
|
{{ if eq $level $key }}
|
|
|
|
<div class="col-lg-4 pt-5 pb-0 pb-lg-3">
|
|
|
|
<div class="col-lg-4 pt-5 pb-0 pb-lg-3">
|
|
|
|
<div class="box">
|
|
|
|
<div class="box">
|
|
|
|
<a target="_blank" href="{{ .Param "link" }}">
|
|
|
|
<a href="{{ .Permalink }}">
|
|
|
|
{{ if .Param "image" }}
|
|
|
|
{{ if .Param "image" }}
|
|
|
|
{{ $imagename := .Param "image" }}
|
|
|
|
{{ $imagename := .Param "image" }}
|
|
|
|
{{ $imagelocation := (printf "%s/%s" "images/members/" $imagename) }}
|
|
|
|
{{ $imagelocation := (printf "%s/%s" "images/members/" $imagename) }}
|
|
|
@ -41,9 +42,12 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
</main>
|
|
|
|
|
|
|
|
|
|
|
|
{{ partial "footer.html" . }}
|
|
|
|
{{ partial "footer.html" . }}
|
|
|
|