How to add the Fedora Annual Survey Banner
Add into start.fedoraproject.org
-
data/templates/docs-header.html
-
add a div with the link information
-
<div class="col-xs-12 col-sm-3 bluebox border">
-
NOTE: use col-sm-3 instead of 4 to fit 4 elements
-
this will make it consistent with other on the page
-
NOTE: for future modifications, check how the text renders when the browser window is smaller or on mobile.
-
could be partially fixed by clamping font sizes
How to remove the Fedora Annual Survey Banner
Removing From start.fedoraproject.org
-
In fedora-websites repo, go to Start Fedora Project:
-
edit data/templates/docs-header.html
-
remove div and containing elements for the survey
-
make sure to change the class to
<div class="col-xs-12 col-sm-4 bluebox border">
Want to help? Learn how to contribute to Fedora Docs ›