mirror of
https://git.coop/cotech/website.git
synced 2024-11-22 06:33:07 +00:00
WIP fixing discourse links
This commit is contained in:
parent
efeccb222f
commit
c329f8534a
@ -6981,3 +6981,8 @@ footer {
|
|||||||
color: #ffffff; }
|
color: #ffffff; }
|
||||||
|
|
||||||
/*# sourceMappingURL=app.css.map */
|
/*# sourceMappingURL=app.css.map */
|
||||||
|
|
||||||
|
|
||||||
|
.forum-links a{
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
BIN
assets/img/cotech-300.png
Normal file
BIN
assets/img/cotech-300.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
BIN
assets/img/discourse-300.png
Normal file
BIN
assets/img/discourse-300.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
22
index.html
22
index.html
@ -161,10 +161,24 @@ layout: home
|
|||||||
|
|
||||||
<h2>Get In Touch</h2>
|
<h2>Get In Touch</h2>
|
||||||
<p>
|
<p>
|
||||||
If you would like to work with us, or find out more,
|
All the members of CoTech are available to hire, and each has different specialisms. We vary in size from 2 people to 40+ people, and use different technologies. If you know what <a href="#technologies">technology</a> or <a href="#services">service</a> you're looking, you can use this site to find suitable co-ops. If you're not sure what you're looking for you can browse the <a href="#members">members</a> and get in touch with one that you like the look of. We're all committed to being honest about our capabilites and capacities, and we'll refer you to a different co-op if we think they'll offer you better value.
|
||||||
<a href="{{ site.forum }}">get in touch on our forum</a>.
|
</p>
|
||||||
<br/> Not sure which tech coop, or coops, are right for you? Drop us a message on
|
<div class="row forum-links">
|
||||||
<a href="{{ site.forum }}">our forum</a>, and we will help you find the perfect match.
|
<div class="small-12 medium-6 columns">
|
||||||
|
<img src="/assets/img/discourse-300.png" />
|
||||||
|
</div>
|
||||||
|
<div class="small-12 medium-6 columns">
|
||||||
|
|
||||||
|
<img class="mx-auto" src="/assets/img/cotech-300.png" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
If you want to don't want to hire us but want to find out more about co-ops, find a job in a co-op or discuss how technology can help solve the world's myriad problems, please head over to our <a href="{{ site.forum }}">Disourse forum</a>.
|
||||||
|
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user