xthyan

dojutestevent

Apr 25th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.65 KB | None | 0 0
  1. @extends('layout')
  2. @section('title'){{$words['metatitulo-testeventsjudo']}}@stop
  3. @section('canonical')<link rel="canonical" href="https://www.lima2019.pe/eventos-lima-2019/judo"/>@stop
  4. @section('alternate')<link rel="alternate" href="https://www.lima2019.pe/en/lima-2019-events/judo" hreflang="en"/>@stop
  5. @section('description'){{$words['metadescripcion-testeventsjudo']}}@stop
  6. @section('body_class') newsletter page b-white @stop
  7.  
  8. @section('microdatafbtw')
  9. <!-- Metadata -->
  10. <meta name="author" content="Lima 2019">
  11. <!-- FB -->
  12. <meta property="og:type" content="website">
  13. <meta property="og:url" content="{{$words['url-testeventsjudo']}}">
  14. <meta property="og:title" content="{{$words['metatitulo-testeventsjudo']}}">
  15. <meta property="og:image" content="{{$words['op-testevent-judo']}}">
  16. <meta property="og:description" content="{{$words['metadescripcion-testeventsjudo']}}">
  17. <!-- TW -->
  18. <meta name="twitter:card" content="summary">
  19. <meta name="twitter:url" content="{{$words['url-testeventsjudo']}}">
  20. <meta name="twitter:title" content="{{$words['metatitulo-testeventsjudo']}}">
  21. <meta name="twitter:image" content="{{$words['op-testevent-judo']}}">
  22. <meta name="twitter:description" content="{{$words['metadescripcion-testeventsjudo']}}">
  23.  
  24. <!-- FIN Metadata -->
  25. @stop
  26.  
  27. @section('content')
  28.  
  29.  
  30.  
  31. <style>
  32.  
  33. .sport {
  34. /*position: relative;
  35. overflow: hidden;*/
  36. padding-top: 20px;
  37. padding-bottom: 20px;
  38. }
  39.  
  40. .sport .sport-background {
  41. /*
  42. width: 100%;
  43. height: 450px;
  44. position: absolute;
  45. top: 0px;
  46. left: 0px;
  47. background-size: cover;
  48. z-index: 1;
  49. background-image: url('https://d1qv7178yd07uj.cloudfront.net/multimedia/evento-judo-rumbo-lima-2019-bg.jpg');
  50. background-position: 64% 50%;*/
  51. background-image: url("https://d1qv7178yd07uj.cloudfront.net/multimedia/evento-judo-rumbo-lima-2019-bg.jpg");
  52. height: 500px;
  53. background-attachment: fixed;
  54. background-position: 90% 50%;
  55. background-repeat: no-repeat;
  56. background-size: cover;
  57.  
  58. }
  59.  
  60. .sport .container {
  61. position: relative;
  62. min-height: 100%;
  63. }
  64.  
  65. .image-grid {
  66. margin-bottom: 5px;
  67. margin-left: -25px;
  68. overflow: hidden;
  69. }
  70.  
  71. .image-big {
  72. height: 500px;
  73. background: rgba(65, 145, 255, 1);
  74. }
  75.  
  76. .image-small {
  77. height: 248px;
  78. background: rgba(65, 145, 255, 1);
  79. }
  80.  
  81. .image-title-big {
  82. position: absolute;
  83. top: 460px;
  84. left: 15px;
  85. z-index: 1;
  86. color: #ffffff;
  87. letter-spacing: 1px;
  88. font-size: 18px;
  89. color: #FFFFFF;
  90. font-weight: 700;
  91. text-decoration: none;
  92. font-style: normal;
  93. font-variant: normal;
  94. }
  95.  
  96. .image-title-div {
  97. position: absolute;
  98. top: 210px;
  99. left: 20px;
  100. z-index: 1;
  101. color: #ffffff;
  102. letter-spacing: 1px;
  103. font-size: 18px;
  104. color: #FFFFFF;
  105. font-weight: 700;
  106. text-decoration: none;
  107. font-style: normal;
  108. font-variant: normal;
  109. }
  110.  
  111. .image-grid * {
  112. box-sizing: border-box;
  113. transition: all 0.5s ease;
  114. }
  115.  
  116. .image-grid img {
  117. width: 100%;
  118. height: 100%;
  119. }
  120.  
  121. .image-box img {
  122. width: 100%;
  123. height: 100%;
  124. position: relative;
  125. top: 0;
  126. left: 0;
  127. right: 0;
  128. z-index: 1;
  129. align-items: center;
  130. bottom: 0;
  131. display: flex;
  132. flex-direction: column;
  133. justify-content: center;
  134. }
  135.  
  136. .image-grid figcaption {
  137. position: absolute;
  138. top: 0;
  139. left: 0;
  140. right: 0;
  141. z-index: 1;
  142. align-items: center;
  143. bottom: 0;
  144. display: flex;
  145. flex-direction: column;
  146. justify-content: center;
  147. }
  148.  
  149. .image-grid p {
  150. margin: 0;
  151. opacity: 0;
  152. color: #ffffff;
  153. letter-spacing: 1px;
  154. -webkit-transform: translateY(-100%);
  155. transform: translateY(-100%);
  156. }
  157.  
  158. .image-grid a {
  159. position: absolute;
  160. top: 0;
  161. bottom: 0;
  162. left: 0;
  163. right: 0;
  164. z-index: 1;
  165. }
  166.  
  167. .image-grid:hover>img,
  168. .image-grid.hover>img {
  169. opacity: 0.2;
  170. }
  171.  
  172. .image-grid:hover p {
  173. -webkit-transform: translateY(0);
  174. transform: translateY(0);
  175. opacity: 1;
  176. }
  177.  
  178. .title-table {
  179. margin-top: 20px;
  180. margin-bottom: 20px;
  181. }
  182.  
  183. .title-table h2 {
  184. font-size: 3.8em;
  185. font-weight: 800;
  186. }
  187.  
  188. .title-table p {
  189. font-size: 1.8em;
  190. font-weight: normal;
  191. }
  192.  
  193. table {
  194. border-collapse: inherit;
  195. width: 100%;
  196. border-bottom: 4px dotted #CC0083;
  197. }
  198.  
  199. th {
  200. text-align: center;
  201. padding: 18px;
  202. }
  203.  
  204. td {
  205. text-align: center;
  206. font-size: 1.8em;
  207. padding: 18px;
  208. }
  209.  
  210. tr:nth-child(even) {
  211. background-color: #ffffff;
  212. }
  213.  
  214.  
  215.  
  216. @media (min-width: 992px) {
  217. .sport {
  218. height: calc(75vh - 80px);
  219. }
  220. }
  221.  
  222. h1 {
  223. color: #008bc7;
  224. font-family: GOTHAM-L;
  225. }
  226.  
  227. .box1 p {
  228. margin: 0 auto;
  229. padding-top: 30px;
  230. font-size: 18px;
  231. text-align: justify;
  232. }
  233.  
  234. th span {
  235. font-size: 30px;
  236. }
  237.  
  238. .triangulo {
  239. width: 0;
  240. height: 0;
  241. border-right: 30px solid transparent;
  242. border-bottom: 0px solid transparent;
  243. border-left: 30px solid transparent;
  244. border-top: 25px solid #ffcb37;
  245. margin: 0 auto;
  246. }
  247.  
  248. .boton-participa1 {
  249. width: 180px;
  250. height: 180px;
  251. margin: 0 auto;
  252. border-radius: 50%;
  253. background-color: white;
  254. display: flex;
  255. justify-content: center;
  256. align-items: center;
  257. border: solid 4px #0c8fff;
  258. text-align: center;
  259. }
  260.  
  261. .boton-participa2 {
  262. width: 150px;
  263. height: 150px;
  264. background-color: #0c8fff;
  265. margin: 0 auto;
  266. color: white;
  267. font-size: 20px;
  268. border-radius: 50%;
  269. display: flex;
  270. justify-content: center;
  271. align-items: center;
  272. }
  273.  
  274. .boton-participa0 {
  275. margin: 60px;
  276. }
  277.  
  278. .boton-participa2:before,
  279. .boton-participa2:after {
  280. position: absolute;
  281. background-color: #0c8fff;
  282. width: 90px;
  283. height: 90px;
  284. border-radius: 50%;
  285. z-index: -1
  286. }
  287.  
  288. .boton-participa2:before {
  289. content: "";
  290. animation-name: onda;
  291. animation-duration: 3s;
  292. animation-timing- function: ease;
  293. animation-iteration-count: infinite;
  294. }
  295.  
  296. .boton-participa2:after {
  297. content: "";
  298. animation-name: onda;
  299. animation-duration: 3s;
  300. animation-timing-function: ease;
  301. animation-delay: -0.5s;
  302. animation-iteration-count: infinite;
  303. }
  304.  
  305. .title-gallery {
  306. background: red;
  307. height: auto;
  308. width: auto;
  309. padding: 5px;
  310. top: 12px;
  311. position: absolute;
  312. border-radius: 0 0 7px;
  313. color: white;
  314. z-index: 1;
  315. }
  316.  
  317.  
  318. .cc-par {
  319. background-image: url("https://d1qv7178yd07uj.cloudfront.net/multimedia/videna-parallax.jpg");
  320. height: 500px;
  321. background-attachment: fixed;
  322. background-position: 50% 50%;
  323. background-repeat: no-repeat;
  324. background-size: cover;
  325. }
  326.  
  327. .cc-par-2{
  328. width: 100%;
  329. height: 500px;
  330. }
  331.  
  332. .cc-par-2 img{
  333. width: 100%;
  334. margin-bottom: 0 auto;
  335. position: relative;
  336. top: 32%;
  337. }
  338.  
  339.  
  340.  
  341. @media (max-width: 414px) {
  342. .image-title-div{
  343. top: 160px;
  344. left: 40px;
  345.  
  346. }
  347. .image-title-big {
  348. top: 160px;
  349. font-size: 18px;
  350. }
  351.  
  352. .image-big {
  353. height: 200px;
  354. }
  355.  
  356. .image-small {
  357. height: 200px;
  358. }
  359.  
  360. .image-grid {
  361. margin-bottom: 5px;
  362. margin-left: 0;
  363. }
  364. .cc-par-2{
  365. height: 300px;
  366. }
  367.  
  368. .cc-par-2 img{
  369. width: 100%;
  370. top: 38%;
  371. }
  372. .cc-par {
  373. background-size: cover;
  374. height: 300px;
  375. }
  376. .sport .sport-background {
  377. height: 240px;
  378. position: relative;
  379. background-size: cover;
  380. background-position: 50% 50%;
  381. z-index: 1;
  382. margin-top: -10px;
  383. background-attachment: inherit !important;
  384. background-image: url('https://d1qv7178yd07uj.cloudfront.net/multimedia/bg-rumbo-lima-2019-mob.jpg');
  385. }
  386. .square3 {
  387. position: relative;
  388. min-height: 280px;
  389. display: block;
  390. }
  391. .box {
  392. min-height: 40px;
  393. }
  394. th {
  395. text-align: center;
  396. padding: 18px;
  397. }
  398. td {
  399. text-align: center;
  400. font-size: 1em;
  401. padding: 18px;
  402. }
  403. .title-table h2 {
  404. font-size: 2.4em;
  405. font-weight: 800;
  406. }
  407. .title-table p {
  408. font-size: 1em;
  409. font-weight: normal;
  410. }
  411. }
  412.  
  413.  
  414. @keyframes onda {
  415. from {
  416. transform: scale(0.7);
  417. opacity: 1;
  418. }
  419. to {
  420. transform: scale(3);
  421. opacity: 0;
  422. }
  423. }
  424. .bg{
  425. background-size: cover;
  426. background-position: 90% 50%;
  427. }
  428.  
  429. </style>
  430.  
  431. <div class="sport">
  432. <div class="sport-background"></div>
  433. </div>
  434.  
  435. <div class="container">
  436. <nav aria-label="breadcrumb">
  437. <ol class="breadcrumb">
  438. <li class="breadcrumb-item"><a href="/" id="para">{{$words['bg-ceremonias-interna-miga-inicio']}}</a></li>
  439. <li class="breadcrumb-item"><a href="{{ route('test-events')}}" id="para">Rumbo a Lima 2019</a></li>
  440. <li class="breadcrumb-item active" aria-current="page">Campeonato Panamericano de Judo</li>
  441. </ol>
  442. </nav>
  443.  
  444.  
  445.  
  446. <div class="text-center">
  447. <div class="box1">
  448. <h1 class="blue">CAMPEONATO PANAMERICANO DE JUDO MAYORES 2019</h1>
  449. <p>Comencemos a vivir la fiesta deportiva más grande del continente en el Panamericano de Judo Mayores 2019 <a href="https://twitter.com/hashtag/RumboLima2019" target="_blank" rel="nofollow">#RumboALima2019</a>. <strong>Del 24 de abril al 28 de abril</strong>, podrás conocer antes que nadie al nuevo campeón de los Juegos Panamericanos. <strong>450 atletas participantes de este evento buscan su clasificatoria a Lima 2019 y sumar puntos para ¡Tokio 2020!</strong></p>
  450. <p>Aprovecha este evento organizado en conjunto con la Federación Peruana de Judo para conocer a tu favorito y alentarlo en Lima 2019. ¡Las entradas son libres!</p>
  451. </div>
  452.  
  453. <div class="row text">
  454. <!--div class="boton-participa0">
  455. <div class="boton-participa1">
  456. <div class="boton-participa2">Participa por entradas aquí</div>
  457. </div>
  458. </div-->
  459.  
  460. <table class="title-table">
  461. <tr>
  462. <th>
  463. <span>Participantes</span>
  464. <div class="triangulo"></div>
  465. <br>
  466. <p>41 delegaciones – 450 Atletas</p>
  467. </th>
  468. <th>
  469. <span>Fecha</span>
  470. <div class="triangulo"></div>
  471. <br>
  472. <p>24 de abril al 28 de abril</p>
  473. </th>
  474. </tr>
  475. </table>
  476.  
  477. <table class="title-table">
  478. <tr>
  479. <th>
  480. <span>Lugar del Evento</span>
  481. <div class="triangulo"></div>
  482. <br>
  483. <p>Polideportivo 1 – Videna (Puerta 1)</p>
  484. </th>
  485. </tr>
  486. </table>
  487. </div>
  488. </div>
  489. </div>
  490.  
  491. {!!$words['TE-JUDO-STREAM1']!!}
  492.  
  493.  
  494. <div class="blue-points">
  495. <div class="content">
  496. <div class="container">
  497. <div class="box2">
  498. <h3>REVIVE LO QUE PASÓ EN EL DÍA<br>(HIGHLIGHTS)</h3>
  499.  
  500. <div class="col-md-8 col-xs-12">
  501. <div class="row">
  502. <div class="col-md-6 col-xs-12">
  503. <div class="image-small image-grid" data-ytmodal="wBZWkMSO3bI">
  504. <img class="bg" style="background-image: url('https://d1qv7178yd07uj.cloudfront.net/multimedia/jugamos-todos-lima-2019.jpg'); background-repeat: no-repeat;background-position: center;" data-image="https://d1qv7178yd07uj.cloudfront.net/multimedia/jugamos-todos-lima-2019.jpg"></img>
  505. <span class="hide slide-image" data-image="https://d1qv7178yd07uj.cloudfront.net/multimedia/jugamos-todos-lima-2019.jpg" data-title="title">
  506. description</span>
  507. <figcaption>
  508. <p><i class="fa fa-youtube-play" aria-hidden="true"></i></p>
  509. <div class="image-title-div">Video 1</div>
  510. </figcaption>
  511. </div>
  512. </div>
  513.  
  514. <div class="col-md-6 col-xs-12">
  515. <div class="image-small image-grid" data-ytmodal="wBZWkMSO3bI">
  516. <img class="bg" style="background-image: url('https://d1qv7178yd07uj.cloudfront.net/multimedia/jugamos-todos-lima-2019.jpg'); background-repeat: no-repeat;background-position: center;" data-image="https://d1qv7178yd07uj.cloudfront.net/multimedia/jugamos-todos-lima-2019.jpg"></img>
  517. <span class="hide slide-image" data-image="https://d1qv7178yd07uj.cloudfront.net/multimedia/jugamos-todos-lima-2019.jpg" data-title="title">
  518. description</span>
  519. <figcaption>
  520. <p><i class="fa fa-youtube-play" aria-hidden="true"></i></p>
  521. <div class="image-title-div">Video 2</div>
  522. </figcaption>
  523. </div>
  524. </div>
  525.  
  526. <div class="col-md-6 col-xs-12">
  527. <div class="image-small image-grid" data-ytmodal="wBZWkMSO3bI">
  528. <img class="bg" style="background-image: url('https://d1qv7178yd07uj.cloudfront.net/multimedia/jugamos-todos-lima-2019.jpg'); background-repeat: no-repeat;background-position: center;" data-image="https://d1qv7178yd07uj.cloudfront.net/multimedia/jugamos-todos-lima-2019.jpg"></img>
  529. <span class="hide slide-image" data-image="https://d1qv7178yd07uj.cloudfront.net/multimedia/jugamos-todos-lima-2019.jpg" data-title="title">description</span>
  530. <figcaption>
  531. <p><i class="fa fa-youtube-play" aria-hidden="true"></i></p>
  532. <div class="image-title-div">Video 3</div>
  533. </figcaption>
  534. </div>
  535. </div>
  536.  
  537. <div class="col-md-6 col-xs-12">
  538. <div class="image-small image-grid" data-ytmodal="wBZWkMSO3bI">
  539. <img class="bg" style="background-image: url('https://d1qv7178yd07uj.cloudfront.net/multimedia/jugamos-todos-lima-2019.jpg'); background-repeat: no-repeat;background-position: center;" data-image="https://d1qv7178yd07uj.cloudfront.net/multimedia/jugamos-todos-lima-2019.jpg"></img>
  540. <span class="hide slide-image" data-image="https://d1qv7178yd07uj.cloudfront.net/multimedia/jugamos-todos-lima-2019.jpg" data-title="title">
  541. description</span>
  542. <figcaption>
  543. <p><i class="fa fa-youtube-play" aria-hidden="true"></i></p>
  544. <div class="image-title-div">Video 4</div>
  545. </figcaption>
  546. </div>
  547. </div>
  548. </div>
  549. </div>
  550.  
  551. <div class="col-md-4 col-xs-12">
  552. <div class="image-big image-grid" data-ytmodal="wBZWkMSO3bI">
  553. <img class="bg" style="background-image: url('https://d1qv7178yd07uj.cloudfront.net/multimedia/jugamos-todos-lima-2019.jpg'); background-repeat: no-repeat;background-position: center;" data-image="https://d1qv7178yd07uj.cloudfront.net/multimedia/jugamos-todos-lima-2019.jpg"></img>
  554. <span class="hide slide-image" data-image="https://d1qv7178yd07uj.cloudfront.net/multimedia/jugamos-todos-lima-2019.jpg" data-title="title">
  555. description</span>
  556. <figcaption>
  557. <p><i class="fa fa-youtube-play" aria-hidden="true"></i></p>
  558. <div class="image-title-big">Video 5</div>
  559. </figcaption>
  560. </div>
  561. </div>
  562. </div>
  563. </div>
  564. </div>
  565. </div>
  566.  
  567.  
  568.  
  569. <section >
  570. <div class="cc-par">
  571. <div clas="cc-par-1" >
  572. <!---img src="https://d1qv7178yd07uj.cloudfront.net/multimedia/img-parallax-rumbo-lima-2019.png" alt="Rumbo a Lima 2019" -->
  573. <div class="visible-md visible-lg cc-par-2"><img src="https://d1qv7178yd07uj.cloudfront.net/multimedia/img-parallax-rumbo-lima-2019.png" alt="Rumbo a Lima 2019"></div>
  574. <div class="visible-sm visible-xs cc-par-2"><img src="https://d1qv7178yd07uj.cloudfront.net/multimedia/img-parallax-rumbo-lima-2019-mob.png" alt="Rumbo a Lima 2019"></div>
  575. </div>
  576. </div>
  577. </section>
  578.  
  579. <div class="blue-points">
  580. <div class="content">
  581. <div class="container">
  582. <div class="box2">
  583. <h4>GALERÍA DE FOTOS</h4>
  584. <div class="row">
  585.  
  586. <div class="col-md-5 col-xs-12">
  587. <div class="image-big image-grid" data-gallery="">
  588. <img class="bg" style="background-image: url('https://d1qv7178yd07uj.cloudfront.net/multimedia/judo-mosaico1.jpg'); background-repeat: no-repeat;background-position: center;"></img>
  589. <span class="hide slide-image" data-image="https://d1qv7178yd07uj.cloudfront.net/multimedia/judo-mosaico1.jpg" data-title="title">
  590. description
  591. </span>
  592.  
  593. <figcaption>
  594. <p><i class="fa fa-file-image-o" aria-hidden="true"></i></p>
  595. <div class="image-title-big">
  596. Día 1
  597. </div>
  598. </figcaption>
  599. </div>
  600. </div>
  601.  
  602.  
  603. <div class="col-md-7 col-xs-12">
  604. <div class="row">
  605.  
  606. <div class="col-md-7 col-xs-12">
  607. <div class="image-small image-grid" data-gallery="">
  608. <img class="bg" style="background-image: url('https://d1qv7178yd07uj.cloudfront.net/multimedia/judo-mosaico2.jpg'); background-repeat: no-repeat;background-position: center;"></img>
  609. <span class="hide slide-image" data-image="https://d1qv7178yd07uj.cloudfront.net/multimedia/judo-mosaico2.jpg" data-title="title">
  610. description
  611. </span>
  612. <figcaption>
  613. <p><i class="fa fa-file-image-o" aria-hidden="true"></i></p>
  614. <div class="image-title-div">
  615. Día 2
  616. </div>
  617. </figcaption>
  618.  
  619. </div>
  620. </div>
  621.  
  622.  
  623.  
  624. <div class="col-md-5 col-xs-12">
  625. <div class="image-small image-grid" data-gallery="">
  626. <img class="bg" style="background-image: url('https://d1qv7178yd07uj.cloudfront.net/multimedia/judo-mosaico3.jpg'); background-repeat: no-repeat;background-position: center;"></img>
  627. <span class="hide slide-image" data-image="https://d1qv7178yd07uj.cloudfront.net/multimedia/judo-mosaico3.jpg" data-title="title">
  628. description
  629. </span>
  630. <figcaption>
  631. <p><i class="fa fa-file-image-o" aria-hidden="true"></i></p>
  632. <div class="image-title-div">
  633. Día 3
  634. </div>
  635. </figcaption>
  636. </div>
  637. </div>
  638.  
  639.  
  640.  
  641. <div class="col-md-5 col-xs-12">
  642. <div class="image-small image-grid" data-gallery="">
  643. <img class="bg" style="background-image: url('https://d1qv7178yd07uj.cloudfront.net/multimedia/judo-mosaico4.jpg'); background-repeat: no-repeat;background-position: center;"></img>
  644. <span class="hide slide-image" data-image="https://d1qv7178yd07uj.cloudfront.net/multimedia/judo-mosaico4.jpg" data-title="title">
  645. description
  646. </span>
  647. <figcaption>
  648. <p><i class="fa fa-file-image-o" aria-hidden="true"></i></p>
  649. <div class="image-title-div">
  650. Día 4
  651. </div>
  652. </figcaption>
  653. </div>
  654. </div>
  655.  
  656.  
  657.  
  658. <div class="col-md-7 col-xs-12">
  659. <div class="image-small image-grid" data-gallery="">
  660. <img class="bg" style="background-image: url('https://d1qv7178yd07uj.cloudfront.net/multimedia/judo-mosaico5.jpg'); background-repeat: no-repeat;background-position: center;"></img>
  661. <span class="hide slide-image" data-image="https://d1qv7178yd07uj.cloudfront.net/multimedia/judo-mosaico5.jpg" data-title="title">
  662. description
  663. </span>
  664. <figcaption>
  665. <p><i class="fa fa-file-image-o" aria-hidden="true"></i></p>
  666. <div class="image-title-div">
  667. Día 5
  668. </div>
  669. </figcaption>
  670.  
  671. </div>
  672. </div>
  673. </div>
  674. </div>
  675. </div>
  676. </div>
  677. </div>
  678. </div>
  679. </div>
  680.  
  681.  
  682.  
  683.  
  684.  
  685. <!-- <div class="box3">
  686. <div id="map-container-google-1" class="z-depth-1-half map-container">
  687. <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3901.654382045209!2d-77.03591788459768!3d-12.067284345569464!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x9105c8eb498672dd%3A0xefa377174834b5d7!2sEstadio+Nacional!5e0!3m2!1ses!2spe!4v1548567027178" frameborder="0"
  688. style="border:0" allowfullscreen></iframe>
  689. </div>
  690. </div> -->
  691.  
  692. @stop
Add Comment
Please, Sign In to add comment