Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Start a partners section on the homepage #4648

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions scss/pages/homepage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,19 @@
padding: 0;
}

&.partners {
padding-top: 20px;
a {
display: block;
width: 20%;
float: left;
img {
display: inline-block;
width: 60%;
}
}
}

.field {
label, fieldset legend {
display: block;
Expand Down
Binary file added www/assets/backthestack/osi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions www/index.spt
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,12 @@ $(document).ready(function() {

</div>

<fieldset class="partners">
<legend>{{ _('Partners') }}</legend>
<a href="https://opensource.org/">
<img src="{{ website.asset('backthestack/osi.png') }}"></a>
</fieldset>

<fieldset class="optional">
<legend>{{ _('Optional') }}</legend>

Expand Down