name surname, age

Код:
<!--HTML-->

<link href='http://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'>
<link href='http://webfonts.ru/import/pacifico.css'>
<center>
<div class="corion">
<div class="corion2">
<div class="orionhead"><div style="position: relative; top:39px;">john doe</div>
<div style="font-family:open sans condensed; text-transform:uppercase; position:relative; top:40px; font-size:14px; line-height:100%; color:#333;">на русском</div>
</div>
<div class="orionhead2"></div>
</div>
<div class="orions">

<div class="orion">
<input type="radio" id="orion-1" name="orion-group-1" checked>
<label for="orion-1">основное</label>
<div class="orionc">


<table cellspacing="0" cellpadding="0">
<tbody><tr><td>

<div style="line-height: 12px; color: #525252;">
<b>NICKNAME:</b><br>
<b>DATE OF BIRTH, AGE:</b><br>
<b>SEXUALITY:</b><br>
<b>MARITAL STATUS:</b><br>
<b>CAREER:</b><br>
<b>CONTACT:</b><br>
<b>FACE:</b><br>
</div>



</td>
<td valign="top">

<div style="line-height: 12px; color: #222;">
напиши здесь прозвища, если есть<br>
дата рождения, возраст<br>
ориентация<br>
семейное положение<br>
профессия<br>
связь<br>
имя внешности на англ.<br>
</div>

</td>
</tr></tbody></table>

<table><tr><td>
<div style="line-height: 12px; color: #222;">
<br><center><b>ХОББИ И ИНТЕРЕСЫ:</b></center>
</div>

<div style="line-height: 12px; color: #222;">
<br> Здесь ты можешь рассказать о своих интересах
<br> и хобби

</div>

</td>
<td>
<div style="line-height: 12px; color: #222;">
<center><b>СТРАХИ И ЦЕЛИ:</b></center>
</div>

<div style="line-height: 12px; color: #222;">
<br> А здесь поделиться своими фобиями
<br> и планами на будущее

</div>


</td></tr></table>


</div>
</div>

<div class="orion">
<input type="radio" id="orion-2" name="orion-group-1">
<label for="orion-2">Характер</label>
<div class="orionc">
<div style="line-height: 13px; color: #222;">
РАССКАЖИ ЗДЕСЬ О СВОЕМ ХАРАКТЕРЕ
</div>
</div>
</div>

<div class="orion">
<input type="radio" id="orion-3" name="orion-group-1">
<label for="orion-3">биография</label>
<div class="orionc">
<div style="line-height: 13px; color: #222;">
НАПИШИ СЮДА ТЕКСТ СВОЕЙ БИОГРАФИИ
</div>
</div>
</div>

</div></div>
<style type="text/css">
.corion {
  width: 500px;
  padding: 15px;
  height: 500px;
  background-color: #DED8CE;
  border-top: 5px solid #C7B79E;
  border-bottom: 5px solid #C7B79E;
  }

.corion2 {
  width: 500px;
  height: 150px
  }

.orionhead {
  width: 230px;
  font-family: 'Cinzel Decorative';
  font-size: 28px;
  text-transform: lowercase;
  line-height: 100%;
  position: relative;
  float: left;
  height: 150px;
  color: #A28E6D
  }

.orionhead2 {
  width: 240px;
  height: 120px;
margin-right: -240px;
  float: none;
  border: 6px solid #C7B79E;
  background-image: url(https://placeholdit.imgix.net/~text?txtsize=25&txt=240%C3%97120&w=240&h=120)
  }

.orions {
  position: relative;
  width: 500px;
  height: 350px;
  overflow: hidden
  }

.orion {
  float: left
  }

.orion label {
  background: #D6CBBB;
  height: 25px;
  margin-bottom: 5px;
  position: relative;
  display: block;
  line-height: 25px;
  width: 166px;
  text-align: center;
  text-transform: uppercase;
  font-family: open sans condensed;
  font-weight: 300
  }

.orion [type=radio] {
  display: none
  }

.orionc {
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 457px;
  height: 275px;
  background: #EFEBE6;
  padding:20px;
  overflow: auto;
  text-align: justify;
  font-family: arial;
  font-size: 11px;
  line-height: 95%;

  border: 1px solid #C7B79E;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s
  }

.orions [type=radio]:checked ~ label {
  background: #C7B79E;
  z-index: 2
  }

.orions [type=radio]:checked ~ label ~ .orionc {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 5
  }

.libcred a {
   font-family: orator std;
   font-size: 8px;
   color: #03435e;
   padding-right: 10px;
   padding-top:10px;
   line-height: 8px;
   letter-spacing: 1px
   }
</style>
</center>
Код:
[code*]<!--*HTML-->

<link href='http://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'>
<link href='http://webfonts.ru/import/pacifico.css'>
<center>
<div class="corion">
<div class="corion2">
<div class="orionhead"><div style="position: relative; top:39px;">john doe</div>
<div style="font-family:open sans condensed; text-transform:uppercase; position:relative; top:40px; font-size:14px; line-height:100%; color:#333;">на русском</div>
</div>
<div class="orionhead2"></div>
</div>
<div class="orions">

<div class="orion">
<input type="radio" id="orion-1" name="orion-group-1" checked>
<label for="orion-1">основное</label>
<div class="orionc">


<table cellspacing="0" cellpadding="0">
<tbody><tr><td>

<div style="line-height: 12px; color: #525252;">
<b>NICKNAME:</b><br>
<b>DATE OF BIRTH, AGE:</b><br>
<b>SEXUALITY:</b><br>
<b>MARITAL STATUS:</b><br>
<b>CAREER:</b><br>
<b>CONTACT:</b><br>
<b>FACE:</b><br>
</div>



</td>
<td valign="top">

<div style="line-height: 12px; color: #222;">
напиши здесь прозвища, если есть<br>
дата рождения, возраст<br>
ориентация<br>
семейное положение<br>
профессия<br>
связь<br>
имя внешности на англ.<br>
</div>

</td>
</tr></tbody></table>

<table><tr><td>
<div style="line-height: 12px; color: #222;">
<br><center><b>ХОББИ И ИНТЕРЕСЫ:</b></center>
</div>

<div style="line-height: 12px; color: #222;">
<br> Здесь ты можешь рассказать о своих интересах
<br> и хобби

</div>

</td>
<td>
<div style="line-height: 12px; color: #222;">
<center><b>СТРАХИ И ЦЕЛИ:</b></center>
</div>

<div style="line-height: 12px; color: #222;">
<br> А здесь поделиться своими фобиями
<br> и планами на будущее

</div>


</td></tr></table>


</div>
</div>

<div class="orion">
<input type="radio" id="orion-2" name="orion-group-1">
<label for="orion-2">Характер</label>
<div class="orionc">
<div style="line-height: 13px; color: #222;">
РАССКАЖИ ЗДЕСЬ О СВОЕМ ХАРАКТЕРЕ
</div>
</div>
</div>

<div class="orion">
<input type="radio" id="orion-3" name="orion-group-1">
<label for="orion-3">биография</label>
<div class="orionc">
<div style="line-height: 13px; color: #222;">
НАПИШИ СЮДА ТЕКСТ СВОЕЙ БИОГРАФИИ
</div>
</div>
</div>

</div></div>

</center>

<style type="text/css">
.corion {
  width: 500px;
  padding: 15px;
  height: 500px;
  background-color: #DED8CE;
  border-top: 5px solid #C7B79E;
  border-bottom: 5px solid #C7B79E;
  }

.corion2 {
  width: 500px;
  height: 150px
  }

.orionhead {
  width: 230px;
  font-family: 'Cinzel Decorative';
  font-size: 28px;
  text-transform: lowercase;
  line-height: 100%;
  position: relative;
  float: left;
  height: 150px;
  color: #A28E6D
  }

.orionhead2 {
  width: 240px;
  height: 120px;
margin-right: -240px;
  float: none;
  border: 6px solid #C7B79E;
  background-image: url(https://placeholdit.imgix.net/~text?txtsize=25&txt=240%C3%97120&w=240&h=120)
  }

.orions {
  position: relative;
  width: 500px;
  height: 350px;
  overflow: hidden
  }

.orion {
  float: left
  }

.orion label {
  background: #D6CBBB;
  height: 25px;
  margin-bottom: 5px;
  position: relative;
  display: block;
  line-height: 25px;
  width: 166px;
  text-align: center;
  text-transform: uppercase;
  font-family: open sans condensed;
  font-weight: 300
  }

.orion [type=radio] {
  display: none
  }

.orionc {
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 457px;
  height: 275px;
  background: #EFEBE6;
  padding:20px;
  overflow: auto;
  text-align: justify;
  font-family: arial;
  font-size: 11px;
  line-height: 95%;

  border: 1px solid #C7B79E;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s
  }

.orions [type=radio]:checked ~ label {
  background: #C7B79E;
  z-index: 2
  }

.orions [type=radio]:checked ~ label ~ .orionc {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 5
  }

.libcred a {
   font-family: orator std;
   font-size: 8px;
   color: #03435e;
   padding-right: 10px;
   padding-top:10px;
   line-height: 8px;
   letter-spacing: 1px
   }
</style>[/*code]

p.s.: не забудьте убрать * в коде

второе и третье соо темы - хронология и отношения. в свободной форме