-
-
Notifications
You must be signed in to change notification settings - Fork 539
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
1 parent
9f26246
commit 5d55180
Showing
11 changed files
with
237 additions
and
3,253 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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,42 @@ | ||
[ | ||
{ | ||
"code": "ACLF-GENU-BLKH", | ||
"category": "General Use", | ||
"name": "Blank Header", | ||
"info": [ | ||
"<head><table bgcolor=\"b22c20\" width=\"100%\" height=\"15%\" frame =\"below\">", | ||
"<th><div align=\"left\"><font size=\"1\" color=\"white\" face=\"Avenir\">", | ||
"<h1>CyberSun</h1>", | ||
"[_____________________________]", | ||
"</font></div></th><th>", | ||
"<div align=\"right\"><font color=\"white\" face=\"avenir\">", | ||
"info here <br>", | ||
"info here <br>", | ||
"info here <br>", | ||
"info here <br>", | ||
"info here <br>", | ||
"</th></table></head>", | ||
"<hr color=\"b22c20\" size=\"3\" ></font>" | ||
] | ||
}, | ||
{ | ||
"code": "ACLF-GENU-NWHR", | ||
"category": "Higher-Up Use", | ||
"name": "New Hire Form", | ||
"info": [ | ||
"<head><table bgcolor=\"b22c20\" width=\"100%\" height=\"15%\" frame =\"below\">", | ||
"<th><div align=\"left\"><font size=\"1\" color=\"white\" face=\"Avenir\">", | ||
"<h1>CyberSun</h1>", | ||
"[_____________________________]", | ||
"</font></div></th><th>", | ||
"<div align=\"right\"><font color=\"white\" face=\"avenir\">", | ||
"info here <br>", | ||
"info here <br>", | ||
"info here <br>", | ||
"info here <br>", | ||
"info here <br>", | ||
"</th></table></head>", | ||
"<hr color=\"b22c20\" size=\"3\" ></font>" | ||
] | ||
} | ||
] |
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,40 @@ | ||
[ | ||
{ | ||
"code": "CLIP-GOV-BLKH", | ||
"category": "Government Issued", | ||
"name": "Blank Header", | ||
"info": [ | ||
"<h1>", | ||
"<table frame=\"below\" border=\"4\" width=\"100%\">", | ||
"<th>", | ||
"<div align=\"center\"><font size=\"4\">", | ||
"<img src=\"clip_logo.png\">", | ||
"Colonial League of Independent Planets", | ||
"</font>", | ||
"<br>[________] [______________________________]", | ||
"</div></th></table></h1><hr width=\"90%\">", | ||
"<center>", | ||
"<b><font size=\"2\">[____] - [____] - [______] FS", | ||
"</center><hr width=\"40%\"></font></b>" | ||
] | ||
}, | ||
{ | ||
"code": "CLIP-CMM-ENLT", | ||
"category": "Military Issued", | ||
"name": "Enlistment Template", | ||
"info": [ | ||
"<h1>", | ||
"<table frame=\"below\" border=\"4\" width=\"100%\">", | ||
"<th>", | ||
"<div align=\"center\"><font size=\"4\">", | ||
"<img src=\"clip_logo\">", | ||
"Colonial League of Independent Planets", | ||
"</font>", | ||
"<br>[________] [______________________________]", | ||
"</div></th></table></h1><hr width=\"90%\">", | ||
"<center>", | ||
"<b><font size=\"2\">[____] - [____] - [______] FS", | ||
"</center><hr width=\"40%\"></font></b>" | ||
] | ||
} | ||
] |
Oops, something went wrong.