News
Read about company updates, iron information, and more.
1) {
activeParams.push({
key: 'page',
value: activePage,
});
}
const gridDiv = '.blog';
const grid = $el.closest('section');
const filteredSortedUrl = `${blogUrl}${activeParams.length > 0 ? `?${activeParams.map(v => `${v.key}=${v.value}`).join('&')}` : ''}`;
fetch(filteredSortedUrl)
.then((response) => response.text())
.then((responseText) => {
const html = new DOMParser().parseFromString(responseText, 'text/html');
// Update items
const gridUpdated = html.querySelector(gridDiv).closest('section');
grid.innerHTML = gridUpdated.innerHTML;
$store.ajaxWorking = false;
history.pushState({}, '', filteredSortedUrl);
// Scroll to top.
const scrollTop =
grid.getBoundingClientRect().top + window.scrollY - document.querySelector('.site-header').getBoundingClientRect().height - 40;
window.scrollTo({ top: scrollTop, behavior: 'smooth' });
})
.catch((e) => {
console.error(e);
$store.ajaxWorking = false;
});
"
@paginate="
activePage = $event.detail;
$dispatch('update');
">
Lucky Iron Updates
Sustainable Access to Nutrition in Rural Guatemala Through Collaboration
Apr 29, 25
|
3 min read
Read More
Lucky Iron Updates
How Lucky Iron Life is Advancing the SDGs Through the UN Global Compact
Sep 10, 24
|
3 min read
Read More
Lucky Iron Updates
Lucky Iron Life Launches Carbon Offsetting Program
Jun 4, 24
|
3 min read
Read More
Lucky Iron Updates
Meet our Summer 2024 Intern: Kaneera Uthayakumaran
May 31, 24
|
2 min read
Read More
Lucky Iron Updates
Winning the Small Business Big Impact Award from Meridian Credit Union
Apr 20, 24
|
2 min read
Read More
Lucky Iron Updates
Lucky Iron Fish Joins the Canadian Partnership of Women and Children’s Health (CanWaCH)
Oct 31, 22
|
2 min read
Read More
Lucky Iron Updates
Lucky Iron Fish is thrilled to welcome Dr. Dana Brown as the new board chair of the company
Jul 12, 22
|
2 min read
Read More
Lucky Iron Updates
Lucky Iron Fish Welcomes Anna Perinic to Board of Directors
Oct 27, 21
|
2 min read
Read More
Lucky Iron Updates
Lucky Iron Fish, completes Series A Funding with a new investment from Danone Communities to better help address iron deficiency
Oct 27, 21
|
5 min read
Read More








