Skip to content

Commit

Permalink
Add logos
Browse files Browse the repository at this point in the history
Signed-off-by: Celeste Horgan <[email protected]>
  • Loading branch information
celestehorgan committed Oct 26, 2020
1 parent 04a364e commit 148d21c
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 4 deletions.
16 changes: 13 additions & 3 deletions assets/sass/custom.sass
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,19 @@ a .hashlink
.content
table
@extend .table

img
@extend .img-fluid

.logos
.col
a
width: 100%
height: 100%
display: inline-flex
align-items: center
text-align: center

img
width: 75%


h1, h2, h3, h4, h5, h6
font-family: $font-family-headers
Expand Down
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ at KubeCon North America, and join the mailing list for more updates!

# Participating organizations

TODO: Logos
{{< logos >}}

# Related projects

Expand Down
17 changes: 17 additions & 0 deletions layouts/shortcodes/logos.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<div class="row logos">
<div class="col col-md-4 col-sm-12">
<a href="https://cisco.com" target="_blank" class="mx-auto"><img src="/img/logos/cisco.svg" title="Cisco" /></a>
</div>
<div class="col col-md-4 col-sm-12">
<a href="https://cncf.io" target="_blank"><img src="/img/logos/cncf-color.png" title="Cloud Native Computing Foundation" /></a>
</div>
<div class="col col-md-4 col-sm-12">
<a href="https://linuxfoundation.org" target="_blank"><img src="/img/logos/lf-color.png" title="Linux Foundation" /></a>
</div>
<div class="col col-md-4 col-sm-12">
<a href="https://redhat.com" target="_blank"><img src="/img/logos/redhat-color.svg" title="Red Hat" /></a>
</div>
<div class="col col-md-4 col-sm-12">
<a href="https://sddi.org" target="_blank"><img src="/img/logos/sddi-color.svg" title="Software Developer Diversity and Inclusion" /></a>
</div>
</div>
3 changes: 3 additions & 0 deletions static/img/logos/cisco.svg
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 static/img/logos/cncf-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/logos/lf-color.png
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 static/img/logos/redhat-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 148d21c

Please sign in to comment.