Difference between revisions of "Resources"

From Sim Central
Jump to navigation Jump to search
 
(10 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
== Plain Text Application ==
 
== Plain Text Application ==
 +
 +
[https://docs.google.com/document/d/1cn_4rBJVTVzHhTbk7AaKHdHDfZs805BfN4kCAyuKTSs/edit Plain Text GDoc (Application)]
 +
 +
<syntaxhighlight lang="txt">
 +
Instructions
 +
While you prepare your application you can draft your character’s details below. To do so download a copy of this document as a Word file or make a copy in your own Google Drive. When you’re ready paste the details into the Ulysses application form.
 +
 +
Character
 +
 +
First Name:
 +
Middle Name:
 +
Last Name:
 +
Suffix:
 +
Display Name:
 +
 +
Character Basics
 +
 +
Gender:
 +
Species:
 +
Age:
 +
Date of Birth (The current date is: January, 2252):
 +
Birthplace:
 +
 +
Physical Appearance
 +
 +
Height:
 +
Weight:
 +
Physical Description:
 +
 +
Personality & Traits
 +
 +
Sexual Orientation:
 +
General Overview:
 +
Strengths:
 +
Weaknesses:
 +
Personal Goals:
 +
Hobbies & Interests:
 +
 +
Personal History
 +
 +
Early Life:
 +
Academy Life:
 +
Starfleet Career:
 +
 +
Service Record:
 +
</syntaxhighlight>
  
 
== Service Record HTML ==
 
== Service Record HTML ==
 +
 +
[https://docs.google.com/document/d/1oMf2sWPHjd7vT38G7H8pf6uPhIwe12Wr2Bx9PslwW0w/edit?usp=sharing Service Record Code]
 +
 +
(You will want to contact Reece or Kyle for the exact URL for the rank pips).
 +
 +
<syntaxhighlight lang="html">
 +
Service Record Code
 +
 +
<p align="right"><table style="width: 100%; max-width: 500px; max-height: 130px; background-color: #3a3a3a; padding: 2px;">
 +
 +
<tr style="background-color: #303030;"><td style="width: 10%; max-width: 50px; border: 2px solid #3a3a3a; padding: 5px; background-color: #303030;" valign="center">DATE FROM<BR>DATE TO</td>
 +
 +
<td style="width: 70%; max-width: 350px; border: 2px solid #3a3a3a; background-color: #303030; padding: 5px;" valign="center">POSITION<br>SHIP/LOCATION<br>CLASS (IF ANY)</td>
 +
 +
<td style="width: 20%; max-width: 100px; max-height: 130px; border: 2px solid #3a3a3a; background-color:#303030;" valign="center"><center><img src="http://www.starship-ulysses.com/application/assets/common/dsc/ranks/default/RANK.PNG" height="125"></center></td></tr>
 +
 +
<tr style="background-color: #252525;"><td style="width: 10%; max-width:500px; border: 2px solid #3a3a3a; background-color: #252525; padding:5px;" valign="center">DATE FROM<br>DATE TO</td><td style="width: 70%; max-width: 350px; border: 2px solid #3a3a3a; padding: 5px; background-color: #252525;" valign="center">POSITION<br>SHIP/LOCATION<br>CLASS (IF ANY)</td>
 +
 +
<td style="width: 20%; max-width: 100px; max-height: 130px; border: 2px solid #3a3a3a; background-color:#252525;" valign="center"><center><img src="http://www.starship-ulysses.com/application/assets/common/dsc/ranks/default/RANK.PNG" height="125"></center></td></TR>
 +
 +
(REPEAT CODE ABOVE AS NECESSARY)
 +
 +
</table></p>
 +
</syntaxhighlight>
  
 
== In-Biography Pictures ==
 
== In-Biography Pictures ==
 +
 +
[https://docs.google.com/document/d/1v5LCnHw4A2hZA6Ik6uYQefLjZgyhpTeRFEKUAGXoRH0/edit?usp=sharing In-Biography Pictures]
 +
 +
<syntaxhighlight lang="html">
 +
In-Biography Pictures
 +
 +
<img src="IMAGE SOURCE HERE" width="190" style="float: left; padding-right:10px; padding-left: 4px; border-left: 2px solid #5b9ee1;">
 +
 +
Change Float to left or right and change the padding and border (right, left) to the opposite.
 +
 +
</syntaxhighlight>

Latest revision as of 03:26, 11 November 2020

Resources

Plain Text Application

Plain Text GDoc (Application)

Instructions
While you prepare your application you can draft your character’s details below. To do so download a copy of this document as a Word file or make a copy in your own Google Drive. When you’re ready paste the details into the Ulysses application form.

Character

First Name:
Middle Name:
Last Name:
Suffix: 
Display Name: 

Character Basics

Gender:
Species:
Age:
Date of Birth (The current date is: January, 2252):
Birthplace:

Physical Appearance

Height:
Weight:
Physical Description:

Personality & Traits

Sexual Orientation: 
General Overview:
Strengths:
Weaknesses:
Personal Goals:
Hobbies & Interests:

Personal History

Early Life:
Academy Life:
Starfleet Career:

Service Record:

Service Record HTML

Service Record Code

(You will want to contact Reece or Kyle for the exact URL for the rank pips).

Service Record Code

<p align="right"><table style="width: 100%; max-width: 500px; max-height: 130px; background-color: #3a3a3a; padding: 2px;">

<tr style="background-color: #303030;"><td style="width: 10%; max-width: 50px; border: 2px solid #3a3a3a; padding: 5px; background-color: #303030;" valign="center">DATE FROM<BR>DATE TO</td>

<td style="width: 70%; max-width: 350px; border: 2px solid #3a3a3a; background-color: #303030; padding: 5px;" valign="center">POSITION<br>SHIP/LOCATION<br>CLASS (IF ANY)</td>

<td style="width: 20%; max-width: 100px; max-height: 130px; border: 2px solid #3a3a3a; background-color:#303030;" valign="center"><center><img src="http://www.starship-ulysses.com/application/assets/common/dsc/ranks/default/RANK.PNG" height="125"></center></td></tr>

<tr style="background-color: #252525;"><td style="width: 10%; max-width:500px; border: 2px solid #3a3a3a; background-color: #252525; padding:5px;" valign="center">DATE FROM<br>DATE TO</td><td style="width: 70%; max-width: 350px; border: 2px solid #3a3a3a; padding: 5px; background-color: #252525;" valign="center">POSITION<br>SHIP/LOCATION<br>CLASS (IF ANY)</td>

<td style="width: 20%; max-width: 100px; max-height: 130px; border: 2px solid #3a3a3a; background-color:#252525;" valign="center"><center><img src="http://www.starship-ulysses.com/application/assets/common/dsc/ranks/default/RANK.PNG" height="125"></center></td></TR>

(REPEAT CODE ABOVE AS NECESSARY)

</table></p>

In-Biography Pictures

In-Biography Pictures

In-Biography Pictures

<img src="IMAGE SOURCE HERE" width="190" style="float: left; padding-right:10px; padding-left: 4px; border-left: 2px solid #5b9ee1;">

Change Float to left or right and change the padding and border (right, left) to the opposite.