diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..7b6157d Binary files /dev/null and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index 6f82f95..60180b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ resources/_gen .hugo_build.lock +.DS_Store +.vscode \ No newline at end of file diff --git a/layouts/index.html b/layouts/index.html index d5e37a2..f2da81b 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -64,6 +64,14 @@

Sponsors

+ +

Projects

+

List of projects hosted by BCN Engineering and managed by community members.

+
+ + Step4ward logo + +
diff --git a/static/.DS_Store b/static/.DS_Store new file mode 100644 index 0000000..4fb5698 Binary files /dev/null and b/static/.DS_Store differ diff --git a/static/css/custom.css b/static/css/custom.css index dd1fff9..f30c99a 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -159,6 +159,31 @@ li { } } + +.project-logos { + display: flex; + flex-wrap: wrap; +} +.project-logos a { + display: flex; + align-items: center; + justify-content: center; +} + +.project-logo-image { + width: 200px; + margin: 0 75px 25px 0; +} + +@media (max-width: 575px) { + .project-logos { + justify-content: center; + } + .project-logo-image { + margin: 0 0 25px 0; + } +} + #home, .navbar-dark .navbar-nav .nav-link { color: hsla(0, 0%, 100%, 0.8); diff --git a/static/images/.DS_Store b/static/images/.DS_Store new file mode 100644 index 0000000..88698d7 Binary files /dev/null and b/static/images/.DS_Store differ diff --git a/static/images/project-logos/step4ward-logo.webp b/static/images/project-logos/step4ward-logo.webp new file mode 100644 index 0000000..ab9328b Binary files /dev/null and b/static/images/project-logos/step4ward-logo.webp differ