Created
January 25, 2012 14:40
-
-
Save superkevin/1676563 to your computer and use it in GitHub Desktop.
Untitled
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
#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; | |
height: 42px; | |
} | |
.image_aligne1 { | |
position: absolut; | |
margin-left: 20px; | |
margin-top: 0px; | |
} | |
.paragraphe { | |
position:absolut; | |
margin-left: 20px; | |
width: 550px; | |
font-family: arial; | |
text-align: justify; | |
} | |
#background { | |
positiion : absolut; | |
width : 2000px; | |
height: 1200px; | |
background-color: red; | |
} | |
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
<head> | |
<h1 class="titre"> Spock </h1> | |
</head> | |
<body id="background"> | |
<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> |
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
{"view":"split","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment