WIP fixing discourse links

This commit is contained in:
harry 2019-04-25 17:22:16 +01:00
parent efeccb222f
commit c329f8534a
4 changed files with 25 additions and 6 deletions

View File

@ -6981,3 +6981,8 @@ footer {
color: #ffffff; }
/*# sourceMappingURL=app.css.map */
.forum-links a{
margin: 0 auto;
}

BIN
assets/img/cotech-300.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -160,12 +160,26 @@ layout: home
<div class="small-12 medium-6 small-centered columns">
<h2>Get In Touch</h2>
<p>
If you would like to work with us, or find out more,
<a href="{{ site.forum }}">get in touch on our forum</a>.
<br/> Not sure which tech coop, or coops, are right for you? Drop us a message on
<a href="{{ site.forum }}">our forum</a>, and we will help you find the perfect match.
</p>
<p>
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.
</p>
<div class="row forum-links">
<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>
</div>
</div>