Skip to content

Commit

Permalink
Moved up Connect with Us
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmaher committed Sep 1, 2023
1 parent b46a543 commit 5059619
Showing 1 changed file with 20 additions and 11 deletions.
31 changes: 20 additions & 11 deletions _includes/layouts/footer.njk
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,24 @@
<li><a href="https://bloomworks.digital/jobs/">Jobs</a></li>
</ul>
</div>

<div>
<h3 class="h4">Connect with Us</h3>
<div class="footer-icons">
<a href="mailto:hello@bloomworks.digital">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16">
<use xlink:href="/bootstrap-icons.svg#envelope"></use>
</svg>
<span class="sr-only">Email Us</span>
</a>
<a href="https://www.linkedin.com/company/govbloom/">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16">
<use xlink:href="/bootstrap-icons.svg#linkedin"></use>
</svg>
<span class="sr-only">LinkedIn</span>
</a>
</div>
</div>
</nav>

<div class="l-grid">
Expand All @@ -33,17 +51,8 @@
<span>Certified as a Women-Owned Small Business by the U.S. Small Business Administration.</span>
</div>

<div class="footer-icons">
<a href="mailto:hello@bloomworks.digital">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16">
<use xlink:href="/bootstrap-icons.svg#envelope"></use>
</svg>
<span class="sr-only">Email Us</span></a>
<a href="https://www.linkedin.com/company/govbloom/">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16">
<use xlink:href="/bootstrap-icons.svg#linkedin"></use>
</svg>
<span class="sr-only">LinkedIn</span></a>
<div class="footer-meta">
<!-- Quick fix for keeping spacing aligned with the above, from when we moved 'Connect with Us' up -->
</div>
</div>
</div>
Expand Down

0 comments on commit 5059619

Please sign in to comment.