-
Notifications
You must be signed in to change notification settings - Fork 0
/
tengwar-explainer.html
48 lines (48 loc) · 2.34 KB
/
tengwar-explainer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!doctype html>
<html>
<head>
<link rel="extends" href="./tengwar-explainer">
<link rel="tag" href="gutentag/html.html" as="content">
<link rel="tag" href="gutentag/repeat.html">
<link rel="tag" href="gutentag/reveal.html">
</head>
<body>
<div>
<repeat id="sections"><div class="TengwarExplainer-section">
<repeat id="paragraphs"><div class="TengwarExplainer-paragraph">
<repeat id="lines"><div class="TengwarExplainer-line">
<repeat id="words">
<repeat id="columns">
<span class="TengwarExplainer-column">
<span class="TengwarExplainer-slot TengwarExplainer-character">
<span id="tengwarContainer">
<content id="tengwar"></content>
</span>
</span>
<span class="TengwarExplainer-slot">
<content id="above"></content>
<content id="tildeAbove"></content>
</span>
<span class="TengwarExplainer-slot">
<content id="tengwa"></content>
</span>
<span class="TengwarExplainer-slot">
<content id="tildeBelow"></content>
<content id="below"></content>
<content id="following"></content>
</span>
</span>
</repeat>
<reveal id="wordBreak">
<div class="TengwarExplainer-wordBreak"></div>
</reveal>
</repeat></div>
<reveal id="lineBreak">
<div class="TengwarExplainer-lineBreak"></div>
</reveal>
</div></repeat>
</div></repeat>
</div></repeat>
</div>
</body>
</html>