// **Group members profiles**   
// Each profile consists of (1) avatar, (2) username, (3) personal description, (4) number of "likes" the profile will receive throughout the interaction
	
window.others = {
  "posts" : [
      {
        "avatar": "avatars/others/george.png",
        "username": "B",
        "text": "Hey everyone, I am a full-time psychology student, part-time videographer, and enthusiastic hip hop rap rnb music producer, currently working on an album. I love cooking, watching movies, enjoying good coffee. Further, I am currently planning to book a trip to Sicily which I would love to explore.",
        "likes": [45000, 50000, 110000, 150000] //4
      },
      {
        "avatar": "avatars/others/sarah.png",
        "username": "Kay",
        "text": "Heey, i sometimes can be an all over the place person, but that’s what keeps me and others on their toes haha. I’m very into arts - photography, painting or anything creative really. My full mom potential can be seen when taking care of my plant babies or cooking hahah	",
        "likes": [12000, 14000,15000,35000,80000,100000,110000,150000,20000] //9
      },
      {
        "avatar": "avatars/others/john.png",
        "username": "Xander20",
        "text": "Hello im Xander20, 20 years old from Leiden. I enjoy sports, mainly basketball and fitness right now but open to do something else too! Im currently studying in Amsterdam and enjoying it :)",
		    "likes": [20000, 21000] //2
      },
      {
        "avatar": "avatars/others/anca.png",
        "username": "AncaD",
        "text": "I am a very talkative person who likes to communicate with others. I am epathetic and I like to help others. I really enjoy doing sports and taking walks with my dog. I like to hang out with my boyfriend and my friends.",
        "likes": [10000, 12000, 40000, 80000, 120000] //5
      },
      {
        "avatar": "avatars/others/niki.png",
        "username": "Omar",
        "text": "I’m not very good at this but hi :) I’m here to just get some inspiration and maybe even share some things about my life as well. I’m a student in Amsterdam and I love finding cool spots (especially coffee places) where you can just enjoy yourself.",
        "likes": [40000, 450000, 90000, 100000, 150000, 155000] //6
      },
    {
        "avatar": "avatars/others/mary.png",
        "username": "Defne",
        "text": "Hi! My name is Defne I'm currently a Psychology student in Amsterdam. I'm originally from Istanbul but have also lived in Berlin for a bit. I'm interested in politics, trash TV and talking about the randomest topics with friends.",
        "likes": [20000, 25000, 95000] //3
      },
      {
        "avatar": "avatars/others/lauren.png",
        "username": "Laura",
        "text": "Hey, I'm Laura. Most of the time i'm a hopeless romantic dreamer, but also a good and loyal friend. I love pretending to be in a movie scene when sitting in a train. I love talking, writing and media in general. Hope you see me as a reporter on TV one day	",
        "likes": [12000, 38000] //1
      },
          {
        "avatar": "avatars/others/arjen.png",
        "username": "David",
        "text": "Hey everyone! I'm a 22-year-old Belgian guy with a deep passion for spoken word poetry and helping others find their path in life. When I'm not crafting powerful stories through my words, I enjoy sharing my life experiences and offering guidance to those who seek it. In my spare time, you'll find me exploring the vibrant city life, connecting with new people, and indulging in the flavors of all kinds of cuisine.",
        "likes": [10000, 50000, 88000, 11000, 11500, 120000, 15000] //7
      },
      {
        "avatar": "avatars/others/heather.png",
        "username": "Psych123",
        "text": "Hi guys, nice to meet you! I would describe myself as a rather creative person. I especially like crocheting, drawing, and pottery. I also enjoy to read a lot in my free time, both - fictional and nonfictional books. And my absolute favorite place to be in the world is outside, surrounded by nature. Preferably by myself :)",
        "likes": [12000, 40000, 120000] //3
      },
      {
        "avatar": "avatars/others/jane.png",
        "username": "Kiara",
        "text": "Hi, I’m Kiara. Live in Amsterdam. Scorpio. There's nothing much to say about me. I like art and videogames.",
        "likes": [13000, 50000, 80000, 88000, 120000] //5
      },
      {
        "avatar": "avatars/others/kim.png",
        "username": "Marijn",
        "text": "Marijn	Hello everyone, my name is Marijn. Im from holland but due to my dads job I’ve lived all over the world. I can find interest in anything and everything but music and soccer are closest to my heart. My friends are really important to me and i hope to make many more!",
        "likes": [10000, 50000] //6
      },

    ]
  };