mirror of
https://git.coop/cotech/website.git
synced 2025-12-17 20:17:32 +00:00
Add "hire us" page
This commit is contained in:
@ -16,6 +16,7 @@
|
||||
</button>
|
||||
<ul class="header_menu-list">
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/hire">Hire us</a></li>
|
||||
<li><a href="/join">Join us</a></li>
|
||||
<li><a href="/about">About</a></li>
|
||||
<li><a href="/why_coops">Why co-ops</a></li>
|
||||
|
||||
24
hire.html
Normal file
24
hire.html
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
title: Hire us
|
||||
layout: default
|
||||
---
|
||||
|
||||
<section class="grid grid-uneven">
|
||||
<div class="stack">
|
||||
<h1>Hire us</h1>
|
||||
|
||||
<p class="large">CoTech gives you access to multiple specialist co-ops through a single network. Give us your brief or tell us your challenge and we’ll connect you with the right coops for the job..</p>
|
||||
|
||||
<a class="btn" href="mailto:contact@cotech.coop">email: contact@cotech.coop</a>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<img class="rounded" src="assets/img/maria.jpg" alt="" />
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{% include services.html %}
|
||||
|
||||
<section>
|
||||
<a class="btn" href="/why_coops">Why hire a co-op?</a>
|
||||
</section>
|
||||
Reference in New Issue
Block a user