diff --git a/content/sdv-contribution-day-june-2022/_index.md b/content/sdv-contribution-day-june-2022/_index.md
new file mode 100644
index 0000000000000000000000000000000000000000..3df3fa17280c61d00ebe9d27efecb3be4eaddf01
--- /dev/null
+++ b/content/sdv-contribution-day-june-2022/_index.md
@@ -0,0 +1,49 @@
+---
+title: 'SDV Contribution Day'
+headline: ''
+custom_jumbotron: |
+
+ {{ if isset .Page.Params "custom_jumbotron" }}
+
+
+
+ {{ else }}
+ {{end}}
{{ end }}
diff --git a/less/images/header-sdv-contribution-day-2022.jpg b/less/images/header-sdv-contribution-day-2022.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..dfeebcb7c1bd7c7811b50cf729019fab3bd5ab59
Binary files /dev/null and b/less/images/header-sdv-contribution-day-2022.jpg differ
diff --git a/less/styles.less b/less/styles.less
index 0bcbcafd9ed060d4cff0fa1f7855747eb1cad2e4..a6cd50deb920fd35054867bc6ee6b7d18eb6360b 100644
--- a/less/styles.less
+++ b/less/styles.less
@@ -612,3 +612,106 @@ footer#solstice-footer {
}
}
}
+
+//== SDV Contribution Day 2022
+.header-sdv-contribution-day-2022 {
+ .jumbotron-custom {
+ & {
+ background-image: url(images/header-sdv-contribution-day-2022.jpg);
+ background-position: center;
+ background-size: cover;
+ height: 700px;
+ max-height: none;
+ }
+ &::after {
+ display: none;
+ }
+ @media (min-width: @screen-sm-max) {
+ height: 800px;
+ }
+ }
+ .custom-jumbotron-header {
+ .sdv-title {
+ & {
+ margin-top: 10px;
+ font-size: 22px;
+ font-weight: 500;
+ text-align: center;
+ }
+ @media (min-width: @screen-sm-max) {
+ font-size: 28px;
+ text-align: left;
+ }
+ }
+ .event-title {
+ & {
+ font-size: 40px;
+ color: @brand-primary;
+ margin-top: 300px;
+ margin-bottom: 0;
+ }
+ &::after {
+ margin: 5px;
+ }
+ @media (min-width: @screen-sm-max) {
+ font-size: 62px;
+ margin-top: 380px;
+ }
+ }
+ .event-subtitle {
+ & {
+ font-size: 30px;
+ margin-top: 0;
+ }
+ @media (min-width: @screen-sm-max) {
+ font-size: 45px;
+ }
+ }
+ .more-detail {
+ & {
+ gap: 20px;
+ flex-direction: column;
+ }
+ @media (min-width: @screen-sm-max) {
+ flex-direction: row;
+ gap: 100px;
+ margin-right: 22px;
+ margin-top: 40px;
+ }
+ .data-location {
+ font-size: 17px;
+ margin: 0;
+ text-align: center;
+ @media (min-width: @screen-sm-max) {
+ font-size: 22px;
+ text-align: left;
+ }
+ }
+ .btn-primary {
+ border-radius: 40px;
+ font-size: 20px;
+ margin: 0;
+ @media (min-width: @screen-sm-max) {
+ margin-right: 80px;
+ }
+ }
+ }
+ }
+ .jumbotron-custom-social-container {
+ display: none;
+ }
+}
+
+.sdv-contribution-day-2022-container {
+ h2 {
+ margin-bottom: 20px;
+ font-weight: 500;
+ }
+ p {
+ font-size: 17px;
+ }
+}
+
+.grey-row {
+ background-color: #f9f9f9;
+}
diff --git a/static/images/header-sdv-contribution-day-2022.jpg b/static/images/header-sdv-contribution-day-2022.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..dfeebcb7c1bd7c7811b50cf729019fab3bd5ab59
Binary files /dev/null and b/static/images/header-sdv-contribution-day-2022.jpg differ