-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconjugation.html
More file actions
67 lines (56 loc) · 2.32 KB
/
Copy pathconjugation.html
File metadata and controls
67 lines (56 loc) · 2.32 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
al<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>Maj Conjunctions</h1>
<div class="alert alert-secondary shadow-sm">
<h3>Particles</h3>
We call all words of 2 characters particles. A particle can be prefix, suffix, conjunction, article, preposition, affix, interjection or abbreviation. We use these particles to connect words or to augment other words. Particles must be unique and not overlap each other obviously, though in some other languages some particles can have multiple functions. Sometimes we can use multiple augments referring to the subject. In this case we can use the preposition "ci" to create a conjunction.
</div>
<div>
<table class="table table-border table-striped">
<tr><th>Coordinating Conjunctions</th> <th>English</th></tr>
<tr><td>ci</td><td> and</td></tr>
<tr><td>od </td><td> or</td></tr>
<tr><td>bo </td><td> but</td></tr>
<tr><td>fo </td><td> for</td></tr>
<tr><td>aca </td><td> so</td></tr>
<tr><td>ujo </td><td> yet</td></tr>
<tr><td>nitc </td><td> nor</td></tr>
</table>
</div>
<!-- work in progress-->
<hr>
<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>