Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added contacto.html
Empty file.
Empty file added deportes.html
Empty file.
Binary file added img/esr.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/fcb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/instagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/logo_notimex.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/twiter.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 69 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Newpaper</title>
</head>
<body>
<header>
<nav>
<a href="deportes.html">DEPORTES</a>
<a href="internacional.html">INTERNACIONAL</a>
<a href="contacto.html">CONTACTO</a>

</nav>
<div>
<p id="encabezado_principal"><h1>Notimex</h1></p>
</div>
<div class="style_encabezado">
<span class="descripcion_periodico"><h2>servicio de experiencias de noticias digitales (END)
envían directamente a sus dispositivos la mejor cobertura deportiva en contenido de formato múltiple que los
para los fanáticos del fútbol, basquetbol </h2>
<figure>
<img src="img/logo_notimex.gif" alt="logo" style ="width:408px; height:188px;">
<figcaption>Logo Notimex</figcaption>
</figure>
<br>
</span>

</div>

</header>
<main>
<section>
<h3>Era Digital</h3>
<p>
Nuesto portal digital de noticias ha Contribuido a nuestras vidas temas de deportes, salud noticias Internacionales
en la cual los usuarios obtienen información y entretenimiento personalizado de manera
gratuita con tan sólo acceder al sitio.
</p>

</section>
</main>

<footer>
<div class="rights_reserved">
<span>Derechos reservados @ Grupo Notimex 2020</span>
</div>
<nav>
<a href="">Sucripciones</a>
<a href="">Anunciate</a>
<a href="">Historia</a>
<a href="">Aviso Legal</a>
<a href="">Aviso Privacidad</a>
</nav>

<div class="social-network">
<nav>
<a href="https://web.facebook.com/agencianotimex?_rdc=1&_rdr>facebook">facebook </a>
<a href="https://www.instagram.com/notimexfoto/?hl=es-la">instagram</a>
<a href="https://twitter.com/Notimex">twiter</a>
</nav>
</div>


</footer>

</body>
</html>
Empty file added internacional.html
Empty file.