Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

korrekturen #39

Merged
merged 3 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions site/assets/images/tech/Go-Logo_White.svg

This file was deleted.

1 change: 1 addition & 0 deletions site/assets/images/tech/Go.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion site/assets/images/tech/Kubernetes.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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;
}
}

}

30 changes: 30 additions & 0 deletions site/assets/scss/layouts/_trainings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
left: 1em;
}

.techlogo {
position: absolute;
top: 0.1rem;
right: 1rem;
width: 33%; //8rem;
height: 6rem;
overflow: hidden;
z-index: -1;

img {
transform: translate(0.5rem, -0.5rem);
object-position: top right;
}

@include media-breakpoint-up(lg) {
top: auto;
right: auto;
width: 33%;
height: 10rem;
bottom: 0.1rem;
left: 3.1rem;

img {
transform: translate(-1.5rem, 1.5rem);
object-position: bottom left;
}
}
}


// Filter

.btn-filter {
Expand Down
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
2 changes: 1 addition & 1 deletion site/content/de/trainings/cilium.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories: ["Basics", "Ergänzende Trainings", "New"]

abstract: "eBPF-basiertes Networking"
main_title: "eBPF-basiertes Networking"
techlogo: "images/tech/Kubernetes.svg"
techlogo: "images/tech/cilium-logo.svg"


# Infos NEU 2024
Expand Down
4 changes: 2 additions & 2 deletions site/content/de/trainings/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ date: 2022-03-30T12:16:39+06:00
draft: false
weight: 3
subtitle: "Basics"
categories: ["Basics", "Programming"]
categories: ["Basics", "Programming", "New"]
duration: "1 Tag"
abstract: "Einführung in Go für Software Entwickler, Architekten und DevOps Engineers."
main_title: "Einführung in Go für Software Entwickler, Architekten und DevOps Engineers."
techlogo: "images/tech/Kubernetes.svg"
techlogo: "images/tech/Go.svg"

personen:
daten : ""
Expand Down
Loading
Loading