-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpome.html
More file actions
90 lines (76 loc) · 3.46 KB
/
Copy pathpome.html
File metadata and controls
90 lines (76 loc) · 3.46 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<html lang="en" data-bs-theme="dark"><head>
<meta charset="utf-8">
<meta name="description" content="Introduction to Maj language.">
<meta name="author" content="Elucian Moise">
<meta name="keywords" content="sage, code, maj, akara, grammar, auxiliary, language, conlang">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Website title -->
<title>SC Maj</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
<!-- Icon -->
<link rel="icon" type="image/png" href="../images/favicon.ico">
<!-- Prism Highlighter -->
<link rel="stylesheet" href="../prism.css">
<!-- custom css -->
<link rel="stylesheet" href="https://sagecode.net/sage.css">
</head>
<body>
<div class="container">
<!-- header -->
<div class="row">
<div class="col">
<a href="https://sagecode.net"><img src="https://sagecode.net/images/sage-logo.svg" alt="Sage-Code Laboratory" height="80"/></a>
</div>
<div class="col bottom-right">
<a href="index.html#lang-index" rel="nofollow">index</a><--
</div>
</div><hr>
<h1>Pome Challenge</h1>
<div>
<h3>Fruits = Pome:<h3>
<table class="table table-border ">
<tr><td><img src="img/meza1.png" alt="Maza" width="200"/></td><td><ul><li>roxo = red</li><li>Maza = apple</li><li>una Maza roxo</li></ul></td><td><img src="img/meza2.png" alt="Maza" width="200"/></td><td><ul><li>geno = green</li><li>Maza = apple</li><li>una Maza geno</li></ul></td></tr>
<tr><td><img src="img/pera1.png" alt="Pera" width="200"/></td><td><ul><li>Pera = pear</li><li>ielo = yellow</li><li>una Pera ielo</li></ul>
</td><td><img src="img/pera2.png" alt="Pera" width="200"/></td><td>meza = half</li><li>una meza de Pera</li></ul></td></tr>
<tr><td><img src="img/naja1.png" alt="Naja" width="200"/></td><td><ul><li>Naja = orange</li><li>xoja = leaf</li><li>una Naja ku xoja</li></ul>
</td><td><img src="img/naja2.png" alt="Naja" width="200"/></td><td><li>feta = slice</li><li>feto = sliced</li><li>re fete de Naja</li></ul></td></tr>
<tr><td><img src="img/bana1.png" alt="Bana" width="200"/></td><td><ul><li>Bana = Banana</li><li>una Bana</li><li>una ielo Bana</li></ul>
</td><td><img src="img/bana2.png" alt="Bane" width="200"/></td><td><li>buka = bunch</li><li>buka = bunch</li><li>una buka de Bane</li></ul></td></tr>
</table>
</div>
<h3>Challenge 1:</h3>
Translate:
<ul>
<li>How many bananas are in a bunch?</li>
<li>One stem of bananas can have 3 up to 20 rows.</li>
<li>Each row of bananas is called a “hand” and is made up of 14 to 20 "fingers".</li></ul>
Dictionary
<ul>
<li>vi fil = how many</li>
<li>buke = bunch</li>
<li>mana = hand</li>
<li>dege = fingers</li>
<li>ryna= row</li>
<li>stega = stem</li>
<li>posu = can</li>
<li>xaru = have</li>
<li>voku = call</li>
<li>ogi = each</li>
<li>faru de = made up of</li></ul>
Maj:
<ul>
<li>vi file Bane sonu yn una buka?</li>
<li>una stega de Bane posu sh xaru re ap zu bedi ryne;</li>
<li>ogi ryna de Bane se voku una "mana" ci sono faru de dive zu bedi dege;</li></ul>
<br>
Thanks: This was a demo document for Maj. For more information about Maj language you can visit the project homepage. In the future we will post news on Reddit. If you are a reddit Member search for sagecode subreddit and join.
<p><b>Read next:</b>
<a href="index.html">Index</a></p>
<!-- Footer -->
<footer class="footer">
<div class="footer-copyright text-center"></div>
</footer>
</div>
</body>
</html>