Skip to content

Commit

Permalink
Merge pull request #1835 from fluxcd/backport-1804-to-v2-2
Browse files Browse the repository at this point in the history
[v2-2] Add Kubecon page for KubeCon Paris 2024
  • Loading branch information
kingdonb authored Mar 1, 2024
2 parents adb3b61 + 528acf1 commit 57ae8fa
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 0 deletions.
40 changes: 40 additions & 0 deletions assets/scss/_kubecon.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
.flux-logo-inner-header-left {
width: 33.3333333333%;
float: left;
figure {
padding-left: 3.75%;
padding-right: 3.75%;
}
}

.float-header-kubecon {
float: left;
width: 50%;
padding-left: 2.5%;
padding-right: 2.5%;
}

.inner-header-right-align {
width: 16.6666666667%;
float: left;
}

.stickers-float-left {
width: 50%;
float: left;
padding-left: 2.5%;
padding-right: 2.5%;
}

.float-booth-fun {
width: 50%;
float: left;
padding-left: 2.5%;
padding-right: 2.5%;
}

.clearfix::after {
content: "";
clear: both;
display: table;
}
1 change: 1 addition & 0 deletions assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
@import "support";
@import "ecosystem";
@import "adopters_wall";
@import "kubecon";
1 change: 1 addition & 0 deletions external-sources/fluxcd/community
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
"/README.md","/community.md"
"/GOVERNANCE.md","/governance.md"
"/KUBECON.md","/kubecon.md"
3 changes: 3 additions & 0 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ params:

menus:
main:
- name: KubeCon Paris 2024
url: /kubecon
weight: 5
- name: Documentation
url: /flux
weight: 10
Expand Down

0 comments on commit 57ae8fa

Please sign in to comment.