-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
203 changed files
with
19,803 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
## What is AFJROTC Ribbon Rack Builder? | ||
A rack builder for ribbons, badges, ranks, etc. | ||
## What is AFJROTC/CAP Ribbon Rack Builder? | ||
An **AFJROTC & CAP** rack builder for ribbons, badges, ranks, arcs, tapes, etc. | ||
Vist the website [here](https://dotwith.github.io/afjrotc-ribbon-rack-builder/). | ||
|
||
## Credit! | ||
Some ribbons are taken from here the [Wikipedia](https://en.m.wikipedia.org/wiki/Junior_Reserve_Officers%27_Training_Corps). | ||
## Cite | ||
- [Wikipedia, AFJROTC](https://en.m.wikipedia.org/wiki/Junior_Reserve_Officers%27_Training_Corps). | ||
- [Wikipedia, CAP](https://en.wikipedia.org/wiki/Awards_and_decorations_of_the_Civil_Air_Patrol). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Air Force JROTC</title> | ||
<link href="../index.css" rel="stylesheet" /> | ||
<link href="app.css" rel="stylesheet" /> | ||
</head> | ||
|
||
<body> | ||
|
||
<div class="container"> | ||
<div> | ||
<form action="../index.html"> | ||
<button>Back</button> | ||
</form> | ||
|
||
<h1>Air Force JROTC</h1> | ||
<div style="text-align: center; margin-bottom: 30px;">Check the box next to each ribbon you would like to have | ||
sorted.</div> | ||
</div> | ||
<!-- Tabs --> | ||
<div class="tabs"> | ||
<ul> | ||
<li class="bg-active" id="tab" onclick="openTab(event, 'Ribbons')">Ribbons</li> | ||
<li class="bg-inactive" id="tab" onclick="openTab(event, 'Ranks')">Ranks</li> | ||
<li class="bg-inactive" id="tab" onclick="openTab(event, 'Arcs')">Arcs</li> | ||
<li class="bg-inactive" id="tab" onclick="openTab(event, 'Badges')">Badges</li> | ||
</ul> | ||
|
||
<!-- Tab content --> | ||
<div id="Ribbons" class="tab-content"> | ||
<slot> | ||
<div class="box-selection" id="ribbonSelection"> | ||
<!-- Ribbons will be populated here --> | ||
</div> | ||
</slot> | ||
</div> | ||
|
||
<div id="Ranks" class="tab-content" style="display: none;"> | ||
<slot> | ||
<div class="box-selection" id="rankSelection"> | ||
<!-- Ranks will be populated here --> | ||
</div> | ||
</slot> | ||
</div> | ||
|
||
<div id="Arcs" class="tab-content" style="display: none;"> | ||
<slot> | ||
<div class="box-selection" id="arcSelection"> | ||
<!-- Arcs will be populated here --> | ||
</div> | ||
</slot> | ||
</div> | ||
|
||
<div id="Badges" class="tab-content" style="display: none;"> | ||
<slot> | ||
<div class="box-selection" id="badgeSelection"> | ||
<!-- Badges will be populated here --> | ||
</div> | ||
</slot> | ||
</div> | ||
</div> | ||
<h2>Your Ribbon Rack</h2> | ||
<div class="rack-container"> | ||
<div class="rack" id="rack"> | ||
<!-- Ribbons will appear here --> | ||
</div> | ||
</div> | ||
<div class="button-group"> | ||
<button class="save-button" onclick="saveRackPng()">Save Rack as .png</button> | ||
</div> | ||
</div> | ||
|
||
<script src="https://github.com/yorickshan/html2canvas-pro/releases/download/v1.5.0/html2canvas-pro.min.js"></script> | ||
<script src="app.js"></script> | ||
</body> | ||
|
||
</html> |
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.