diff --git a/_layouts/default.html b/_layouts/default.html index 1a41b93..aa0ae44 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -125,6 +125,16 @@ class="fa fa-linkedin" target="_blank"> + + +
diff --git a/assets/css/app.css b/assets/css/app.css index 81f18ee..7f6c276 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -115,3 +115,25 @@ h2 { max-width: 85rem; } } + +ul#sponsoring { + display: flex; + align-items: center; + justify-content: center; + margin-top: 50px; +} + +ul#sponsoring li { + display: flex; + padding: 0px 15px; + font-size: 16px; +} + +ul#sponsoring li img { + max-width: 180px; + max-height: 80px; +} + +.page-header { + padding-bottom: 30px; +} \ No newline at end of file diff --git a/assets/sponsor-betterstack.png b/assets/sponsor-betterstack.png new file mode 100644 index 0000000..b0c12b0 Binary files /dev/null and b/assets/sponsor-betterstack.png differ