Skip to content

Commit

Permalink
Merge pull request #42 from acend/changes
Browse files Browse the repository at this point in the history
some details
  • Loading branch information
fintinc authored Sep 23, 2024
2 parents 42b162e + 2ff39fa commit 14be612
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion site/assets/js/utils/slideshows.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default function() {

var flkty_partner = new Flickity( carouselPartners, {
wrapAround: true,
autoPlay: 5500,
//autoPlay: 2000,
pauseAutoPlayOnHover: true,
prevNextButtons: false,
pageDots: false,
Expand Down
2 changes: 2 additions & 0 deletions site/hugo_stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@
"pb-5",
"pb-6",
"pb-lg-54",
"pb-lg-6",
"pe-lg-16",
"pe-md-1",
"pe-md-3",
Expand Down Expand Up @@ -416,6 +417,7 @@
"pt-6",
"pt-lg-32",
"pt-lg-6",
"pt-lg-8",
"px-0",
"px-10",
"px-18",
Expand Down
2 changes: 1 addition & 1 deletion site/layouts/partials/box-training.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div data-scroll class="col-lg-6 box-training box-large item {{ .Title | urlize}} {{ range $key, $value := .Params.categories }}{{ (replace $value "/" "-") | urlize }} {{ end }} ">

<div class="inner border light p-4 px-lg-10 py-lg-8 d-flex flex-column h-100 position-relative">
<div class="inner border light p-4 px-lg-10 pt-lg-8 pb-lg-6 d-flex flex-column h-100 position-relative">
{{ if in .Params.categories "New" }}
<div class="position-absolute label-new bg-primary text-white px-2 py-1 small">{{ i18n "new" }}</div>
{{ end }}
Expand Down
6 changes: 4 additions & 2 deletions site/layouts/partials/content-partner.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<div data-scroll_ class="col-4 col-md-3 col-xxl-2 partner me-3">
<div data-scroll_ class="col-10 col-md-4 col-lg-3 col-xxl-2 partner me-3">
<div class="inner position-relative bg-primary p-4">
{{ if .logo }}
{{- partial "img" (dict "page" . "src" .logo "width" 800 "process" "fill 800x460" "alt" "{{ .title }}") }}
<div class="p-4">
{{- partial "img" (dict "page" . "src" .logo "width" 800 "process" "fill 800x460" "alt" "{{ .title }}") }}
</div>
{{ end }}
<div class="info-box position-absolute top-0 bottom-0 bg-primary start-0 w-100 p-4">
<div class="d-flex flex-column h-100 text-white small">
Expand Down

0 comments on commit 14be612

Please sign in to comment.