-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (67 loc) · 2.57 KB
/
Copy pathindex.html
File metadata and controls
76 lines (67 loc) · 2.57 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<html>
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Participatory Linguistics Cards (SE Asia)</title>
<!-- Bootstrap CSS -->
<link href="./assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<script src="./assets/bootstrap/js/bootstrap.bundle.min.js"></script>
</head>
<body>
<h1 class="text-center">Participatory Linguistics Cards (SE Asia)</h1>
<div class="container">
<p class="fs-2">
Click these links to display card sets:
<hr>
<ul class="fs-2">
<li><a href="blank_flashcards.htm">Blank cards</a></li>
</ul>
<hr>
<h2>Burmese</h2>
<ul class="fs-2">
<li><a href="Burmese_images_flashcards.htm">With Images</a></li>
<li><a href="Burmese_without_images_flashcards.htm">Without Images</a></li>
</ul>
<hr>
<h2>Lao</h2>
<ul class="fs-2">
<li><a href="Lao_images_flashcards.htm">With Images</a></li>
<li><a href="Lao_without_images_flashcards.htm">Without Images</a></li>
</ul>
<hr>
<h2>(Central) Thai</h2>
<ul class="fs-2">
<li><a href="Central_Thai_images_flashcards.htm">With Images</a></li>
<li><a href="Central_Thai_without_images_flashcards.htm">Without Images</a></li>
</ul>
<hr>
<h2>Northern Thai</h2>
<ul class="fs-2">
<li><a href="Northern_Thai_images_flashcards.htm">With Images</a></li>
<li><a href="Northern_Thai_without_images_flashcards.htm">Without Images</a></li>
</ul>
<hr>
<h2>Vietnamese</h2>
<ul class="fs-2">
<li><a href="Vietnamese_images_flashcards.htm">With Images</a></li>
<li><a href="Vietnamese_without_images_flashcards.htm">Without Images</a></li>
</ul>
</p>
<p class="fs-2">
Expand and collapse the accordion arrows.
</p>
</div>
<footer class="small ps-2 pt-2">
<p>
© SIL Global<br/>
All images public domain or copyright 2009 from <a href="https://bloomlibrary.org/page/resources/art-of-reading">Art of Reading</a> used with permission.<br/>
<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons BY-SA 4.0</a>
</p>
<p>
For information on attribution requirements for individual images, see:
<a href="Adapted_EFEO-CNRS-SOAS_SEAWordList_v4_PictureSources.xlsx">link</a>.
</p>
</footer>
</body>
</html>