Added a simple concept for personnel files
This commit is contained in:
@@ -1,5 +1,48 @@
|
|||||||
|
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<h1>this is a personnel file</h1>
|
<!-- header stuff -->
|
||||||
|
<!-- <h1>this is a personnel file</h1> -->
|
||||||
|
|
||||||
|
<!-- scrollable container -->
|
||||||
|
<div class="w-full">
|
||||||
|
<!-- section -->
|
||||||
|
<div class="outline outline-white rounded-xl px-4 w-full">
|
||||||
|
<h2>Infantry Qualifications</h2>
|
||||||
|
<!-- card -->
|
||||||
|
<div>
|
||||||
|
<h3>Ranger School</h3>
|
||||||
|
<p class="text-white">Ranger School 1</p>
|
||||||
|
<p class="text-white">Ranger School 2</p>
|
||||||
|
<p class="text-white">Ranger School 3</p>
|
||||||
|
<p class="text-white">Ranger School 4</p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h3>Medical</h3>
|
||||||
|
<p class="text-white">Combat Life Saver (CLS)</p>
|
||||||
|
<p class="text-white">Advanced Triage and Masscas</p>
|
||||||
|
<p class="text-white">Medic (68W)</p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h3>Sapper</h3>
|
||||||
|
<p class="text-white">Demo</p>
|
||||||
|
<p class="text-white">Explosive Ordinance Disposal (EOD)</p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h3>Rifle Qualifications</h3>
|
||||||
|
<p class="text-white">Marksman</p>
|
||||||
|
<p class="text-white">Sharpshooter</p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h3>Heavy Weapons</h3>
|
||||||
|
<p class="text-white">Heavy Weapons</p>
|
||||||
|
<p class="text-white">Anti Armor</p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h3>Other</h3>
|
||||||
|
<p class="text-white">Jump Wings</p>
|
||||||
|
<p class="text-white">Radio Telephone Operator (RTO)</p>
|
||||||
|
<p class="text-white">Air Assault</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
Reference in New Issue
Block a user