etudiants:2015:antoine.leboisselier

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
etudiants:2015:antoine.leboisselier [2015/03/09 16:53] antoine.leboisselieretudiants:2015:antoine.leboisselier [2019/08/31 14:21] (Version actuelle) – modification externe 127.0.0.1
Ligne 1: Ligne 1:
-===== Comptes Rendus ===== +<HTML> 
-  *[[etudiants:2015:antoine.leboisselier:td1| TD Entreprise de Développement]]+ <style> 
 + body{ 
 + background:white 
 +
 + .text{ 
 + margin-left: 5%; 
 + color:black; 
 + font-size:120%; 
 +
 + 
 + .mainTitle{ 
 + font-size:350%;  
 + margin-left:2%; 
 + display: block; 
 + width:100%; 
 + font-style: italic; 
 + font-weight: bolder; 
 +
 + #h{ 
 + padding-left:2%;  
 + font-size:150%; 
 + margin-top: 3%; 
 + font-style: italic; 
 +
 + 
 + .title{ 
 + color:#1e5ad2; 
 + font-size:200%; 
 + margin-left:2%; 
 + margin-top: 5%; 
 + padding: 3px; 
 + border-bottom: 1px solid #BBB; 
 +
 + .title:hover{ 
 + color: #0642BA; 
 + cursor: pointer; 
 +
 + #frame{ 
 + border:0;  
 + width:100%;  
 + margin-bottom:3%;  
 + margin-top:3%; 
 + -webkit-box-shadow: 0px 0px 45px 0px rgba(30,90,210,1); 
 + -moz-box-shadow: 0px 0px 45px 0px rgba(30,90,210,1); 
 + box-shadow: 0px 0px 45px 0px rgba(30,90,210,1); 
 +
 + .box{ 
 + padding: 15px; 
 + margin-left: 5%; 
 + color: #000; 
 + font-size:110%; 
 + -webkit-box-shadow: 0px 0px 10px 0px rgba(30,90,210,1); 
 + -moz-box-shadow: 0px 0px 10px 0px rgba(30,90,210,1); 
 + box-shadow: 0px 0px 10px 0px rgba(30,90,210,1); 
 + border-radius:15px; 
 + 
 +
 + .content{ 
 + padding-top:2%; 
 + padding-bottom: 2%; 
 +
 + .subtitle{ 
 + font-size:60%; 
 +
 + .dark-b{ 
 + color:#0642BA; 
 +
 + .box-title{ 
 + font-weight: bold; 
 +
 + .box-content{ 
 + padding-top: 10px; 
 + color: #000; 
 +
 + li{ 
 + color:black; 
 + padding-top: 5px; 
 + margin-top:1%; 
 +
 + 
 + </style> 
 + <span class="mainTitle" style="text-align:center">Antoine Leboisselier</span> 
 + 
 + <div class="part"> 
 + <div class="title"> 
 + <span class="h1" >Stages</span> 
 + </div> 
 + <div class="content"> 
 + <div> 
 + <ul> 
 + <li class="text"><a href="/etudiants/2015/antoine.leboisselier/stages/1"><span class="dark-b"><b>Stage de 1ère Année : </b></span>CQFD Net</a></li> 
 + <li class="text"><a href="/etudiants/2015/antoine.leboisselier/stages/2"><span class="dark-b"><b>Stage de 2ème Année : </b></span>CQFD Net</a></li> 
 + </ul> 
 + </div> 
 + </div> 
 + </div> 
 + 
 + <div class="part"> 
 + <div class="title"> 
 + <span class="h1" >Comptes Rendus de Projets <span class="subtitle">PPE ou Simples TP</span></span> 
 + </div> 
 + <div class="content"> 
 + <div> 
 + <ul> 
 + <li class="text"><a href="/etudiants/2015/nicolas.brossault/increase"><span class="dark-b"><b> Increase : </b></span> Gestionnaire de Projet</a>   <small><a target="_blank" href="https://onedrive.live.com/redir?resid=69C6CB36835E28E7!486&authkey=!AJWbvWB-0twH-bI&ithint=file%2cdocx">(Fiche E4)</a></small></li> 
 +                                        <li class="text"><a href="/etudiants/2015/hugo.palla/ppe-quizzmakerpro"><span class="dark-b"><b> QuizzMakerPro</b></span> Créateur de Quizz</a>   <small><a target="_blank" href="https://onedrive.live.com/redir?resid=69C6CB36835E28E7!487&authkey=!AHJYLLA12PSEmxw&ithint=file%2cdocx">(Fiche E4)</a></small></li> 
 + </ul> 
 + </div> 
 + </div> 
 + </div> 
 + 
 + <div class="part"> 
 + <div class="title"> 
 + <span class="h1" >Portefeuille de Compétences <span class="subtitle">Compétences acquises lors des stages et en cours</span></span> 
 + </div> 
 + <div class="content"> 
 + <div> 
 + <ul> 
 + <li class="text"><a target="_blank" href="https://onedrive.live.com/redir?resid=69C6CB36835E28E7!484&authkey=!ABig5_P0Nt6CNag&ithint=file%2cxlsx"><span class="dark-b">Feuille de Compétences</a></li> 
 + </ul> 
 + </div> 
 + </div> 
 + </div> 
 + 
 + <script type="text/javascript"> 
 + jQuery(function() { 
 + jQuery('.part .title').click(function(e) { 
 + jQuery(e.target).next('div .content').siblings('div .content').slideUp(); 
 + jQuery(e.target).next('div .content').slideToggle(); 
 + }); 
 + jQuery('.part .title span').click(function(e) { 
 + jQuery(e.target).parent().next('div .content').siblings('div .content').slideUp(); 
 + jQuery(e.target).parent().next('div .content').slideToggle();content 
 + }); 
 + }); 
 + </script> 
 +</HTML>
  • etudiants/2015/antoine.leboisselier.1425916437.txt.gz
  • Dernière modification : il y a 6 ans
  • (modification externe)