Looking for someone to connect with and get to know, build something real from there and hold each other down
// Additional CSS/JS for profile page $additional_css = [ 'https://unpkg.com/aos@2.3.1/dist/aos.css', 'https://cdn.jsdelivr.net/npm/glightbox/dist/css/glightbox.min.css' ]; $additional_js = [ 'https://unpkg.com/aos@2.3.1/dist/aos.js', 'https://cdn.jsdelivr.net/gh/mcstudios/glightbox/dist/js/glightbox.min.js' ]; // Structured Data JSON $structured_data = [ "@context" => "https://schema.org", "@type" => "Person", "name" => $profile['name'], "description" => $meta_description, "image" => $profile_image, "url" => BASE_URL . 'penpal/' . urlencode($slug), ]; if ($profile['age']) { $structured_data['age'] = (int)$profile['age']; } if ($profile['gender']) { $structured_data['gender'] = $profile['gender']; } $structured_data['address'] = [ "@type" => "PostalAddress", "addressCountry" => "US" ]; if ($profile['state']) { $structured_data['address']['addressRegion'] = $profile['state']; } include 'includes/header.php'; ?>
Looking for someone to connect with and get to know, build something real from there and hold each other down
Send your letter to this address: