Files
dojo/templates/home/pang.html.ep
2019-03-12 19:20:30 -06:00

34 lines
950 B
Plaintext
Executable File
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
% stash css => ["home/pang/pang.css"];
% stash js => ["home/pang/d3Tras.js"];
<section class="spacer"></section>
<section id="trs" class="trans header">
<h2 class="textHead"> Nuestro querido maestro Pang He Ming </h3>
</section>
<section class=" trans content flex">
<article id="apang" class="imageHead"></article>
<article class="text">
<%== $pang %>
</article>
</section>
<section id="trs" class="trans header">
<h2 class="textHead"> Los maestros Zhang Qing (Helen) y  Qiu Fu Chun (Karl). </h3>
</section>
<section class=" trans content flex">
<article id="ahel" class="imageHead"></article>
<article class="text">
<%== $helen %>
</article>
</section>
<section id="trs" class="trans header">
<h2 class="textHead"> Instructor Benjamín Muñóz </h3>
</section>
<section class=" trans content flex">
<article id="aben" class="imageHead"></article>
<article class="text">
<%== $benjamin %>
</article>
</section>