Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions pages/join.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,15 @@
>I want to volunteer!</Button
>
</v-col>
<p>
<strong>We also have some open positions!</strong> Check them out
<nuxt-link to="/helpout">here</nuxt-link>
</p>

<h4 class="mt-6 mb-4">Most Wanted Volunteers</h4>
<ul>
<li v-for="(item, i) in urgentRoles" :key="i">
<strong>{{ item.role }}</strong>
{{ item.desc }}
{{ item.role }} {{ item.desc }}
</li>
</ul>

Expand Down Expand Up @@ -179,6 +182,9 @@
width: 180px;
}
}
ul {
list-style-type: none;
}
}
</style>

Expand Down
15 changes: 12 additions & 3 deletions pages/pilot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
alerts.
</p>
<p>
The Covid Watch pilot program offers universities, governments, and public health departments an opportunity to rebrand our exposure alert app, access to our customizable COVID-19 positive case verification portal, and full service implementation support from our team.
The Covid Watch pilot program offers universities, governments,
and public health departments an opportunity to rebrand our
exposure alert app, access to our customizable COVID-19 positive
case verification portal, and full service implementation
support from our team.
</p>
</div>
</div>
Expand All @@ -34,7 +38,8 @@ The Covid Watch pilot program offers universities, governments, and public healt
<v-row class="mt-8">
<v-col>
<p>
If you'd like more information about running a pilot program for your organization, let's talk.
If you'd like more information about running a pilot program for
your organization, let's talk.
</p>
</v-col>
</v-row>
Expand All @@ -57,7 +62,11 @@ The Covid Watch pilot program offers universities, governments, and public healt
<v-row id="our-solution" :class="pageSectionClass">
<h2 class="section-title">Our Solution</h2>
<p>
We help scale your contact tracing efforts, working alongside your team to help identify additional cases that might be missed, maximizing your response. Our technology helps you identify positive cases sooner, protecting your community faster. Here’s how our solution is unique:
We help scale your contact tracing efforts, working alongside your
team to help identify additional cases that might be missed,
maximizing your response. Our technology helps you identify positive
cases sooner, protecting your community faster. Here’s how our
solution is unique:
</p>

<v-row class="d-flex justify-center">
Expand Down