|
33 | 33 | </style> |
34 | 34 | {{ end -}} |
35 | 35 |
|
36 | | -<!-- <div class="carousel" aria-label="Gallery"> |
37 | | - <ol class="carousel__viewport"> |
38 | | - <li id="carousel__slide1" |
39 | | - tabindex="0" |
40 | | - class="carousel__slide"> --> |
41 | | - <section id="{{ $blockID }}" class="row td-cover-block td-cover-block--height-{{ $height -}} |
42 | | - {{ if not .Site.Params.ui.navbar_translucent_over_cover_disable }} js-td-cover |
43 | | - {{- end }} td-overlay td-overlay--dark -bg-{{ $col_id }}"> |
44 | | - <div class="col-12 hero-content-column" |
45 | | - style="background-image: url(./Resources/logoWindows.svg)"> |
46 | | - <div class="container td-overlay__inner"> |
47 | | - <!-- <img id="banner-hero-logo" class="hero-logo" alt="Interlisp Medley logotype" src="/Resources/logoWindows.svg"> --> |
48 | | - <div class="text-center"> |
49 | | - {{ with .Get "title" }}<h1 class="display-1 fw-bold mt-0 mt-md-5 pb-4">{{ $title := . }}{{ with $logo_image }}{{ $logo_image_resized := (.Fit (printf "70x70 %s" $logo_anchor)) }}<img class="td-cover-logo" src="{{ $logo_image_resized.RelPermalink }}" alt="{{ $title | html }} Logo">{{ end }}{{ $title | html }}</h1>{{ end }} |
50 | | - {{ with .Get "subtitle" }}<p class="display-3 fw-bold mb-0">{{ . | html }}</p>{{ end }} |
51 | | - <div class="pt-3 lead"> |
52 | | - {{ if eq .Page.File.Ext "md" }} |
53 | | - {{ .Inner | markdownify }} |
54 | | - {{ else }} |
55 | | - {{ .Inner | htmlUnescape | safeHTML }} |
56 | | - {{ end }} |
57 | | - </div> |
58 | | - </div> |
59 | | - </div> |
| 36 | +<section id="{{ $blockID }}" class="row td-cover-block td-cover-block--height-{{ $height -}} |
| 37 | + {{ if not .Site.Params.ui.navbar_translucent_over_cover_disable }} js-td-cover |
| 38 | + {{- end }} td-overlay td-overlay--dark -bg-{{ $col_id }}"> |
| 39 | + <div class="col-12 hero-content-column" style="background-image: url(./Resources/logoWindows.svg)"> |
| 40 | + <div class="container td-overlay__inner"> |
| 41 | + <div class="text-center"> |
| 42 | + {{ with .Get "title" }}<h1 class="display-1 fw-bold mt-0 mt-md-5 pb-4">{{ $title := . }}{{ with $logo_image }}{{ $logo_image_resized := (.Fit (printf "70x70 %s" $logo_anchor)) }}<img class="td-cover-logo" src="{{ $logo_image_resized.RelPermalink }}" alt="{{ $title | html }} Logo">{{ end }}{{ $title | html }}</h1>{{ end }} |
| 43 | + {{ with .Get "subtitle" }}<p class="display-3 fw-bold mb-0">{{ . | html }}</p>{{ end }} |
| 44 | + <div class="pt-3 lead"> |
| 45 | + {{ if eq .Page.File.Ext "md" }} |
| 46 | + {{ .Inner | markdownify }} |
| 47 | + {{ else }} |
| 48 | + {{ .Inner | htmlUnescape | safeHTML }} |
| 49 | + {{ end }} |
60 | 50 | </div> |
61 | | - {{ with .Get "byline" | default "" -}} |
62 | | - <div class="byline">{{ . }}</div> |
63 | | - {{- end }} |
64 | | - </section> |
65 | | - {{/**/ -}} |
66 | | -<!-- |
67 | | - </li> |
68 | | - <li id="carousel__slide2" |
69 | | - tabindex="0" |
70 | | - class="carousel__slide"> |
71 | | - <section id="{{ $blockID }}" class="row td-cover-block td-cover-block--height-{{ $height -}} |
72 | | - {{ if not .Site.Params.ui.navbar_translucent_over_cover_disable }} js-td-cover |
73 | | - {{- end }} td-overlay td-overlay--dark -bg-{{ $col_id }}"> |
74 | | - <div class="col-12 hero-content-column" |
75 | | - style="background-image: url(./Resources/logoWindows.svg)"> |
76 | | - <div class="container td-overlay__inner"> |
77 | | - <div class="text-center"> |
78 | | - {{ with .Get "title" }}<h1 class="display-1 mt-0 mt-md-5 pb-4">{{ $title := . }}{{ with $logo_image }}{{ $logo_image_resized := (.Fit (printf "70x70 %s" $logo_anchor)) }}<img class="td-cover-logo" src="{{ $logo_image_resized.RelPermalink }}" alt="{{ $title | html }} Logo">{{ end }}{{ $title | html }}</h1>{{ end }} |
79 | | - {{ with .Get "subtitle" }}<p class="display-2 mb-0">{{ . | html }}</p>{{ end }} |
80 | | - <div class="pt-3 lead"> |
81 | | - {{ if eq .Page.File.Ext "md" }} |
82 | | - {{ .Inner | markdownify }} |
83 | | - {{ else }} |
84 | | - {{ .Inner | htmlUnescape | safeHTML }} |
85 | | - {{ end }} |
86 | | - </div> |
87 | | - </div> |
88 | | - </div> |
89 | | - </div> |
90 | | - {{ with .Get "byline" | default "" -}} |
91 | | - <div class="byline">{{ . }}</div> |
92 | | - {{- end }} |
93 | | - </section> |
94 | | - {{/**/ -}} |
95 | | -
|
96 | | - </li> |
97 | | - </ol> |
98 | | -</section> --> |
99 | | - |
100 | | - <!-- ><section class="carousel" aria-label="Gallery"> |
101 | | - <ol class="carousel__viewport"> |
102 | | - <li id="carousel__slide1" |
103 | | - tabindex="0" |
104 | | - class="carousel__slide"> |
105 | | - <div class="carousel__snapper"> |
106 | | - <a href="#carousel__slide4" |
107 | | - class="carousel__prev">Go to last slide</a> |
108 | | - <a href="#carousel__slide2" |
109 | | - class="carousel__next">Go to next slide</a> |
110 | | - </div> |
111 | | - </li> |
112 | | - </ol> |
113 | | - </section> --> |
| 51 | + </div> |
| 52 | + </div> |
| 53 | + </div> |
| 54 | + {{ with .Get "byline" | default "" -}} |
| 55 | + <div class="byline">{{ . }}</div> |
| 56 | + {{- end }} |
| 57 | +</section> |
0 commit comments