⛧☾༺♰༻☽⛧☾༺♰༻☽⛧
Dox by: DxwnMyReps // his girl
⛧☾༺♰༻☽⛧☾༺♰༻☽⛧

      。 ₊°༺❤︎༻°₊ 。
       Personal info
      。 ₊°༺❤︎༻°₊ 。

⛧**Name:** Nicholas Crowder

⛧**Age:** 22

⛧**Date of Birth:** January 3, 2002

⛧**Email:** nicholascrowder@gmail.com

⛧**Address:** 1333 Elm St, Quincy, IL 62301

⛧**Girlfriend:** Samantha Leverton

⛧**Relatives:** Amanda Crowder, Andrew Lyons, Jeri Calaway, Larry Crowder, Stephen Crowder, Adam Crowder, Amy Wagner, Estella Crowder, Jeffrey Calaway, Jennifer Lyons, Kathy Veihl, Kelli Lyons, Larry Crowder, Michael Calaway

⛧**Education:** Quincy Senior High School

⛧Pics of him:  https://www.facebook.com/share/sLyAUT65ZbE8iK1Q/?mibextid=QwDbR1

https://www.facebook.com/photo.php?fbid=
1006590140745719&set=a.104623407609068&type=3&mibextid=QwDbR1

https://www.facebook.com/share/5aVr54dAVGknEdH3/?mibextid=QwDbR1

https://www.facebook.com/share/AtvTg1WEUbWPzoDs/?mibextid=QwDbR1

https://www.wcoy.com/eventspromos.html?promo=15018

https://www.facebook.com/share/LU45X8uam7FKnHLv/?mibextid=QwDbR1


           。 ₊°༺❤︎༻°₊ 。
              SOCIALS 
            。 ₊°༺❤︎༻°₊ 。

⛧https://www.instagram.com/cloudy.hvh?igsh=djZpeGd1OGYwMGw4https://t.snapchat.com/ZJaa3CSkhttps://www.facebook.com/nick.crowder.946?mibextid=JRoKGihttps://www.buzznet.com/author/nicholascrowder/https://www.buzznet.com/author/cloudy.hwh/https://www.buzznet.com/author/nickcrowder2024/https://www.buzznet.com/author/Nick Crowder /  

⛧https://www.buzznet.com/author/Cipherlulz/https://cloudy.hvh.carrd.cohttps://www.castingcall.club/cloudy.hvhhttps://www.chess.com/member/nicholascrowderhttps://www.etsy.com/people/nicholascrowderhttps://friendfinder.com/profile/Nick Crowder  

⛧ https://giters.com/nicholascrowderhttps://github.com/nicholascrowderhttps://ifttt.com/p/cloudy.hthhttps://jsfiddle.net/user/cloudy.hh/https://www.kaggle.com/nicholascrowderhttps://www.moxfield.com/users/Nick Crowder  

⛧https://www.openstreetmap.org/user/cloudy.hwhhttps://www.paypal.com/paypalme/nicholascrowderhttps://www.pillowfort.social/cloudy.hvhhttps://psnprofiles.com/xhr/search/users?q=Nick Crowder  

⛧https://poshmark.com/closet/nicholascrowderhttps://www.slideshare.net/nicholascrowderhttps://www.snapchat.com/add/nickcrowder2024https://suzuri.jp/cloudy.hvhhttps://www.tiktok.com/@nicholascrowder?lang=enhttps://tryhackme.com/api/user/exist/Cipherlulzhttps://web.archive.org/web/*/https://twitter.com/Cipherlulz/status/*  

⛧ https://www.wordnik.com/users/Nick Crowder  

⛧https://www.youtube.com/@nicholascrowder 

           。 ₊°༺❤︎༻°₊ 。
             Email Info 
            。 ₊°༺❤︎༻°₊ 。

#include <iostream>
#include <map>

int main() {
    std::string prefix = "⛧";

    std::map<std::string, std::string> services = {
        {prefix + "Google Maps", prefix + "https://www.google.com/maps/contrib/101379307310591341858"},
        {prefix + "Google Calendar", prefix + "https://calendar.google.com/calendar/u/0/embed?src=nicholascrowder@gmail.com"},
        {prefix + "Google Plus Archive", "None"}
    };

    std::map<std::string, std::string> userInfo = {
        {"Email", prefix + "nicholascrowder@gmail.com"},
        {"Photo", prefix + "https://lh3.googleusercontent.com/a-/ALV-UjXKPCWi4BQX9Pnug_XnpbNUuTuoz2TOPk0Bb3HECR8x"},
        {"ID", prefix + "101379307310591341858"},
        {"Last Update", prefix + "2023-03-25 17:05:56 (UTC)"}
    };

    userInfo["Services"] = prefix + "Services";
    
    for (const auto& entry : services) {
        userInfo["Services"] += "\n" + entry.first + ": " + entry.second;
    }

    // Printing user info
    std::cout << "User Information:\n";
    std::cout << "-----------------\n";
    for (const auto& entry : userInfo) {
        std::cout << entry.first << ": " << entry.second << std::endl;
    }

    return 0;
}