This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <li class="news-item"> | |
| <div class="news-item-wrapper"> | |
| <img src="http://placehold.it/280x160/eee/000" alt=""> | |
| <div class="news-resume"> | |
| <h4 class="news-title">Título de la noticia</h4> | |
| </div> | |
| <h4 class="news-source">Fuente de la noticia</h4> | |
| <div class="news-over-resume"> | |
| <h4 class="news-source">The Economist / C. Megan</h4> | |
| <i class="icon-caret-right"></i> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| routes.MapRoute( | |
| name: "ArticleRoute", | |
| url: "n/{article_name}", | |
| defaults: new | |
| { | |
| controller = "Article", | |
| action = "Index", | |
| article_name = UrlParameter.Optional | |
| } | |
| ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "({"q":"Miami Beach","rid":"279319ea-58ef-45fa-a77e-45f236d58a6e","rc":"OK","r":[{"i":"0","f":"Miami Beach, Florida, United States of America","d":"<B>Miami</B> <B>Beach</B>, FL","id":"800071","t":"CITY","rt":"NEIGHBORHOOD","s":"Miami Beach","l":"Miami Beach, Florida, United States of America","ll":{"lat":"25.821671","lng":"-80.138091"},"a":"MIA","amc":"178286","c":"United States of America","cc":"US","ccc":"USA","pb":"false"},{"i":"1","f":"South Beach, Florida, United States of America","d":"South <B>Beach</B>, FL","id":"6138745","t":"CITY","rt":"NEIGHBORHOOD","s":"South Beach","l":"South Beach, Florida, United States of America","ll":{"lat":"25.784277","lng":"-80.133742"},"a":"MIA","amc":"178286","c":"United States of America","cc":"US","ccc":"USA","pb":"false"},{"i":"2","f":"North Miami Beach, Florida, United States of America","d":"North <B>Miami</B> <B>Beach</B>, FL","id":"55169","t":"CITY","rt":"CITY","s":"North Miami Beach","l":"North Miami Beach, Florida, United States of America","ll":{"lat":"25.9376 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var retailers_urlGet = "http://booking.com"; | |
| // Lets get retailers from backend API | |
| appAPI.request.get(retailers_urlGet, | |
| function(response, responseHeaders) | |
| { | |
| // Need to get these params from the response | |
| var src = $(response).find("input[name=src]").val(), | |
| error_url = $(response).find("input[name=error_url]").val(), | |
| dcid = $(response).find("input[name=dcid]").val(), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /************************************************************************************ | |
| This is your Page Code. The appAPI.ready() code block will be executed on every page load. | |
| For more information please visit our wiki site: http://docs.crossrider.com | |
| *************************************************************************************/ | |
| /* | |
| * Description: | |
| * This extension asynchronous requests to get data from and post data to any domain | |
| * (bypassing cross-domain browser restrictions), and handles the success/failure | |
| * of the request. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript"> | |
| var _gaq = _gaq || []; | |
| _gaq.push(['_setAccount', 'UA-36405293-1']); | |
| _gaq.push(['_setDomainName', 'bumbea.com']); | |
| _gaq.push(['_trackPageview']); | |
| (function() { | |
| var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | |
| ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="main-content"> | |
| <div class="thumbnail basic-information"> | |
| <h3 class="normal-h3">Políticas de Privacidad</h3> | |
| <p class="normal-paragraph"> | |
| Bumbea.com (en adelante la Empresa) está comprometido a garantizar la confidencialidad de sus servicios en línea. El usuario debe leer lo siguiente para entender el tratamiento que damos a su información personal cuando utiliza nuestros servicios. | |
| </p> | |
| <h3 class="normal-h3">Puntos que abarcan las Políticas de Privacidad</h3> | |
| <p class="normal-paragraph"> | |
| Esta política rige la forma y términos en que se tratarán los datos personales que se recaben, a fin de que los Usuarios determinen libre y voluntariamente si desean facilitar a la Empresa los Datos Personales que se les puedan requerir o que se puedan obtener de los Usuarios con ocasión del registro o participación en alguno de los servicios ofrecidos por la Empresa en o a través de su sitio (en adelante el Sitio). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <meta name="twitter:card" value="summary"> | |
| <meta name="twitter:url" value="http://bumbea.com"> | |
| <meta name="twitter:title" value="Bumbea! El mejor lugar para concretar tu compra."> | |
| <meta name="twitter:description" value="Tenemos información de miles de productos para que puedas tomar la mejor desicion a la hora de comprar. Bumbea es el mejor lugar para concretar tu desición de compra."> | |
| <meta name="twitter:image" value="http://bumbea.com/Content/static/img/resources/logo_mini.jpg"> | |
| <meta name="twitter:site" value="bumbea_com"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript"> | |
| var _gaq = _gaq || []; | |
| _gaq.push(['_setAccount', 'UA-36405293-1']); | |
| _gaq.push(['_trackPageview']); | |
| (function() { | |
| var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | |
| ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | |
| var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# website: http://ogp.me/ns/website#"> | |
| <title>Bumbea!</title> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-utf-8"> | |
| <meta http-equiv="Content-Language" content="es-ES"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <meta name="robots" content="index,follow"> | |
| <meta name="description" content="Tenemos información de miles de productos para que puedas tomar la mejor desicion a la hora de comprar. Bumbea es el mejor lugar para concretar tu desición de compra."> | |
| <meta name="keywords" content="comparar productos, comprar productos, decidir que comprar, informacion de productos para comprar"> | |
| <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"> |