Skip to content

Commit

Permalink
Merge pull request #13 from DrewMcArthur/rearrange-sections
Browse files Browse the repository at this point in the history
tweak about wording
  • Loading branch information
DrewMcArthur authored Sep 19, 2023
2 parents 106d43d + 8e26c8a commit 011198d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions src/components/About.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
<div id="about" class="about section">
<p>
i'm a software engineer from new england and now living in boulder, co. i
currently work with <a href="https://mathematica.org">mathematica.org</a>,
currently work with <a href="https://mathematica.org/about-mathematica">mathematica.org</a>,
whose research informs public health policy.
</p>
<p>
i'm also getting a master's degree in <a
href="https://www.colorado.edu/cmci/academics/media-studies/ma-media-and-public-engagement"
>media and public engagement</a
> at cu boulder, where i focus on cooperatives, worker ownership and collective
governance.
> at cu boulder, where i focus on cooperatives, worker ownership,
governance, and enterprise design.
</p>
<p>
i believe everyone should be able to keep the value they create, and
participate in decisions that affect them.
i think everyone should be able to keep value they create,
and participate in decisions that affect them.
</p>
</div>
4 changes: 2 additions & 2 deletions src/components/SectionHeaders.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<div class="section-headers">
<a href="#about" class="section-header about active">about</span>
<a href="#links" class="section-header links">contact</span>
<a href="#about" class="section-header about active">about</a>
<a href="#links" class="section-header links">contact</a>
</div>

<script>
Expand Down

0 comments on commit 011198d

Please sign in to comment.