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');
">
Current Events
Unlocking Potential: Economic Power Through Gender Equality
Sep 23, 24
|
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
Impact Work
Strengthening Nutrition in Benin Through Collaborative Programming
Aug 8, 24
|
5 min read
Read More
Iron Info
Feeling Low? The Hidden Link Between Low Iron And Mental Health
Jul 23, 24
|
3 min read
Read More
Iron Info
Child Food Poverty Is Not Confined To Low-Income Households, UNICEF Report Confirms
Jun 20, 24
|
3 min read
Read More
Iron Info
Bridging the Gap: Addressing healthcare disparities and NAID
Jun 11, 24
|
4 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








