Skip to content

Commit

Permalink
a11y - 3.2.1 changing two H3s to H4s
Browse files Browse the repository at this point in the history
  • Loading branch information
maryfries committed Aug 10, 2024
1 parent 1994329 commit 138dc8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h3>Configuración de la lista de contactos</h3>
</ol>
</div>
<div class="takeNote">
<h3 class="box-head">¿Por qué mundial?</h3>
<h4 class="box-head">¿Por qué mundial?</h4>
<strong>Varias secuencias de comandos</strong> en todo el proyecto <strong>utilizarán esta variable</strong>, por lo que no debe adjuntarse a una sola secuencia de comandos como una variable de secuencia de comandos local.
</div>

Expand All @@ -41,7 +41,7 @@ <h3>Crear el tipo de dato abstracto (ADT)</h3>
<div><span>Gamal:</span> Sí. En este proyecto, necesitaremos un constructor <code>contacto</code> y luego selectores para acceder al <code>nombre</code>, <code>dirección</code> y <code>número de teléfono</code> para cualquier contacto dado.</div>
</div>
<div class="takeNote">
<h3 class="box-head">Preservar la privacidad</h3>
<h4 class="box-head">Preservar la privacidad</h4>
<p>Los proyectos de Snap<em>!</em> no son seguros. No utilices tu información personal ni la de tus compañeros.</p>
</div>
<div class="forYouToDo">
Expand Down
4 changes: 2 additions & 2 deletions cur/programming/3-lists/2-contact-list/1-build-the-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h3>Setting Up the Contact List</h3>
</div>

<div class="takeNote">
<h3 class="box-head">Why a global variable?</h3>
<h4 class="box-head">Why a global variable?</h4>
<em>Multiple scripts</em> across the project <em>will use this variable</em>, so it shouldn't be attached to just one script like a local, script variable.
</div>

Expand All @@ -41,7 +41,7 @@ <h3>Creating the ADT</h3>
<div><span>Gamal:</span> Yeah. In this project, we'll need a <code>contact</code> constructor and then selectors to access the <code>name</code>, <code>address</code>, and <code>phone number</code> for any given contact.</div>
</div>
<div class="takeNote">
<h3 class="box-head">Preserve Privacy</h3>
<h4 class="box-head">Preserve Privacy</h4>
<p>Snap<em>!</em> projects are not secure. Do not use your or your classmates' personal information.</p>
</div>
<div class="forYouToDo">
Expand Down

0 comments on commit 138dc8e

Please sign in to comment.