There are 2 points in this certification project that I added but the system is not recognizing them.
This part of the code is working well in my project and the links are sending me to the corresponding section of my page as the project requires it, but it still showing me that I am not meeting this requirement. I don’t know what to do, because it is the only left before finishing this certification project.
WARNING
The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.
You will need to take an additional step here so the code you wrote presents in an easy to read format.
Please copy/paste all the editor code showing in the challenge from where you just linked.
<!DOCTYPE Html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="content" content="width=content-width, initial-scale=1.0">
<link href="styles.css" rel="stylesheet">
<title>Universidad de Chile</title>
</head>
<body>
<header id="header">
<img id="header-img" src="link1"> <!--ADD IMAGE LINK-->
<nav id="nav-bar">
<h1>Universidad de Chile</h1>
<ul id="links">
<li class="nav-link"><a href="#benefits">Beneficios</a></li>
<li class="nav-link"><a href="#history">Historia</a></li>
<li class="nav-link"><a href="#form">Regístrate</a></li>
<li class="nav-link"><a href="#offers">Membresías</a></li>
</ul>
</nav>
</header>
<main>
<section id="benefits" class="benefits">
<div class="benefit 1"><img id="logo" class="U_logo" src="image1link" width="80px" height="80px" alt="Logo_UCH"><p>Disfruta de todos los partidos de local de la Universidad de Chile en el Estadio Nacional</p></div>
<div class="benefit 2"><img id="logo" class="U_logo" src="image1link" width="80px" height="80px" alt="Logo_UCH"><p>Entrada liberada para miembros del club mostrando tu tarjeta de membresía en la entrada.</p></div>
<div class="benefit 3"><img id="logo" class="U_logo" src="image1link" width="80px" height="80px" alt="Logo_UCH"><p>Aprovecha entradas dobles en partidos seleccionados y participa por premios en accesorios de la Universidad de Chile</p></div>
</section>
<section id="history" class="intro">
<h2>Reseña de la historia de la U</h2>
<iframe id="video" src="https://www.youtube.com/embed/TU3Uv1DtkNw" width="603.2px" height="302.4px"></iframe>
</section>
<form id="form" class="start" method="post" action="link for certificate">
<h2>Haznos saber tu interés en obtener tu membresía</h2>
<p class="email_input">Ingresa tu email y estableceremos contacto para iniciar tu proceso</p>
<div class="input1">
<input id="email" type="email" placeholder="Ingresa tu dirección de correo electrónico" name="email"></input></div>
<div class="input2">
<input id="submit" type="submit" value="A alentar al León!"></input>
</div>
</form>
<section id="offers" class="products">
<div class="membership_bronze">
<h3>MEMBRESIA DE BRONCE</h3>
<p class="price">$60.000 pesos</p>
<ul class="product 1">
<li class="seats">Entrada Galería</li>
<li class="match">Todos los partidos de local</li>
<li class="length">Duración: 1 año</li>
</ul>
</div>
<div class="membership_silver">
<h3>MEMBRESIA DE PLATA</h3>
<p class="price">$120.000 pesos</p>
<ul class="product 2">
<li class="seats">Entrada Tribuna Andes</li>
<li class="match">Todos los partidos de local</li>
<li class="length">Duración: 1 año</li>
</ul>
</div>
<div class="membership_gold">
<h3>MEMBRESIA DE ORO</h3>
<p class="price">$250.000 pesos</p>
<ul class="product 3">
<li class="seats">Entrada Tribuna Marquesina</li>
<li class="match">Todos los partidos de local</li>
<li class="length">Duración: 2 años</li>
</ul>
</div>
</section>
</main>
<footer id="foot" class="footer">
<p id="privacy" class="about_us">Privacidad</p>
<p id="terms" class="about_us">Términos</p>
<p id="contact" class="about_us">Contacto</p>
</footer>
</body>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36
Challenge: Product Landing Page - Build a Product Landing Page
Link to the challenge: