Skip to content

Commit

Permalink
index: opendatakit strong with branding blue
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWilmot committed Oct 24, 2024
1 parent 94183b8 commit 036b679
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ var title = `${SITE_TITLE}`;
<style lang="scss">
@use "../styles/mixins/breakpoints";

strong.brand {
color: #212d49;
}

.fa-solid {
color: #212d49;
}
Expand Down Expand Up @@ -172,8 +176,8 @@ var title = `${SITE_TITLE}`;

<div class="intro-box">
<p>
opendatakit is a software toolbox that makes publishing
reproducible workflows simple.
<strong class="brand">opendatakit</strong> is a software toolbox that
makes publishing reproducible workflows simple.
</p>
<p>
We provide an open-source standard that captures the entire data
Expand All @@ -197,7 +201,7 @@ var title = `${SITE_TITLE}`;
</a>
<a href="/team">
<h2><i class="fa-solid fa-people-group"></i> Team&nbsp;→</h2>
<p>Meet the opendatakit team</p>
<p>Meet the <strong class="brand">opendatakit</strong> team</p>
</a>
</div>
</section>
Expand Down

0 comments on commit 036b679

Please sign in to comment.