Files
dojo/templates/home/home.html.ep

73 lines
2.4 KiB
Plaintext
Raw Permalink Normal View History

2019-03-12 19:20:30 -06:00
%stash css=>[ "/home/home/animation.css", "/home/home/grid.css", "/home/home/head.css", "/home/home/osc.css", "/home/home/trans.css" ];
2019-03-14 03:19:54 -06:00
%stash js=>["/home/home/d3_tras.js","/home/home/fb.js","/home/home/bcast.js"];
2018-07-13 19:06:08 -05:00
<section id="ihead">
2018-08-15 02:47:30 -05:00
<div id="courtain">
<div class="logo"></div>
<div class=dotsw>
<div class=dots> </div>
<div class=dots> </div>
<div class=dots> </div>
<div class=dots> </div>
</div>
</div>
2018-07-13 19:06:08 -05:00
<article class="mod">
<p class="mod"> <%= $mod %> </p>
</article>
2018-08-14 02:33:30 -05:00
<article class="broadcast">
<p class="broadcast">Estamos practicando ahora</p>
<p class="broadcast">¡Acompáñanos!</p>
</article>
2018-07-13 19:06:08 -05:00
</section>
2019-03-05 17:33:39 -06:00
<section id="sadown" class="adown"> <p class="adown">Desplázate hacia abajo</p><article class="adown"></article></section>
2018-07-13 19:06:08 -05:00
<section id="trs" class="trans flex">
<article class="vdg"></article>
<article id=tcurt" class="trans">
<p class="bold">Explora y Encuentra</p>
<p class="light">Aquello que buscas</p>
<p class="superlight">+++</p>
</article>
<section class="gap">
</section>
</section>
<section class="content"><article class="content flex">
<article class="box-4 yt">
<iframe id="evideo"
2018-07-18 04:28:26 -05:00
src="https://www.youtube.com/embed/<%= $yt %> " allowfullscreen>
2018-07-13 19:06:08 -05:00
</iframe>
</article>
<div class="group flex">
<article class="box-2 fb">
2018-07-18 04:28:26 -05:00
<div class="fb-post" id="fbdiv" data-href="<%= $fb %>"
2018-07-13 19:06:08 -05:00
data-width="450" data-show-text="true"></div>
</article>
<article class="box-1 sc">
<%== $sc %>
</article>
<article id="link" class="link">
<a href="https://www.facebook.com/vuelodegrulla">
<img src="home/home/logo/fb_1.svg"></img></a>
<a href="https://twitter.com/vuelodegrulla">
<img src="home/home/logo/tw_1.svg"></img></a>
</article>
</div>
<a class="box-2 b" href="cal"><article class="cal">
<p>Calendario</p>
<p>de cursos y actividades</p>
</article></a>
<a class="box-2 b" href="/pang"><article class="pang">
<p>Maestro</p><p class="bold">Pang Ming</p>
</article></a>
</article></section>
2018-08-14 02:33:30 -05:00
<script>
const webm_listen_url="<%= $config->{webm_server_name} %>";
const radio_listen_url="<%= $config->{radio_server_name} %>";
2020-07-11 07:28:07 +02:00
const radiop_listen_url="<%= $config->{radiop_server_name} %>";
2018-08-14 02:33:30 -05:00
const radio_server="<%= $config->{radio_server} %>";
2020-07-11 07:28:07 +02:00
const radiop_server="<%= $config->{radiop_server} %>";
2018-08-14 02:33:30 -05:00
</script>