Advertisement
Guest User

Untitled

a guest
Jun 25th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. let facts = [{
  2. id: 0,
  3. name: 'Pink and Proud of it',
  4. fact: 'Flamingos love to munch on foods like shrimp, snails, and algae. All these foods have a chemical that turns a flamingo’s feathers pink. The more of this chemical they eat, the stronger the colour of their feathers. That’s why flamingos in some parts of the world are brighter than others. And if a flamingo stops eating foods with this chemical, they lose their colour and can turn white. Flamingos really are what they eat!',
  5. image: 'shrimp'
  6. }, {
  7. id: 1,
  8. name: 'Flamingo chicks',
  9. fact: 'Flamingo chicks are born with grey and white feathers. They do not turn pink for a year or two. Their beaks are straight, and begin to curve as they grow and mature.',
  10. image: 'babyFlamingo'
  11. }, {
  12. id: 2,
  13. name: 'The Name of Flamingo',
  14. fact: 'The word "flamingo" comes from the Spanish and Latin word "flamenco" which means fire, and refers to the bright color of the birds' feathers.',
  15. image: 'fire'
  16. }, {
  17. id: 3,
  18. name: 'The Speed of Flamingo',
  19. fact: 'When flying in a flock, the top speed of a flamingo can be as high as 35 miles per hour (56 kilometers per hour).',
  20. image: 'speedFlamingo'
  21. }, {
  22. id: 4,
  23. name: 'The Greater Flamingo',
  24. fact: 'The greater flamingo is the largest flamingo species and can measure up to five feet tall when standing erect with its head raised, but only weighs a maximum of eight pounds. The lesser flamingo is the smallest flamingo and can reach three feet tall and typically weighs 3-6 pounds.',
  25. image: 'greaterFlamingo'
  26. }, {
  27. id: 5,
  28. name: 'Long Legs',
  29. fact: 'A adult flamingo's legs can be 30-50 inches long, which is longer than its entire body. Flamingos often stand on one leg to preserve body heat, tucking the other leg into their plumage so it is kept warm. They will alternate legs to regulate their body temperature..',
  30. image: 'longLegs'
  31. }, {
  32. id: 6,
  33. name: 'A long Life Time',
  34. fact: 'Flamingos have a wild lifespan of 20-30 years, but in captivity have been recorded as living up to 50 years or longer. Captive flamingos typically live longer because they are not subject to predators, poachers or other threats, and they receive excellent veterinary care and abundant food..',
  35. image: 'life'
  36. }, {
  37. id: 7,
  38. name: 'Who is the boss?',
  39. fact: 'The pinkest birds have the highest status in the colony as the bright colour shows that a particular individual is strong and good at finding food resources.',
  40. image: 'bossFlamingo'
  41. }, {
  42. id: 8,
  43. name: 'We are never alone',
  44. fact: ' Groups of flamingos are called colonies or flocks.',
  45. image: 'neverAlone'
  46. }, {
  47. id: 9,
  48. name: 'Let's go to the Beach',
  49. fact: 'The flamingo is the national bird of The Bahamas.'
  50. image: 'beach'
  51. }, {
  52. id: 10,
  53. name: 'More Flamingos!',
  54. fact: 'Flamingos are monogamous by nature, and only lay around one egg per year.'
  55. image: 'egg'
  56. }, {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement