| |
@@ -4,19 +4,24 @@
|
| |
xmlns:py="http://genshi.edgewall.org/"
|
| |
xmlns:xi="http://www.w3.org/2001/XInclude"
|
| |
py:strip="">
|
| |
- <div class="col-xs-12 col-sm-4 bluebox border">
|
| |
+ <div class="col-xs-12 col-sm-3 bluebox border">
|
| |
<div class="text-center">
|
| |
<h3><a href="https://docs.fedoraproject.org/" alt="Fedora Docs"><i class="fa fa-fw fa-book header-icon"></i>${_('Fedora Documentation')}</a></h3>
|
| |
</div>
|
| |
</div>
|
| |
- <div class="col-xs-12 col-sm-4 bluebox border">
|
| |
+ <div class="col-xs-12 col-sm-3 bluebox border">
|
| |
<div class="text-center">
|
| |
<h3><a href="https://ask.fedoraproject.org/" alt="Ask Fedora"><i class="fa fa-fw fa-question-circle header-icon"></i>${_('Help for Fedora Users')}</a></h3>
|
| |
</div>
|
| |
</div>
|
| |
- <div class="col-xs-12 col-sm-4 bluebox">
|
| |
+ <div class="col-xs-12 col-sm-3 bluebox border">
|
| |
<div class="text-center">
|
| |
<h3><a href="https://getfedora.org" alt="Get Fedora"><i class="fa fa-fw fa-download header-icon"></i>${_('Get Fedora')}</a></h3>
|
| |
</div>
|
| |
</div>
|
| |
+ <div class="col-xs-12 col-sm-3 bluebox border">
|
| |
+ <div class="text-center">
|
| |
+ <h3><a href="https://fedoraproject.limequery.com/2021" alt="Fill Contributor Survey"><i class="fa fa-fw fa-mail-reply header-icon"></i>${_('Fill Contributor Survey')}</a></h3>
|
| |
+ </div>
|
| |
+ </div>
|
| |
</html>
|
| |
The third vertical segment on the navbar provides a place where the link to the contributor survey can be attached.
Please note that the current URL is of the banner and not of the survey, which would be changed in the next commit.
PLEASE DO NOT MERGE NOW.