Rework the banner #34

Merged
Adrianht merged 7 commits from enhancement/header-rework into master 2020-09-09 07:54:42 +00:00
Adrianht commented 2020-09-08 14:18:42 +00:00 (Migrated from github.com)

Idea

The banner/navigation was pretty ugly, so I reworked it to be better looking with some cool animations.

Also added a link-color variable to variables.scss

Functionality

Screen Recording 2020-09-08 at 16 15 22

## Idea The banner/navigation was pretty ugly, so I reworked it to be better looking with some cool animations. Also added a link-color variable to variables.scss ## Functionality ![Screen Recording 2020-09-08 at 16 15 22](https://user-images.githubusercontent.com/22147672/92488387-c5b97e80-f1ee-11ea-8f36-5d844a0b8028.gif)
KevinMidboe (Migrated from github.com) reviewed 2020-09-08 14:54:39 +00:00
KevinMidboe (Migrated from github.com) commented 2020-09-08 14:50:42 +00:00

is this height? or state.

is this height? or state.
KevinMidboe (Migrated from github.com) commented 2020-09-08 14:50:51 +00:00

Should it be boolean?

Should it be boolean?
KevinMidboe commented 2020-09-08 14:55:26 +00:00 (Migrated from github.com)

Remove Banner references from VinlottisPage.vue.

Remove `Banner` references from `VinlottisPage.vue`.
KevinMidboe (Migrated from github.com) reviewed 2020-09-08 15:02:08 +00:00
KevinMidboe (Migrated from github.com) commented 2020-09-08 15:02:08 +00:00
    <nav class="menu" :class="{ 'desktop-only': isOpen }">
```suggestion <nav class="menu" :class="{ 'desktop-only': isOpen }"> ```
Adrianht (Migrated from github.com) reviewed 2020-09-09 07:21:33 +00:00
Adrianht (Migrated from github.com) commented 2020-09-09 07:21:33 +00:00

fixed

fixed
Adrianht (Migrated from github.com) reviewed 2020-09-09 07:21:37 +00:00
Adrianht (Migrated from github.com) commented 2020-09-09 07:21:37 +00:00

fixed

fixed
Adrianht (Migrated from github.com) reviewed 2020-09-09 07:29:26 +00:00
Adrianht (Migrated from github.com) commented 2020-09-09 07:29:26 +00:00
    <a class="menu-toggle-container" aria-label="show-menu" @click="toggleMenu" :class="isOpen ? 'open' : 'collapsed'" >
```suggestion <a class="menu-toggle-container" aria-label="show-menu" @click="toggleMenu" :class="isOpen ? 'open' : 'collapsed'" > ```
Adrianht (Migrated from github.com) reviewed 2020-09-09 07:30:22 +00:00
Adrianht (Migrated from github.com) commented 2020-09-09 07:30:22 +00:00
    <nav class="menu" :class="isOpen ? 'open' : 'collapsed'" >
```suggestion <nav class="menu" :class="isOpen ? 'open' : 'collapsed'" > ```
Adrianht (Migrated from github.com) reviewed 2020-09-09 07:30:40 +00:00
Adrianht (Migrated from github.com) commented 2020-09-09 07:30:39 +00:00
        <a @click="toggleMenu" class="single-route" :class="isOpen ? 'open' : 'collapsed'">{{route.name}}</a>
```suggestion <a @click="toggleMenu" class="single-route" :class="isOpen ? 'open' : 'collapsed'">{{route.name}}</a> ```
Sign in to join this conversation.
No description provided.