# How to add the Fedora Annual Survey Banner
### CommBlog:
The easiest is to write a [commblog](https://communityblog.fedoraproject.org/help-make-fedora-awesome-by-taking-the-first-annual-contributor-survey/) with all the details and request Ben Cotton (bcotton) to pin it.
### Discussion Page:
Create a new [thread](https://discussion.fedoraproject.org/t/annual-fedora-community-survey/30354) and request Ben Cotton (bcotton) to pin it.
### HyperKitty Lists
Create a ticket with the Infra team for adding the banner on hyperkitty lists. (Example [ticket](https://pagure.io/fedora-infrastructure/issue/9972))
### Docs.fp.o
Clear instruction are provided in this [ticket](https://pagure.io/fedora-websites/issue/1079#comment-740794)
### Accounts.fp.o
* Make a pull request with infrastructure at [this pagure repo](https://pagure.io/fedora-infrastructure)
### Wiki Page
* Contact Mattdm
### Start.fp.o
* fedora-websites repo, 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
### CommBlog:
Request Ben Cotton (bcotton) to unpin the blog
### Discussion Page:
Request Ben Cotton to unpin the thread
### HyperKitty Lists
Create a ticket with the Infra team to remove the banner from hyperkitty lists. (Example [ticket](https://pagure.io/fedora-infrastructure/issue/10058))
### Docs.fp.o
Clear instruction are provided in this [comment](https://pagure.io/fedora-websites/issue/1079#comment-740794)
* if you cant find the files, check what branch your in, it should be prod
* when adding content, make sure that you use `<img src="{{uiRootPath/img/...}}"`
* make the image responsive with max-width and width (suggestion)
* use its containing div to add padding and background color so it fits well (suggestion)
### Accounts.fp.o
* Make a pull request with infrastructure at [this pagure repo](https://pagure.io/fedora-infrastructure)
### Fedora Wiki
* contact Mattdm
### Start.fp.o
* In fedora-websites repo, go to start.fedoraproject.org
* 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">`
#### Second method (NOTE MIGHT NOT WORK, CURRENTLY TESTING THIS WITH NEST BANNER)
* add a image to the data/content/index.html within the grey container
* use the class `col-xs-12 top-margin` and set padding with `style="padding:10px 0"`
* make the image responsive by giving it `style="max-width:832px; width:100%`