Skip to content

Commit

Permalink
- added alert for COVID-19 message
Browse files Browse the repository at this point in the history
  • Loading branch information
severinbeauvais committed Apr 1, 2020
1 parent a3fdc71 commit e66dc71
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions auth-web/src/views/auth/HomeView.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
<template>
<div>
<article>
<v-alert color="grey lighten-3" class="covid-alert">
<v-container>
<p class="title font-weight-bold">Special Notice Regarding COVID-19 and Annual General Meetings</p>
<p>In these uncertain times, it is important that individuals and organizations follow the guidelines
and recommendations set forth by the Provincial Health Officer and B.C. Health Minister, as well as
Health Canada guidelines in regards to the novel coronavirus (COVID-19). Due to these guidelines, the
Registrar has decided to grant an extension for all Cooperatives that wish to delay their Annual General
Meeting (AGM) for a period of six months from March 31, 2020 to September 30, 2020.</p>
<p>You do not need to make an application to the registrar to request a delay of your AGM; however, you
must inform your members that the AGM has been delayed.</p>
</v-container>
</v-alert>

<header class="hero-banner">
<v-container>
<h1>Welcome to Cooperatives Online<sup>Beta</sup></h1>
Expand Down Expand Up @@ -265,6 +278,16 @@ export default class HomeView extends Vue {
<style lang="scss" scoped>
@import "$assets/scss/theme.scss";
.v-alert.covid-alert {
margin-bottom: 0;
padding: 0;
.container {
padding-top: 2rem;
padding-bottom: 2rem;
}
}
article {
padding: 0;
}
Expand Down

0 comments on commit e66dc71

Please sign in to comment.