mirror of
https://git.coop/cotech/website.git
synced 2025-12-18 15:47:32 +00:00
Add image to homepage
This commit is contained in:
@ -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
BIN
images/richard.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 307 KiB |
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user