• Je me suis assoupi , du coup je me sens pas très réveillé.bref.

    Aujourd'hui très bonne journée ! J'ai passé mon midi avec ma femme,  on a beaucoup rit et on s'est fait un gros câlin qui fait très très plaisir. Elle me manque fort ! Dormir avec serait l'idéal.

    Au niveau scolaire aucun test pour le jour. J'ai était voir ma promotrice de TFE pour fixer une date de rendez-vous. Je m'ébaubis de sa gentillesse. Elle est vraiment cool , tout comme ma prof d'anglais actuel. Elle m'a dit que je pourrais être prof d'anglais, alors d'office j'étais content, mais il faudrait s'inquiéter de l'état des élèves après mes cours tout de même selon elle. 

    See you !

     

    J'écris tous les jours sur mon blog à 20h donc les nouvelles arrives dans ces environs.


    votre commentaire
  • Occupé.


    votre commentaire
  • css

    /* *********************************************************** */

    /* *********************************************************** */

     

     

    p, ul, li, article, footer, header, h1, table, tr, td {

     margin: 0;

     padding: 0;

    }

     

    nav ul { 

     list-style-type:none;

     background-color:black;

     color:red;

     line-height: 40px;

    }

    nav li{display:inline-block;

     width:146px;

     

    }

    nav li:first-child,nav li:last-child

    {

     background-color:black;

     width:110px;

     

    }

    nav a {

     display: inline-block;

     width: 150px;

     text-decoration: none;

     color:rgb(248,225,37);

    }

    nav a:hover{

      color:white;

    }

    body {

     width:975px;

     margin:auto;

     background-color:black;

     margin-top:25px;

     background-image:url(fond10.jpg);

     height:1000px;

     background-position:0% 0%;

     background-repeat:no-repeat;

     /* l'effet de l'image de fond est volontaire */

    }

    iframe{

     

     padding-top:70px;

     padding-left:65px;

    }

    header{

     /* background-image:url(photoheader.jpg); */

     height:475px;

     width:975px;

     background-color:rgb(222,88,72);

    }

    footer{

     

     height:50px;

     width:975px;

     background-color:black;

     /* background-image:url(bas.jpg); */

    }

    article{

     height:975px;

     width:975px;

     background-color:white;

     background-image:url(fond2.jpg);

     margin:auto;

     padding-top:90px;

    }

    table {

     margin: auto;

     text-align: center;

     border-collapse: separate;

        border-spacing: 30px 30px;

     

    }

    table td{

     height:200px;

     width:200px;

     /* background-color:rgb(222,88,72); */

     

    }

    h2{

     color:rgb(248,225,37); 

    }

     

    .image05 img {

     width: 200px;

     float: left;

     padding-right: 8px;

    }

     

    .para {

     height: 120px;

     text-align: justify;

    }

     

    table img{

     width: 200px;

     height: 200px;

     border-radius: 1px;

     border: 3px solid #fafafa;

     filter: grayscale(1);

     transition: 800ms;

    }

     

    table img:hover {

     filter: grayscale(0);

     transition: 800ms;

    }

    .album{

     width: 400px;

     height: 400px;

     border-radius: 1px;

     border: 3px solid #fafafa;

     display:block;

     margin-left:auto;

     margin-right:auto;

    }

    .albumPosition{

     

     text-align: center;

    }

    .albumpresentation{

     color:rgb(248,225,37);

     text-align: justify;

     padding-left:20px;

     padding-right:20px;

    }


    votre commentaire
  • <!DOCTYPE html>

    <html>

        <head>

            <title>ACDC Albums</title>

            <meta charset="utf-8" />

            <link rel="stylesheet" href="style.css" />

        </head>

        <body>   

     

     <header>

     <!--<img src="photoA.jpg" alt="chanteur ACDC"/> -->

     </header>

     <nav>

     <ul>

     <li>&nbsp;</li>

     <li><a href="accueil.html">Accueil</a></li>

     <li><a href="histoire.html">Histoire</a></li>

     <li><a href="membres.html">Membres</a></li>

     <li><a href="albums.html">Albums</a></li>

     <li><a href="galerie.html">Galerie</a></li>

     <li>&nbsp;</li>

     </ul>

     </nav>

     <article>

     <img class="album" width="400" height="400" src="album1.jpg" alt="chanteur ACDC"/>

     <h2 class="albumPosition">Nom de l'album</h2>

     <p class="albumpresentation">

     Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas commodo porta ligula vel laoreet. Donec et dignissim risus. Duis ex tortor, vestibulum ac leo sed, dapibus ornare enim. Etiam accumsan est eget ligula dapibus, in faucibus dolor euismod. Nunc feugiat tortor sit amet nisl pharetra, quis tempus est luctus. Phasellus feugiat auctor enim, et mattis dolor tempor id. Etiam rutrum quam sit amet enim aliquam, eu ornare lectus sollicitudin. Ut viverra gravida ultrices. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Suspendisse ut ipsum aliquet, eleifend justo sed, rhoncus dui. Pellentesque augue quam, luctus at tellus eget, fringilla congue orci. Quisque nec ullamcorper massa. Donec dolor justo, commodo ac ligula vel, congue ullamcorper enim. Donec eleifend ullamcorper metus vel mollis.

     </p>

     </article>

     <footer>

     </footer>

     

        </body>

    </html>


    votre commentaire
  • <!DOCTYPE html>

    <html>

        <head>

            <title>ACDC Membres</title>

            <meta charset="utf-8" />

            <link rel="stylesheet" href="style.css" />

        </head>

        <body>   

     

     <header>

     <!--<img src="photoA.jpg" alt="chanteur ACDC"/> -->

     </header>

     <nav>

     <ul>

     <li>&nbsp;</li>

     <li><a href="accueil.html">Accueil</a></li>

     <li><a href="histoire.html">Histoire</a></li>

     <li><a href="membres.html">Membres</a></li>

     <li><a href="albums.html">Albums</a></li>

     <li><a href="galerie.html">Galerie</a></li>

     <li>&nbsp;</li>

     </ul>

     </nav>

     <article>

     

     

     <p class="agauche">

     <h2>ANGUS YOUNG</h2>

     <img  width="150" height="150" src="membre1.jpg" alt="chanteur ACDC"/>

     </p>

     <p class="texte">

     Angus McKinnon Young est un musicien australien d'origine britannique, né le 31 mars 1955 à Glasgow. Angus Young est connu pour être guitariste soliste, compositeur et cofondateur du groupe de hard rock AC/DC.

     </p>

     

     

     <p class="agauche">

     <h2>BRIAN JOHNSON</h2>

     <img width="150" height="150" src="membre2.jpg" alt="chanteur ACDC"/>

     </p>

     <p class="texte">Brian Johnson, né le 5 octobre 1947 à Gateshead en Angleterre, est un chanteur et parolier britannique

     </p>

     

     <p class="agauche">

     <h2>STEVY YOUNG</h2>

     <img  width="150" height="150" src="membre6.jpg" alt="chanteur ACDC"/>

     </p>

     <p class="texte">

     Stevie Young, né le 12 novembre 1956 à Glasgow, Écosse, est un guitariste australien, neveu des guitaristes Malcolm et Angus Young. Il est le fils de leur frère aîné Steven, et a émigré en Australie avec le reste de la famille Young en 1963.

     </p>

     

     

     <p class="agauche">

     <h2>CHRIS SLADE</h2>

     <img  width="150" height="150" src="membre7.jpg" alt="chanteur ACDC"/>

     </p>

     <p class="texte">

     Chris Slade est un batteur britannique, né le 30 octobre 1946, connu pour avoir été membre du groupe de hard rock AC/DC de 1989 à 1994 et depuis février 2015

     </p>

     

     

     <footer>

     Site réalisé par VanMaele Guillaume 6Bo7

     </footer>

     

        </body>

    </html>


    votre commentaire


    Suivre le flux RSS des articles de cette rubrique
    Suivre le flux RSS des commentaires de cette rubrique