PROYECTO.
Se presentó el proyecto y se escogió una persona del grupo al azar para que realizara la modificación en el proyecto indicada por el ingeniero.
ARCHIVO INDEX.HTML
<!doctype html> <!-- Website Template by freewebsitetemplates.com --> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Nuestro Proyecto Decimo B</title> <link rel="stylesheet" type="text/css" href="css/style.css"> <link rel="stylesheet" type="text/css" href="css/mobile.css" media="screen and (max-width : 568px)"> <script type="text/javascript" src="js/mobile.js"></script> </head> <body> <div id="header"> <a href="index.html" class="logo"> <img src="images/logo.jpg" alt=""> </a> <ul id="navigation"> <li class="selected"> <a href="index.html">Inicio</a> </li> <li> <a href="derechos.html">Derechos</a> </li> <li> <a href="ejercicio.html">Ejercicio</a> </li> </li> </ul> </div> <div id="body"> <div id="featured"> <img src="images/the-beacon.jpg" alt=""> <div> <h2>Ejercicio Proyecto Primer Bimestre</h2> <span>Consiste en una caja de texto y sitio web navegable.</span> <a href="ejercicio.html" class="more">Ver ejercicio</a> </div> </div> <ul> <li> <a href="#gallery.html"> <img src="images/the-father.jpg" alt=""> <span>the father</span> </a> </li> <li> <a href="#gallery.html"> <img src="images/the-actor.jpg" alt=""> <span>the actor</span> </a> </li> <li> <a href="#gallery.html"> <img src="images/the-nerd.jpg" alt=""> <span>the nerd</span> </a> </li> </ul> </div> <div id="footer"> <div> <p>© 2023 by Mustacchio. All rights reserved.</p> <ul> <li> <a href="http://freewebsitetemplates.com/go/twitter/" id="twitter">twitter</a> </li> <li> <a href="http://freewebsitetemplates.com/go/facebook/" id="facebook">facebook</a> </li> <li> <a href="http://freewebsitetemplates.com/go/googleplus/" id="googleplus">googleplus</a> </li> <li> <a href="http://pinterest.com/fwtemplates/" id="pinterest">pinterest</a> </li> </ul> </div> </div> </body> </html>
Comentarios
Publicar un comentario