Skip to content

Commit

Permalink
korrekturen
Browse files Browse the repository at this point in the history
  • Loading branch information
fintinc committed Sep 23, 2024
1 parent 18c7a59 commit a7fa964
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 35 deletions.
1 change: 1 addition & 0 deletions site/assets/scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@
@import "layouts/pages";
@import "layouts/posts";
@import "layouts/testimonials";
@import "layouts/stories";
@import "layouts/trainings";
9 changes: 4 additions & 5 deletions site/assets/scss/layouts/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,16 @@
.offcanvas {
//--bs-offcanvas-bg: var(--bs-secondary);
--bs-offcanvas-width: 100%;
background-color: #ffffffe0;
backdrop-filter: blur(10px);
min-height: 100vh;
/* mobile viewport bug fix */
height: fill-available;


&.show,
&.showing,
&.hiding {
//
background-color: #ffffffe0;
backdrop-filter: blur(10px);
min-height: 100vh;

}
}
Expand Down
12 changes: 12 additions & 0 deletions site/assets/scss/layouts/_stories.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.story-teaser,
.single.stories {
.logo {
width: 118px;

@include media-breakpoint-up(md) {
width: 140px;
}
}

}

8 changes: 8 additions & 0 deletions site/content/de/stories/baloise.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ draft: false
weight: 10
slug:

trainings:
- title: "Container & OpenShift"
link: "/trainings/container-openshift"
- title: "Tekton"
link: "/trainings/tekton"
- title: "KubeVirt"
link: "/trainings/kubevirt"

person:
name : "Robert Mohaupt"
title : "IT-Projektmanager, Baloise"
Expand Down
14 changes: 1 addition & 13 deletions site/hugo_stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@
"col-6",
"col-7",
"col-8",
"col-auto",
"col-lg-1",
"col-lg-10",
"col-lg-11",
Expand All @@ -152,7 +151,6 @@
"col-md-6",
"col-md-7",
"col-md-8",
"col-md-auto",
"col-sm-5",
"col-sm-7",
"col-xxl-2",
Expand Down Expand Up @@ -206,7 +204,6 @@
"form-check-label",
"form-control",
"form-control-lg",
"form-row",
"form-select",
"go",
"gx-lg-15",
Expand Down Expand Up @@ -237,7 +234,6 @@
"img-2",
"img-caption",
"img-container",
"img-container_",
"img-fluid",
"impressum",
"info-box",
Expand Down Expand Up @@ -356,7 +352,6 @@
"nowrap",
"offcanvas",
"offcanvas-body",
"offcanvas-end",
"offcanvas-end_",
"offcanvas-top",
"offset-1",
Expand Down Expand Up @@ -399,12 +394,10 @@
"privacy",
"programming",
"prometheus",
"ps-10",
"ps-13",
"ps-3",
"ps-lg-0",
"ps-lg-10",
"ps-lg-16",
"ps-lg-19",
"ps-lg-3",
"ps-lg-6",
Expand Down Expand Up @@ -472,6 +465,7 @@
"sticky",
"sticky-top",
"stories",
"story-teaser",
"stretched-link",
"stretched-link_",
"strong",
Expand Down Expand Up @@ -579,11 +573,9 @@
"heading4",
"heading5",
"icon/Close",
"icon/Linkedin",
"icon/Pfeil-Rechts",
"icon/Rucksack",
"icon/Team",
"icon/Twitter",
"icon/Wallet",
"icon/Ziel",
"ihre-rechte",
Expand All @@ -600,9 +592,7 @@
"landscape-photography",
"landschaftsfotografie",
"limitationen-für-kraft-basierte-cluster",
"linkedin-[#161]",
"logo",
"logo-twitter",
"logo/AC-kurzlogo-cmyk-black",
"main",
"main-menu",
Expand Down Expand Up @@ -631,8 +621,6 @@
"responsible-people",
"retention-period",
"right-to-object",
"select_einzelperson",
"select_team",
"signupModal",
"signupModalLabel",
"slack-bleib-mit-uns-in-kontakt",
Expand Down
13 changes: 8 additions & 5 deletions site/layouts/partials/content-stories.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<div data-scroll class="position-relative mb-10 mb-lg-20">
<div data-scroll class="story-teaser position-relative mb-10 mb-lg-20">

{{ with .Params.main_image }}
<div class="img-container_ mb-6 ">
{{- partial "figure" (dict "page" page "src" . "process" "fill 1940x700" "class" "w-100") }}
<div class="mb-6 d-none d-md-block">
{{- partial "img" (dict "page" page "src" . "process" "fill 1940x700" "class" "w-100") }}
</div>
<div class="mb-6 d-md-none">
{{- partial "img" (dict "page" page "src" . "process" "fill 1400x930" "class" "w-100") }}
</div>
{{ end }}

Expand All @@ -19,8 +22,8 @@
<div class="col-5 d-flex">
{{ if .Params.partner.enable }}
{{ if .Params.partner.logo }}
<div class="logo ms-auto flex-shrink-1" style="width:140px;">
{{- partial "figure" (dict "page" . "src" .Params.partner.logo "width" 140 "process" "" "class" "img-fluid") }}
<div class="logo ms-auto flex-shrink-1">
{{- partial "img" (dict "page" . "src" .Params.partner.logo "width" 140 "process" "" "class" "img-fluid") }}
</div>
{{ end }}
{{ end }}
Expand Down
2 changes: 1 addition & 1 deletion site/layouts/partials/header/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<svg id="logo" class="img-fluid" width="182" height="45" viewBox="0 0 182 45" fill="none" xmlns="http://www.w3.org/2000/svg"><title>acend gmbh</title><path d="M133.205 15.208a10.233 10.233 0 0 0-3.947-2.576 14.71 14.71 0 0 0-5.109-.86 12.846 12.846 0 0 0-4.757.777 13.52 13.52 0 0 0-3.193 1.731 12.13 12.13 0 0 0-2.44 2.634h-.127v-4.516h-6.591v30.947h6.572V26.874a10.73 10.73 0 0 1 .638-3.847 8.666 8.666 0 0 1 1.846-2.93 8.46 8.46 0 0 1 2.79-1.895 8.812 8.812 0 0 1 3.468-.67 7.812 7.812 0 0 1 5.607 1.984c1.392 1.322 2.09 3.366 2.094 6.132v17.685h6.604V24.935a15.965 15.965 0 0 0-.907-5.596 12.116 12.116 0 0 0-2.555-4.13" fill="#074761"/><path fill-rule="evenodd" clip-rule="evenodd" d="M181.521 0v6.455h-6.507v30.379h6.501v6.442H168.5v-4.58h-.185a11.375 11.375 0 0 1-2.478 2.691 13.7 13.7 0 0 1-8.232 2.527 14.121 14.121 0 0 1-5.747-1.188 15.228 15.228 0 0 1-4.757-3.297 14.754 14.754 0 0 1-3.225-5.052 18.077 18.077 0 0 1-1.156-6.588 17.63 17.63 0 0 1 1.162-6.454 15.131 15.131 0 0 1 3.225-5.09 14.607 14.607 0 0 1 4.757-3.291 14.32 14.32 0 0 1 5.748-1.162 12.897 12.897 0 0 1 4.885.84 15.126 15.126 0 0 1 3.346 1.78 11.354 11.354 0 0 1 2.478 2.691h.185V0h13.015Zm-15.799 35.337a10.208 10.208 0 0 0 2.031-3.228 11.39 11.39 0 0 0 .753-4.237 11.575 11.575 0 0 0-.753-4.257 9.868 9.868 0 0 0-2.031-3.24 9.342 9.342 0 0 0-3.04-2.084 9.605 9.605 0 0 0-3.831-.752 9.07 9.07 0 0 0-6.731 2.867 9.804 9.804 0 0 0-2.005 3.234 12.89 12.89 0 0 0 0 8.47 9.705 9.705 0 0 0 2.005 3.227 8.654 8.654 0 0 0 3.001 2.084 9.46 9.46 0 0 0 3.73.726 9.82 9.82 0 0 0 3.831-.726 8.624 8.624 0 0 0 3.04-2.084Z" fill="#074761"/><path d="M45.838 20.406a9.618 9.618 0 0 1 3.04-2.09c2.585-1.052 5.495-1 8.04.145.999.502 1.909 1.161 2.695 1.952.491.542.92 1.137 1.277 1.774l4.547-4.503c-.045-.063-.083-.132-.134-.196a18.75 18.75 0 0 0-2.031-2.077 13.547 13.547 0 0 0-2.72-1.826 17.047 17.047 0 0 0-3.506-1.263 17.844 17.844 0 0 0-4.47-.499 16.913 16.913 0 0 0-6.386 1.22 15.661 15.661 0 0 0-5.192 3.384 15.62 15.62 0 0 0-3.442 5.122 16.835 16.835 0 0 0 0 12.74 15.69 15.69 0 0 0 3.442 5.121 15.661 15.661 0 0 0 5.192 3.386 16.913 16.913 0 0 0 6.386 1.219c1.517.018 3.032-.15 4.508-.5a15.918 15.918 0 0 0 3.595-1.325 13.485 13.485 0 0 0 2.759-1.895 12.998 12.998 0 0 0 1.916-2.18l-4.47-4.42a9.657 9.657 0 0 1-1.105 1.547 10.85 10.85 0 0 1-2.784 2.04 9.178 9.178 0 0 1-4.413.929 8.942 8.942 0 0 1-3.66-.752 9.843 9.843 0 0 1-3.039-2.084 10.055 10.055 0 0 1-2.095-3.209 10.832 10.832 0 0 1-.785-4.231c-.015-1.434.24-2.859.754-4.2a9.993 9.993 0 0 1 2.062-3.265" fill="#074761"/><path fill-rule="evenodd" clip-rule="evenodd" d="M69.415 27.568c0-8.747 6.622-15.79 16.003-15.79v.02c8.877 0 15.263 6.391 15.263 15.935v1.831H76.223c.05.373.121.733.198 1.087l.076.309c.032.126.07.253.109.373.083.271.172.537.28.795a10.092 10.092 0 0 0 2.096 3.203 9.841 9.841 0 0 0 3.04 2.084c1.151.505 2.398.761 3.658.751a9.255 9.255 0 0 0 4.413-.928 10.99 10.99 0 0 0 2.784-2.04c.42-.476.79-.992 1.105-1.541l4.47 4.42c-.556.794-1.199 1.525-1.915 2.18a13.242 13.242 0 0 1-2.76 1.895 15.916 15.916 0 0 1-3.595 1.326c-1.476.35-2.99.517-4.508.499a16.913 16.913 0 0 1-6.386-1.22 15.517 15.517 0 0 1-8.634-8.506c-.14-.329-.262-.664-.383-.998a2.92 2.92 0 0 0-.083-.253 16.512 16.512 0 0 1-.524-2.097c-.004-.03-.011-.06-.018-.09-.013-.055-.026-.112-.026-.169-.058-.36-.109-.726-.14-1.092v-.165c-.065-.499-.065-.997-.065-1.51v-.309Zm15.85-10.03c-4.508 0-7.829 3.12-8.787 7.296h17.127c-.958-4.175-3.831-7.295-8.34-7.295ZM28.628 12.379v24.53l4.879.013v6.442H22.089V38.78h-.204c-2.35 3.663-6.597 5.191-10.518 5.191C5.28 43.97.307 40.15.51 33.898c.236-7.427 6.22-11.792 21.546-11.792v-3.284H2.587V12.38h26.041Zm-15.837 25.75c4.425 0 9.266-3.74 9.266-9.96v-.891c-8.18 0-14.464 2.4-14.464 6.43 0 2.848 2.292 4.42 5.198 4.42Z" fill="#074761"/></svg>
</a>

<button class="navbar-toggler btn" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasMenu" aria-expanded="false" aria-label="Toggle navigation">
<button class="navbar-toggler btn ms-auto" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasMenu" aria-expanded="false" aria-label="Toggle navigation">
<div class="toggler-icon my-auto"></div>
</button>

Expand Down
42 changes: 31 additions & 11 deletions site/layouts/stories/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,49 @@

<article>
{{ with .Params.main_image }}
<div class="mb-8 mb-lg-16 px-lg-6">
{{- partial "img" (dict "page" page "src" . "process" "fill 1940x700" "class" "w-100") }}
<div class="mb-8 mb-lg-16 px-4 px-lg-6">
<div class="mb-6 d-none d-md-block">
{{- partial "img" (dict "page" page "src" . "process" "fill 1940x700" "class" "w-100") }}
</div>
<div class="mb-6 d-md-none">
{{- partial "img" (dict "page" page "src" . "process" "fill 1400x1400" "class" "w-100") }}
</div>

</div>
{{ end }}


<div class="container-fluid mb-16 mb-lg-32">

<div class="row gy-8">
<div class="col-lg-8 offset-lg-2">

<div class="row gy-4 mb-16 mb-lg-8">
<div data-scroll class="col-lg-8 offset-lg-2">
{{ if .Params.partner.enable }}
<div class="mb-3 bold small">{{ .Params.partner.title }}</div>
<div class="mb-2 bold small">{{ .Params.partner.title }}</div>
{{ if .Params.partner.logo }}
<div class="logo mb-8" style="width:190px;">
<div class="logo">
{{- partial "img" (dict "page" . "src" .Params.partner.logo "width" 190 "process" "" "class" "img-fluid") }}
</div>
{{ end }}
{{ end }}

</div>

{{ with .Params.trainings }}
<div class="col-lg-2">
<div data-scroll class="mb-3 bold small">Gebuchte Kurse</div>
{{ range . }}
<a class="btn btn-sm btn-outline-primary border-1 py-0 mb-2" href="{{ .link }}"> {{ .title }} </a>
{{ end }}
</div>
{{ end }}


</div>

<div class="row gy-8">
<div class="col-lg-8 offset-lg-2">


{{ with .Params.person }}
<div class="mb-2">
{{ .name }}
Expand All @@ -38,10 +61,7 @@ <h1 class="sm mb-8 mb-lg-16">{{ .Title }}</h1>
{{ end }}
</div>

<div class="col-lg-2">
<div class="mb-3 bold small">Gebuchte Kurse</div>
...
</div>


</div>

Expand Down

0 comments on commit a7fa964

Please sign in to comment.