Photographer: Giuliano Bekor Make up: Kimberly Pletz using MAC and Armani Hair: Ramiro Rodriguez using Bumble & Bumble Model: Masha Rudenko @ Photogencis Media NY/LA
Face: Cre’me De La Mer Moisture & La Mer radiant concealer in “light” Eyes: Makeup Forever Flash color case in “Bleu/510” with Armani gloss in crystal Lips: Lipstick Queen Chinatown Glossy Pencil in “Crime”Face: Cre’me De La Mer Moisture & La Mer radiant concealer in “light” Eyes: Makeup Forever Flash color case in “Blanc/ 070” with Christian Dior 360 Mascara over cream & around eye Lip: Makeup Forever Flash color case in “Corail/T449”Face: Cre'me De La Mer Moisture & La Mer radiant concealer in "light" Lips: Makeup Forever Flash color case in "Noir/071" Nails: OPI nail polish in "Black Onyx"
Related
document.addEventListener('DOMContentLoaded', function() {
// Get all pagination links
const paginationLinks = document.querySelectorAll('.pagination a');
paginationLinks.forEach(link => {
link.addEventListener('click', function(e) {
// Prevent default action
e.preventDefault();
// Fetch the href of the clicked link
let url = this.getAttribute('href');
// Adjust the URL for front-page pagination if needed
if (window.location.pathname === '/' || window.location.pathname === '/index.php') {
if (!url.includes('paged')) {
url += (url.includes('?') ? '&' : '?') + 'paged=1';
}
}
// Redirect to the adjusted pagination URL
window.location.href = url;
});
});
});