Replace job banner with webinar banner
This commit is contained in:
parent
3372878dce
commit
0652af2c04
1 changed files with 3 additions and 5 deletions
|
@ -1,12 +1,10 @@
|
|||
<template>
|
||||
<div class="site-wrapper">
|
||||
|
||||
<!-- Temporary job banner -->
|
||||
<!-- By the way, we're not specifically looking for developers, but -->
|
||||
<!-- we might still be interested, so feel free to reach out :) -->
|
||||
<!-- Temporary webinar banner -->
|
||||
<transition name="fade">
|
||||
<div style="background-color: darkred; padding: 1em; color: white; display: flex; position: fixed; top: 0; left: 0; right: 0; z-index: 500" v-show="bannerShow">
|
||||
<span style="margin-left: auto; margin-right: auto">We're hiring! Well, kinda. <a :href="/jobs/" style="color: white; text-decoration: underline;">Click here to learn more</a>.</span>
|
||||
<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>Snipette a tete:</strong> we're running our very first webinar! <a :href="/webinar-jan-2020/" 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>
|
||||
|
|
Loading…
Reference in a new issue