Skip to content

Commit 9f4bd42

Browse files
committed
feat: implement "Ready to work together?" section of /our-work page
1 parent 0c19fac commit 9f4bd42

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/our-work.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,10 @@ <h3 class="fs-6 fw-normal sans-serif text-dark d-block mt-3">
9898
</section>
9999

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

0 commit comments

Comments
 (0)