<!DOCTYPE html>
<html>
<head>
<!--Optimização da seção <head> com meta tags-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Author" content="Tom Herrero">
<meta name="keywords" content="HTML5, CSS, Front-End, JavaScript, Alura">
<title>RedLab Front-End Exercise</title>
</head>
<body>
<h1>Welcome to <span style="color: red;">RedLab</span> Studio</h1>
<h2>Reach. Engage. Develop.</h2>
<!--Imagem com accessibilidade-->
<img loading="lazy" src="/Images/redlab.png" width="40" height="40" alt="RedLab Logo">
<!--Organização do conteúdo com as tags HTML-->
<blockquote>
"I've been passionate about marketing for as long as I can remember."
</blockquote>
<p>
This passion was ignited by the story I heard at a young age, of how Coca-Cola, in 1931, crafted the image of Santa Claus we all know and love today:<br>
a kind, white-bearded gentleman dressed in red and white, with a sack full of gifts and a warm smile, delivering presents, reading letters, enjoying a Coca-Cola, and visiting children.<br>
</p>
<blockquote>
"That showed me how powerful, clever, magical, and timeless a good marketing campaign can be."
</blockquote>
<p>
Many years later, I've been fortunate enough to work with what I love.<br>
With over 10 years in the web2 industry, I'm now riding the exciting wave of web3, eager to contribute to projects that are critical to its strategic future.<br>
</p>
<!--Listando Itens em HTML-->
<h1>Take a look at some of my skills:</h1>
<ul>
<li>UI/UX</li>
<ol>
<li>Adobe XD</li>
<li>Figma</li>
</ol>
</ul>
</body>
</html>