Skip to content

Commit

Permalink
Merge pull request #116 from Birkbeck2/css24
Browse files Browse the repository at this point in the history
added workshop for advanced images
  • Loading branch information
HelenaHW authored Nov 26, 2024
2 parents 5c02912 + 07d748e commit bc3a3a6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 5 deletions.
10 changes: 5 additions & 5 deletions outline.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ export const outline = [
{
text: 'Prep',
link: '/lectures/advanced-images.html',
},
{
text: 'Workshop: Advanced work with images',
link: '/workshops/advanced-images/index.html',

}
// {
// text: 'Workshop: Grids and other CSS concepts',
// link: '/workshops/grid/index.html',
//
// }
]
},
// {
Expand Down
23 changes: 23 additions & 0 deletions workshops/advanced-images/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Workshop: Advanced work with images

Create an HTML page and linked CSS stylesheet and try out the following tasks.

## Image formats and the picture element

1. Have a look at different image formats online (WebP and AVIF as compared to older image formats).

2. Create a `<picture>` element with WebP or AVIF as first source, and other fallback sources and `<img>` as needed.

OR

Start work on planning your website for the module assessment.

## SVG icons and responsive images

1. On the same page create some icons using one of the methods shown in class.

2. Try creating some responsive images.

OR

Continue working on your website for the module assessment.

0 comments on commit bc3a3a6

Please sign in to comment.