File tree Expand file tree Collapse file tree 2 files changed +43
-0
lines changed
themes/hugo-creative-theme/layouts/team Expand file tree Collapse file tree 2 files changed +43
-0
lines changed Original file line number Diff line number Diff line change
1
+ +++
2
+ title = " Speakers"
3
+
4
+ +++
Original file line number Diff line number Diff line change
1
+ {{ partial "default_head.html" . }}
2
+ {{ partial "nav.html" . }}
3
+
4
+ < div class ="container-fluid ">
5
+ < div class ="row ">
6
+ < article class ="container-fluid article ">
7
+ < h2 class ="article-title "> {{ .Title }}</ h2 >
8
+ < hr >
9
+ < div class ="article-body " itemprop ="articleBody ">
10
+ < div class ="speakers-list ">
11
+ {{ range .Site.Params.speakers }}
12
+ < div class ="speaker " id ="{{ .fragmentId }} ">
13
+
14
+ < div class ="col-lg-2 col-md-3 col-sm-4 ">
15
+ < div class ="speaker-img ">
16
+ < img src ="../../img/{{ .profile }} " class ="speaker-img-responsive center-block " alt ="{{ .name }} ">
17
+ </ div >
18
+ </ div >
19
+ < div class ="col-lg-10 col-md-9 col-sm-8 col-xs-12 ">
20
+ < div class ="speaker-content ">
21
+ < div class ="speaker-name "> < a href ="{{ .brand }} "> {{ .name }}</ a > </ div >
22
+ < div class ="speaker-caption "> {{ .caption }}</ div >
23
+ {{ with .bio }}
24
+ < div class ="speaker-bio "> {{ . | markdownify }}</ div >
25
+ {{ end }}
26
+ < div class ="speaker-talk-link "> < a href ="# "> {{ .talk }}</ a > </ div >
27
+ </ div >
28
+ </ div >
29
+ </ div >
30
+ {{ end }}
31
+ </ div >
32
+ </ div >
33
+ </ article >
34
+ </ div >
35
+ </ div >
36
+
37
+ {{ partial "credits.html" . }}
38
+
39
+ {{ partial "js.html" . }}
You can’t perform that action at this time.
0 commit comments