aboutsummaryrefslogtreecommitdiff
path: root/communities/red-right-hand/174bg.net/public/handbook/index.html
blob: db4536f11e71d6a5a69185fe1c6b911dda85d749 (plain)
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>174th Battle Group Handbook</title>
    <style>
      /* import inter font */
      @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

      /* set default font */
      body {
        font-family: "Inter";
      }

      /* text should be justified by default */
      body {
        text-align: justify;
      }

      /* table styles */
      table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 1em;
      }

      th,
      td {
        border: 1px solid #ddd;
        padding: 0.5em;
        text-align: left;
      }

      th {
        background-color: #f4f4f4;
      }
    </style>
  </head>
  <body>
    <article id="introduction">
      <h1>174th Battle Group Handbook</h1>
      <p>
        This handbook is intended to provide a comprehensive overview of the
        174th Battle Group, its structure, operations, and guidelines for
        members. It serves as a reference for both new recruits and seasoned
        members to ensure consistency and efficiency within the group.
      </p>
    </article>

    <article id="using-this-handbook">
      <h2>Using This Handbook</h2>
      <p>
        This handbook is organized into sections that cover various aspects of
        the 174th Battle Group. Each section is designed to provide clear and
        concise information on specific topics.
      </p>
      <p>
        Members are encouraged to familiarize themselves with the contents of
        this handbook and refer to it regularly to ensure they are adhering to
        the standards and expectations of the 174th Battle Group.
      </p>
    </article>

    <article id="departments">
      <h2>Departments</h2>
      <p>
        The 174th Battle Group is organized into several departments, each
        responsible for specific functions and operations. These departments
        include:
      </p>
      <ul>
        <li>
          <strong>Command:</strong> Responsible for overall leadership,
          strategy, and decision-making.
        </li>
        <li>
          <strong>Operations:</strong> Responsible for planning and executing
          missions.
        </li>
        <li>
          <strong>Human Resources:</strong> Manages recruitment, training, and
          personnel welfare.
        </li>
        <li>
          <strong>Logistics:</strong> Manages supplies, equipment, and
          transportation.
        </li>
        <li>
          <strong>Mining:</strong> Oversees resource extraction and management.
        </li>
      </ul>
    </article>

    <article id="ranks">
      <h2>Ranks</h2>
      <p>
        Red Right Hand uses a rank system to denote hierarchy and roles within
        its divisions. Below is a breakdown of the ranks for each division:
      </p>
      <table>
        <thead>
          <tr>
            <th></th>
            <th>Description</th>
            <th>Naval</th>
            <th>Marine</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td>Rank 0</td>
            <td>Entry-level</td>
            <td><a href="#cadet">Cadet</a></td>
            <td><a href="#private">Private</a></td>
          </tr>
          <tr>
            <td>Rank 1</td>
            <td>Proven experience</td>
            <td><a href="#ensign">Ensign</a></td>
            <td><a href="#corporal">Corporal</a></td>
          </tr>
          <tr>
            <td>Rank 2</td>
            <td>Specialised role</td>
            <td><a href="#lieutenant">Lieutenant</a></td>
            <td><a href="#sergeant">Sergeant</a></td>
          </tr>
          <tr>
            <td>Rank 3</td>
            <td>Tactical leadership</td>
            <td><a href="#captain">Captain</a></td>
            <td><a href="#major">Major</a></td>
          </tr>
          <tr>
            <td>Rank 4</td>
            <td>Leads leadership</td>
            <td><a href="#commodore">Commodore</a></td>
            <td><a href="#commander">Commander</a></td>
          </tr>
          <tr>
            <td>Rank 5</td>
            <td>Strategic command</td>
            <td><a href="#admiral">Admiral</a></td>
            <td><a href="#general">General</a></td>
          </tr>
        </tbody>
      </table>
      <p>
        Each rank comes with its own set of responsibilities and expectations,
        contributing to the overall effectiveness and discipline of the Red
        Right Hand.
      </p>

      <section id="naval-ranks">
        <h3>Naval Ranks</h3>

        <section id="cadet">
          <h4>Cadet</h4>
          <p>
            The entry-level rank for new recruits in the Naval division. Cadets
            undergo rigorous training to prepare for their roles and must
            demonstrate commitment and discipline through their training period
            before advancing to Ensign. They are usually assigned to basic
            duties and learning tasks aboard ships.
          </p>
        </section>

        <section id="ensign">
          <h4>Ensign</h4>
          <p>
            Ensigns are officers who have completed their initial training and
            demonstrated competence in basic naval operations. They take on more
            responsibility than Cadets and are often assigned to specific
            departments aboard ships. Ensigns are expected to lead small teams
            and contribute to mission planning and execution.
          </p>
        </section>

        <section id="lieutenant">
          <h4>Lieutenant</h4>
          <p>
            Lieutenants are experienced officers with specialized skills in
            areas such as navigation, engineering, tactical operations, or
            communications. They serve as department heads or senior advisors on
            vessels and are responsible for training and mentoring junior
            officers. Lieutenants play a crucial role in operational
            effectiveness.
          </p>
        </section>

        <section id="captain">
          <h4>Captain</h4>
          <p>
            Captains hold tactical leadership positions and typically command
            individual vessels or small task forces. They are responsible for
            mission execution, crew welfare, and tactical decision-making in
            combat situations. Captains must demonstrate exceptional judgment,
            leadership, and technical proficiency.
          </p>
        </section>

        <section id="commodore">
          <h4>Commodore</h4>
          <p>
            Commodores lead groups of Captains and coordinate multi-vessel
            operations. They are responsible for strategic planning at the
            squadron or fleet level and serve as senior advisors to the Admiral.
            Commodores ensure that tactical leaders have the resources and
            guidance needed to accomplish their missions.
          </p>
        </section>

        <section id="admiral">
          <h4>Admiral</h4>
          <p>
            Admirals hold the highest rank in the Naval division and are
            responsible for strategic command and overall fleet operations. They
            set long-term objectives, allocate resources across the division,
            and represent the Naval forces in high-level organizational
            decisions. Admirals shape the future direction of naval operations.
          </p>
        </section>
      </section>

      <section id="marine-ranks">
        <h3>Marine Ranks</h3>

        <section id="private">
          <h4>Private</h4>
          <p>
            The entry-level rank for new recruits in the Marine division.
            Privates undergo basic training to prepare for their roles and must
            demonstrate commitment and discipline through their training period
            before advancing to Corporal. They are usually assigned to
            fundamental duties and learning tasks within the Marine Corps.
          </p>
        </section>

        <section id="corporal">
          <h4>Corporal</h4>
          <p>
            Corporals are Marines who have proven their abilities in the field
            and demonstrated leadership potential. They often serve as team
            leaders for small units and are responsible for the training and
            welfare of Privates. Corporals are expected to lead by example and
            maintain high standards of discipline and performance.
          </p>
        </section>

        <section id="sergeant">
          <h4>Sergeant</h4>
          <p>
            Sergeants are non-commissioned officers with specialized skills in
            areas such as infantry tactics, logistics, reconnaissance, or heavy
            weapons. They serve as squad leaders or technical experts and are
            responsible for mission planning at the unit level. Sergeants bridge
            the gap between enlisted personnel and commissioned officers.
          </p>
        </section>

        <section id="major">
          <h4>Major</h4>
          <p>
            Majors hold tactical leadership positions and typically command
            platoons or companies. They are responsible for coordinating
            multiple squads in combat operations and ensuring that their units
            are properly trained and equipped. Majors must demonstrate strong
            tactical acumen and the ability to make critical decisions under
            pressure.
          </p>
        </section>

        <section id="commander">
          <h4>Commander</h4>
          <p>
            Commanders lead groups of Majors and coordinate battalion-level or
            larger operations. They are responsible for operational planning,
            resource allocation, and ensuring that tactical leaders can execute
            their missions effectively. Commanders serve as the link between
            tactical and strategic leadership.
          </p>
        </section>

        <section id="general">
          <h4>General</h4>
          <p>
            Generals hold the highest rank in the Marine division and are
            responsible for strategic command and overall Marine Corps
            operations. They establish doctrine, set long-term objectives, and
            represent the Marine forces in organizational leadership. Generals
            shape the identity and capabilities of the entire Marine division.
          </p>
        </section>
      </section>
    </article>
  </body>
  <script>
    document.addEventListener("DOMContentLoaded", () => {
      console.log("DOMContentLoaded");

      generateTableOfContents();
    });

    function generateTableOfContents() {
      const headings = document.querySelectorAll("h1, h2, h3");
      const toc = document.createElement("nav");
      toc.id = "table-of-contents";
      const rootList = document.createElement("ul");
      toc.appendChild(rootList);

      let currentList = rootList;
      let currentLevel = 0;
      const listStack = {};

      headings.forEach((heading) => {
        const level = parseInt(heading.tagName[1]);
        const tocLink = document.createElement("a");
        tocLink.textContent = heading.textContent;
        tocLink.href = `#${heading.id}`;
        const tocItem = document.createElement("li");
        tocItem.appendChild(tocLink);

        if (currentLevel === 0) {
          rootList.appendChild(tocItem);
          listStack[level] = rootList;
          currentList = rootList;
          currentLevel = level;
        } else if (level === currentLevel) {
          currentList.appendChild(tocItem);
        } else if (level > currentLevel) {
          const nestedList = document.createElement("ul");
          const lastItem = currentList.lastElementChild;
          (lastItem || currentList).appendChild(nestedList);
          listStack[level] = nestedList;
          currentList = nestedList;
          currentLevel = level;
          nestedList.appendChild(tocItem);
        } else {
          currentList = listStack[level] || rootList;
          currentList.appendChild(tocItem);
          currentLevel = level;
        }
      });

      document.body.insertBefore(toc, document.body.firstChild);
    }
  </script>
</html>