‘);
var parentEl = document.getElementById(“giScriptEl”).parentNode;
parentEl.removeChild(document.querySelector(‘#giScriptEl’));
// *** start add your photos and text ***
var mediaCardObj = {
“element”: parentEl,
“media”: [
{
“photo_url”: “https://www..com/files/editorial/Life/lf-fp-yearend-2024/fp-seq4”,
“video_url”: “”,
“landscape_contain”: “true”,
“portrait_contain”: “true”,
“credit”: “”,
“textbox”: [
{
“title”: “Marley Allen-Ash”,
“position”: “centre”,
“text”: [
[“Many of the First Person essays I illustrated this year celebrated relationships. The ones that stuck with me the most were about brief yet emotional interactions with strangers, though I also enjoyed reading and illustrating stories about building connections across generations and friendships that managed to withstand decades of time.”]
]
}
]
},
{
“photo_url”: “https://www..com/files/editorial/Life/lf-fp-yearend-2024/fp-seq4”,
“video_url”: “”,
“landscape_contain”: “true”,
“portrait_contain”: “true”,
“credit”: “”,
“textbox”: [
{
“title”: “”,
“position”: “centre”,
“text”: [
[“I’m naturally a more withdrawn person, and these stories encourage me to engage with the people I meet day to day and find out the things that make them unique, as well as the things that we share.”]
]
}
]
},
{
“video_url”: “”,
“photo_url”: “https://www..com/files/editorial/Life/lf-fp-yearend-2024/fp-seq2”,
“landscape_contain”: “true”,
“portrait_contain”: “true”,
“credit”: “”,
“textbox”: [
{
“title”: “Catherine Chan”,
“position”: “centre”,
“text”: [
[“Many of this year’s First Person stories shine a light on human connection. In the digital and AI age, these personal stories matter more than ever. Whether they are about finding a passion, remembering a loved one or overcoming adversity, the stories touch readers across Canada.”]
]
}
]
},
{
“video_url”: “”,
“photo_url”: “https://www..com/files/editorial/Life/lf-fp-yearend-2024/fp-seq2”,
“landscape_contain”: “true”,
“portrait_contain”: “true”,
“credit”: “”,
“textbox”: [
{
“title”: “”,
“position”: “centre”,
“text”: [
[“The one that connected with me the most is the immigrant story of resiliency, as I reflect on my own experiences. The popularity of these essays shows us that despite our differences, we can find common ground. The stories become a towering lighthouse amid the sea of media noise that bombards our day-to-day lives.”]
]
}
]
},
{
“video_url”: “”,
“photo_url”: “https://www..com/files/editorial/Life/lf-fp-yearend-2024/fp-seq3”,
“landscape_contain”: “true”,
“portrait_contain”: “true”,
“credit”: “”,
“textbox”: [
{
“title”: “Juliana Neufeld”,
“position”: “centre”,
“text”: [
[“While illustrating for this year’s First Person column, I’ve often thought about the connective thread that ties together reader, writer and artist.”]
]
}
]
},
{
“video_url”: “”,
“photo_url”: “https://www..com/files/editorial/Life/lf-fp-yearend-2024/fp-seq3”,
“landscape_contain”: “true”,
“portrait_contain”: “true”,
“credit”: “”,
“textbox”: [
{
“title”: “”,
“position”: “centre”,
“text”: [
[“We come from all walks of life and have been separated by time and distance, but it’s comforting to imagine that when we sit down in front of the page, we’re sitting together – embracing a brief opportunity to connect with our shared humanity and find meaning in our life stories. Amid the division and overwhelm of this past year, First Person has reminded me that we are as alike as we are different.”]
]
}
]
},
{
“video_url”: “”,
“photo_url”: “https://www..com/files/editorial/Life/lf-fp-yearend-2024/fp-seq1”,
“landscape_contain”: “true”,
“portrait_contain”: “true”,
“credit”: “”,
“textbox”: [
{
“title”: “Drew Shannon”,
“position”: “centre”,
“text”: [
[“My reflection for this year is more a plea for the next: Find your community. So many of the First Person stories I illustrated this year were specifically about folks who entered into a place that pulled friends, loved ones, co-workers and strangers closer together to share ideas or create art, support each other, or fight for change. Finding that community changed their lives for the better.”]
]
}
]
},
{
“video_url”: “”,
“photo_url”: “https://www..com/files/editorial/Life/lf-fp-yearend-2024/fp-seq1”,
“landscape_contain”: “true”,
“portrait_contain”: “true”,
“credit”: “”,
“textbox”: [
{
“title”: “”,
“position”: “centre”,
“text”: [
[“I encourage you not only to find your community this coming year, but participate. Share your story with them, open yourself up to theirs. Ask for help if you need it and give it as often as you can. Most importantly, remember that sometimes just showing up is enough. “]
]
}
]
}
],
“credit”: “”,
}
// *** end add your photos and text ***
if (typeof giapp == ‘undefined’) {
giapp = {};
}
giapp.mediacards = giapp.mediacards || {};
if (!giapp.mediacards.galleries) {
giapp.mediacards.galleries = [];
}
giapp.mediacards.galleries.push(mediaCardObj);
})();