Difference between revisions of "Resources"

From Sim Central
Jump to navigation Jump to search
Line 84: Line 84:
 
<img src="IMAGE SOURCE HERE" width="190" style="float: left; padding-right:10px; padding-left: 4px; border-left: 2px solid #5b9ee1;">
 
<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 (right, left) to the opposite.
+
Change Float to left or right and change the padding and border (right, left) to the opposite.
  
 
</syntaxhighlight>
 
</syntaxhighlight>

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 here.

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.