Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My semantic html version 1 #1

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
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
111 changes: 110 additions & 1 deletion My_Sematic_HTML/index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,121 @@
<html lang="en">
<!DOCTYPE html>
<html lang="es">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="William Aguilar">
<meta name="description" content="William Aguilar portfolio">
<title>William Aguilar</title>
</head>

<body>

<header>
<h1>William Aguilar</h1>
<p>Hi! i'm <em>Full stack Developer</em> with passion for creating new <strong> digital experiences</strong> </p>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">More</a></li>
</ul>
</header>

<main>
<article>
<h2>How to hack your brain?</h2>
<h3>Tips and Tricks</h3>
<img src="https://pineapplesupport.org/wp-content/uploads/2020/04/learning.jpg" alt="hack your brain image">

<section>
After capturing some insights from the
Learning how to Learn course, I want to share the important
tips for getting rid of bad habits and creating a new way
of learning. The main keys are <em>Know your enemy</em> , <em>sleep and
rest</em> , <em>focus on the process</em> and <em>manage your daily life</em> .
</section>

<footer>
<strong>
<i>William Aguilar </i>
</strong>
<em>2021</em>
</footer>

</article>

<article>
<h2>El fin de la educación</h2>
<h3>Una mirada</h3>

<img src="https://www.saldarriagaconcha.org/wp-content/uploads/2020/07/Portada-infoc%CC%A7Unesco.png" alt=" Education image " title="Education image">
<section>
<strong>La educación definitivamente cambia vidas</strong> . Muchas personas pasan por ella sin saber
que querían. <em>Desde el principio se impuso en su mente que deberían nacer, crecer,
reproducirse y morir</em>, olvidando por completo lo que hay intrínseco
en cada una de “las fases de la vida”, que día tras día según un concepto
personal deberían estar en desuso o reevaluadas totalmente.
</section>

<footer>
<strong>
<i>William Aguilar </i>
</strong>
<em>2020</em>
</footer>
</article>

<article>
<h2>El Tic sin el Tac</h2>
<h3>Un reloj que no perdona</h3>
<img src="https://fondosmil.com/fondo/20427.jpg" alt=" El tic sin el tac fotografía" title="El tic sin el tac fotografía">

<section>
<strong>El reloj mantiene un ritmo que no varía</strong> , es continuo,
riguroso y disciplinado. Siente la responsabilidad de un tiempo
que lleva a cuestas. <em>El tiempo es ilimitado</em> ,<em>es eterno</em>,
<em>te da el chance de repetir o de recordar</em> .
</section>


<footer>
<strong>
<i>William Aguilar </i>
</strong>
<em>2016</em>
</footer>
</article>
</section>

</main>

<aside>
<h4> Links de interes</h4>

<p>
A continuación presento
algunos <strong>links de interes</strong> que pueden <em>extender el contenido
de la página</em>
</p>
<br>

<ol>
<li><a href="" target="_blank" >Curso aprender a aprender</a></li>
<li><a href="https://youtu.be/PlAZoauenkg" target="_blank">Conversaciones con Julián de Zubiria</a></li>
<li><a href="#">Reflexiones sobre el tiempo</a></li>
<li><a href="#">Reflexiones sobre el tiempo</a></li>
<li><a href="#">Reflexiones sobre el tiempo</a></li>

</ol>
</aside>

<footer>
<ul>
<li><a href="https://twitter.com/_WilliamAguilar" target="_blank">Twitter</a></li>
<li><a href="https://awilliamandres.medium.com/" target="_blank">Medium</a></li>
</ul>
</footer>
</body>

</html>