Skip to content

Instantly share code, notes, and snippets.

@superkevin
Created January 24, 2012 15:04
Show Gist options
  • Save superkevin/1670600 to your computer and use it in GitHub Desktop.
Save superkevin/1670600 to your computer and use it in GitHub Desktop.
Untitled
#sommaire {
position: fixed ;
color: white;
font-family: arial;
font-style: bold;
margin-top :0px;
margin-left : 600px;
}
.titre {
position:absolut;
margin-left:20px;
background-color: black;
color: white;
padding-left: 20px;
width: 540px;
}
.image_aligne1 {
position: absolut;
margin-left: 20px;
margin-top: 0px;
}
.paragraphe {
position:absolut;
margin-left: 20px;
width: 550px;
font-family: arial;
text-align: justify;
}
<head>
<h1 class="titre"> Spock </h1>
</head>
<body>
<div id="sommaire">
<p>Sommaire</p>
<ol>
<li>
<a href="#p_1"> Ces débuts</a>
</li>
<ol>
<li>
<a href="#p_1_1">La naissance </a>
</li>
<li>
<a href="#p_1_2"> L'enfance </a>
</li>
<li>
<a href="#p_1_3"> La revolte </a>
</li>
</ol>
<p><li>
<a href="#p_2"> L'apprentissage</a>
</li>
<ol>
<li>
<a href="#p_2_1">Ces références</a>
</li>
<li>
<a href="#p_2_2">Ces idéaux</li></a>
<li>
<a href="#p_2_3">Le declic</li></a>
</ol>
</p>
</div>
<image class="image_aligne1" src="http://www.java-freelance.fr/wp-content/uploads/2010/11/spock.jpg">
<div class="paragraphe">
<h2>
<a name="p_1"> Ces débuts </a>
</h2>
<h3>
<a name="p_1_1"> La naissance <a>
</h3>
Spock est né en 2230 sur la planète Vulcain d'une mère humaine, Amanda Grayson, et d'un père vulcain, l'ambassadeur Sarek. À l'âge de 7 ans, il est uni à T'Pring. Le mariage doit être célébré en 2267, lors du pon farr, mais la belle refuse cette union1. Après avoir étudié à l'Académie Vulcaine des Sciences, Spock s'engage à Starfleet en 2252 et sert tout d'abord sur le vaisseau Enterprise, sous le commandement du capitaine Christopher Pike. D'abord cadet, il gravit tous les échelons jusqu'à celui d'officier scientifique durant les onze années passées aux côtés de Pike. Il devient ensuite commandant en second sous les ordres du capitaine Kirk. Après la mission de cinq ans, il se retire sur Vulcain, mais sort de sa retraite pour combattre V'Ger en 22712.
</p>
</ol>
</div>
</body>
{"view":"split","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment