3
0
mirror of https://git.coop/cotech/website.git synced 2025-12-18 04:27:32 +00:00

Add image to homepage

This commit is contained in:
Chris Lowis
2025-12-15 14:53:39 +00:00
parent 4648499813
commit 43f0e729a1
3 changed files with 6 additions and 0 deletions

View File

@ -165,6 +165,10 @@ img.greyscale {
filter: grayscale(100);
}
img.rounded {
border-radius: var(--space-sm);
}
section {
padding: var(--space-sm);
}

BIN
images/richard.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 KiB

View File

@ -9,6 +9,8 @@ layout: default
<p class="large">CoTech is a UK-wide network of creative technology companies
fully owned and controlled by the people who do the work.</p>
<img class="rounded" src="images/richard.jpg" alt="" />
<a class="btn" href="#">Hire our coops</a>
<a class="btn" href="#">Join the network</a>
</section>