We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a1bad commit 77aeee5Copy full SHA for 77aeee5
webapp/public/sass/index/sponsors.sass
@@ -20,7 +20,7 @@ section.section.sponsors
20
@include touch
21
margin-bottom: 2rem
22
23
- figure.image
+ figure.image, a.image
24
display: flex
25
justify-content: center
26
align-items: center
webapp/views/index/segments/sponsors.pug
@@ -28,3 +28,6 @@ block append content
28
+sponsor(2, "/img/sponsors/domistation/domiLogo.png")
29
+sponsor(2, "/img/sponsors/digitalocean/DO_Logo_Vertical_Black.png")
30
+sponsor(2, "/img/sponsors/fccu/FCCU_horiz-3C_logotag.png")
31
+ div(class="column is-2")
32
+ a.image(href="http://hackp.ac/mlh-stickermule-hackathons")
33
+ img(src="/img/sponsors/stickermule/stickermule-logo.png")
0 commit comments