Skip to content

Commit

Permalink
Tighten up top navbar - too many items
Browse files Browse the repository at this point in the history
  • Loading branch information
billyc committed Oct 5, 2023
1 parent 641e7c6 commit 215358e
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions src/components/TopNavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,28 +41,14 @@
a.navbar-item(:href="'/cologne/2022-08-06/1-vax'") Strain A and B. Report August 09
a.navbar-item(:href="'/cologne/2022-08-04/9b-leis-dec'") Measures in autumn and winter. Report August 09

.navbar-item.has-dropdown.is-hoverable(:class="{'is-active': isDropdownActive}")
a.navbar-link 2022.06.28
.navbar-dropdown
a.navbar-item(:href="'/cologne/2022-06-23/2b?strAEsc=6.0&resDate=2022-12-01&vacCamp=off&edu=normal&leis=100%25&work=100%25'") Measures in autumn and winter. Report June 28
a.navbar-item(:href="'/cologne/2022-06-23/1b?vacCamp=off&workTest=none&eduTest=none&leisTest=none'") Testing regimes in autumn and winter. Report June 28

.navbar-item.has-dropdown.is-hoverable(:class="{'is-active': isDropdownActive}")
a.navbar-link 2022.04.26

.navbar-dropdown
a.navbar-item(:href="'/cologne/2022-04-13/1?timePeriodIgA=730.0&mutDate=2022-10-01&mutEscOm=6.0'") Vaccination in autumn. Report April 26

.navbar-item.has-dropdown.is-hoverable(:class="{'is-active': isDropdownActive}")
a.navbar-link 2022.02.23

.navbar-dropdown
a.navbar-item(:href="'/cologne/2022-02-22/1?ba2Inf=1.5&ba1ba2Long=True'") Omicron variant BA.2. Report Feb. 23

.navbar-item.has-dropdown.is-hoverable(:class="{'is-active': isDropdownActive}" )
a.navbar-link Other Versions
.navbar-dropdown(style="margin-left: -20rem;")
.panel(:style="{columns: 2}")
a.navbar-item(:href="'/cologne/2022-06-23/2b?strAEsc=6.0&resDate=2022-12-01&vacCamp=off&edu=normal&leis=100%25&work=100%25'") 2022.06.28 Measures in autumn and winter. Report June 28
a.navbar-item(:href="'/cologne/2022-06-23/1b?vacCamp=off&workTest=none&eduTest=none&leisTest=none'") 2022.06.28 Testing regimes in autumn and winter. Report June 28
a.navbar-item(:href="'/cologne/2022-04-13/1?timePeriodIgA=730.0&mutDate=2022-10-01&mutEscOm=6.0'") 2022.04.26 Vaccination in autumn. Report April 26
a.navbar-item(:href="'/cologne/2022-02-22/1?ba2Inf=1.5&ba1ba2Long=True'") 2022.02.23 Omicron variant BA.2. Report Feb. 23
a.navbar-item(:href="'/cologne/2022-01-18/2?leis=1.0&leisUnv=0.75&daysImmuneQ=current'") 2022.01.20 Immune status and leisure measures. Report Jan. 20
a.navbar-item(:href="'/cologne/2021-12-16/1?vacSp=100%25&leis=100%25&leisUnv=75%25'") 2021.12.17 Measures and Omicron variant. Report Dec. 17
a.navbar-item(:href="'/cologne/2021-11-17/1?leisUnv=100%25&wTest=current&schools=protected'") 2021.11.19 Measures without activity reductions
Expand Down

0 comments on commit 215358e

Please sign in to comment.