Skip to content

Commit

Permalink
Tweaks on the images
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjonker-illinois committed Feb 28, 2024
1 parent 3542ffd commit 06b1fdf
Show file tree
Hide file tree
Showing 16 changed files with 4,614 additions and 3,740 deletions.
9 changes: 9 additions & 0 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,13 @@ module.exports = (function (eleventyConfig) {
returnValue = returnValue + '</ul>';
return returnValue;
});

eleventyConfig.addFilter("committeeList", function (author) {
var returnValue = '<ul class="authorlist">';
author.forEach(element => {
returnValue = returnValue + `<li><img src="${element.image}" alt="${element.name}" ></a><p class="header"><a href="${element.url}">${element.name}</a></p></li>`;
});
returnValue = returnValue + '</ul>';
return returnValue;
});
});
119 changes: 0 additions & 119 deletions _data/authors.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions _data/committee.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,47 +2,47 @@
{
"url": "https://ischool.illinois.edu/people/sarah-park-dahlen",
"name": "Sarah Park Dahlen",
"image": "/img/Committee Headshots/Sarah-Park-Dahlen22.jpeg"
"image": "/img/committee/sarah-park-dahlen.jpg"
},
{
"url": "https://education.illinois.edu/people/mackenzie-gillespie",
"name": "Mackenzie Gillespie",
"image": "/img/Committee Headshots/mackenzie gillespie.jpeg"
"image": "/img/committee/mackenzie_gillespie.jpg"
},
{
"url": "https://internal.education.illinois.edu/units/communications-office/our-team",
"name": "Ashley Lawrence",
"image": "/img/Committee Headshots/ashley lawrence.jpeg"
"image": "/img/committee/ashley_lawrence.jpg"
},
{
"url": "https://education.illinois.edu/faculty/karla-j-mller",
"name": "Karla Moller",
"image": "/img/Committee Headshots/karla moller.jpeg"
"image": "/img/committee/karla_moller.jpg"
},
{
"url": "https://education.illinois.edu/faculty/idalia-nunez-cortez",
"name": "Idalia Nuñez Cortez",
"image": "/img/Committee Headshots/idalia nunez.jpeg"
"image": "/img/committee/idalia_nunez.jpg"
},

{
"url": "https://experts.illinois.edu/en/persons/nancy-patricia-obrien",
"name": "Nancy O’Brien",
"image": "",
"image": "/img/committee/_unknown.jpg"
},
{
"url": "https://education.illinois.edu/people/victor-perez",
"name": "Victor Perez",
"image": "/img/Committee Headshots/victor perez.jpeg"
"image": "/img/committee/victor_perez.jpg"
},
{
"url": "https://education.illinois.edu/people/aly-stephenson",
"name": "Aly Stephenson",
"image": "/img/Committee Headshots/Aly Stephenson.jpeg"
"image": "/img/committee/aly_stephenson.jpg"
},
{
"url": "https://education.illinois.edu/alumni",
"name": "Heather Zorn",
"image": "/img/Committee Headshots/heather zorn.jpeg"
"image": "/img/committee/heather_zorn.jpg"
}
]
4 changes: 1 addition & 3 deletions authors.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
layout: secondary.liquid
pageTitle: 2019 Authors
pageTitle: 2024 Authors
headerImage: /img/header/header-authors.jpg
---

{{ authors | authorList }}

[2019 Youth Literature Festival Authors Bibliography](/docs/2019-ylf-bibliography-v2.pdf)
2 changes: 1 addition & 1 deletion Contact → contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ layout: secondary.liquid
pageTitle: Contact
headerImage: /img/header/header-contact.jpg
---
{{ committee | contactlist }}
{{ committee | committeeList }}
Binary file added img/committee/_unknown.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading

0 comments on commit 06b1fdf

Please sign in to comment.