Replace job banner with Paul webinar banner

This commit is contained in:
Badri Sunderarajan 2021-06-03 21:18:30 +05:30
parent 1a5926c192
commit 67a3c0f8af
1 changed files with 3 additions and 5 deletions

View File

@ -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>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>