Skip to content

Commit

Permalink
feat: implement "Ready to work together?" section of /our-work page
Browse files Browse the repository at this point in the history
  • Loading branch information
lalver1 committed Jun 28, 2024
1 parent 3b0d288 commit b17321d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/our-work.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,10 @@ <h3 class="fs-6 fw-normal sans-serif text-dark d-block mt-3">
</section>

<section class="row">
<!-- Ready to work together? -->
<div class="container my-5 py-5">
<div class="offset-lg-2 col-lg-8 text-center">
<h3>Ready to work together?</h3>
<a class="btn btn-primary text-center d-inline-block mt-2" target="_blank" href="mailto:[email protected]">Contact us</a>
</div>
</div>
</section>

0 comments on commit b17321d

Please sign in to comment.