Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Website
poul.org
Commits
a4454f8b
Verified
Commit
a4454f8b
authored
Apr 13, 2021
by
Roberto Bochet
Browse files
Added sponsored option to courses edition
parent
e79458ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
_includes/course_edition.html
View file @
a4454f8b
...
...
@@ -46,4 +46,7 @@
{% endfor %}
</div>
{% endif %}
{% if include.edition.sponsored %}
<p
class=
"contribute"
>
~ sponsorizzato dal Politecnico di Milano
</p>
{% endif %}
</div>
\ No newline at end of file
assets/_sass/pages/_courses.scss
View file @
a4454f8b
...
...
@@ -118,6 +118,16 @@
}
}
}
.contribute
{
max-width
:
600px
;
width
:
100%
;
margin
:
2em
auto
0
auto
;
padding
:
0
1em
;
font-size
:
0
.7em
;
font-style
:
italic
;
text-align
:
right
;
}
}
.course-past-editions
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment