Skip to content

Commit 8898edc

Browse files
committed
announcement box for community survey
1 parent 3d5d933 commit 8898edc

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/views/HomeView.vue

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
<template>
44
<!-- <div class="centered-container"> -->
55
<BContainer gutter-x="40px">
6+
<BRow>
7+
<BCol>
8+
<BCard no-body class="overflow-hidden mt-2 mb-2" style="background-color: #00000">
9+
<BCardBody
10+
title="Community Survey is Live!"
11+
style="background-color: black; color: white;"
12+
>
13+
<BCardText style="background-color: black; color: yellow">
14+
You're invited to take the annual <a href="" style="text-decoration: underline; color: white">Indy Hacker Community Survey</a>. The 2-minute survey is fully anonymous and helps us understand how we can best serve this community over the coming year.
15+
This information helps us set priorities and shape Indy Hackers based on what matters most to you.
16+
<br/><br/>
17+
Thanks in advance for those who participate!
18+
</BCardText>
19+
</BCardBody>
20+
</BCard>
21+
</BCol>
22+
</BRow>
623
<BRow>
724
<BCol>
825
<BCard no-body class="overflow-hidden mt-2 mb-2" style="background-color: #808080">
@@ -52,6 +69,9 @@
5269
A network for all tech folks in Indiana. Fostering community connections and
5370
celebrating individual successes.
5471
</BCardText>
72+
73+
74+
5575
</BCardBody>
5676
</BCol>
5777
<BCol md="4">

0 commit comments

Comments
 (0)