Remove all banners for now
Let's not let the novelty wear off! 😉
This commit is contained in:
parent
67a3c0f8af
commit
4bfdd9eb14
1 changed files with 0 additions and 10 deletions
|
@ -1,16 +1,6 @@
|
|||
<template>
|
||||
<div class="site-wrapper">
|
||||
|
||||
<!-- Temporary webinar banner -->
|
||||
<transition name="fade">
|
||||
<div style="background-color: #F8CD44; padding: 1em; color: black; display: flex; position: fixed; top: 0; left: 0; right: 0; z-index: 500" v-show="bannerShow">
|
||||
<span style="margin-left: auto; margin-right: auto"><strong>Snipêtte à tête.</strong> Our next webinar is happening this Sunday! <a :href="/webinar-jun-2021/" style="color: black; text-decoration: underline;">Learn more</a>.</span>
|
||||
<button style="border: 1px solid white; border-radius: 1em; background: #0000;" @click="bannerShow = false">x</button>
|
||||
</div>
|
||||
</transition>
|
||||
<div style="height: 4em; background: black;" v-show="bannerShow"></div>
|
||||
<!-- End banner -->
|
||||
|
||||
<!-- All the main content gets inserted here, index.vue, blogPost.vue, etc -->
|
||||
<slot/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue