File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
layouts/partials/bouncmpe/banner Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -164,3 +164,6 @@ long_month_11:
164
164
other : kasım
165
165
long_month_12 :
166
166
other : aralık
167
+
168
+ languageSwitcherLabel :
169
+ other : Dil Seçimi
Original file line number Diff line number Diff line change 1
1
< div class ="container mb-5 ">
2
2
< div class ="card border-0 rounded-5 d-none d-xl-block ">
3
- < video playsinline ="playsinline " autoplay ="autoplay " muted ="muted " loop ="loop " class =" rounded-5 " style ="width:100%; ">
3
+ < video class =" rounded-5 " playsinline ="playsinline " autoplay ="autoplay " muted ="muted " loop ="loop " style ="width:100%; ">
4
4
< source src ="/videos/south-campus.720.mp4 " type ="video/mp4 ">
5
5
</ video >
6
6
< div class ="card-img-overlay px-5 py-4 " style ="max-width: 36rem; ">
@@ -15,5 +15,17 @@ <h2 class="display-4 text-light" style="text-shadow: 2px 2px #000000;">{{ .Title
15
15
</ div >
16
16
{{ end }}
17
17
</ div >
18
-
18
+ < div class ="card border-5 rounded-5 d-xl-none text-center ">
19
+ < div class ="px-5 py-4 ">
20
+ {{ with .GetPage "/prospective" }}
21
+ < h2 class ="display-4 "> {{ .Title }}</ h2 >
22
+ < p class ="card-text "> {{ .Description }}</ p >
23
+ < div class ="card-body p-0 lh-lg ">
24
+ {{ range .Params.card_links }}
25
+ < a href ="{{ relLangURL .url }} " class ="my-5 px-2 py-1 me-2 text-bg-primary "> {{ .title }}</ a >
26
+ {{ end }}
27
+ </ div >
28
+ </ div >
29
+ {{ end }}
30
+ </ div >
19
31
</ div >
You can’t perform that action at this time.
0 commit comments