data.php 1.4 KB

123456789101112131415161718192021222324252627282930313233
  1. <?php
  2. $data = [
  3. "name" => "Gasteizko Margolariak",
  4. "description" => "Cuadrilla de Blusas y Neskas Gasteizko Margolariak",
  5. "contact" => [
  6. "phone" => "+34 637140371",
  7. "mail" => "gasteizkomargolariak@gmail.com",
  8. ],
  9. "registry" => [
  10. "name" => "Asociaci&oacute;n Cultural Recreativa Gasteizko Margolariak",
  11. "number" => "AS/A/17445/2013",
  12. "constitution_date" => "2013-02-18",
  13. "registry_date" => "2013-04-10",
  14. "city" => "Vitoria-Gasteiz",
  15. "county" => "&Aacute;lava",
  16. "country" => "Espa&ntilde;a",
  17. "type" => "Cultura General",
  18. "target" => "Desarrollar actividades de carecter socio-cultural, que favorezcan la participaci&oacute;n social en el &aacute;mbito municipal y regional.",
  19. ],
  20. "social" => [
  21. "facebook" => "https://www.facebook.com/gmargolariak",
  22. "twitter" => "https://twitter.com/gmargolariak",
  23. "youtube" => "https://www.youtube.com/user/GasteizkoMargolariak",
  24. "instagram" => "https://instagram.com/gmargolariak/",
  25. ],
  26. "app" => [
  27. "android" => "https://play.google.com/store/apps/details?id=com.ivalentin.margolariak",
  28. "ios" => "https://itunes.apple.com/us/app/gasteizko-margolariak/id1227846624"
  29. ]
  30. ];
  31. ?>