1
resposta

[Projeto] Exercícios Completos

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta http-equiv="viewport" content="width-device-width, initia-scale=1.0">
        <title>Portfolio Amanda Kehl</title>
    </head>
    <body>

        <header>
            <nav>
                <img src="images/logoBlack.png" alt="Logo Amanda Kehl">
                <ul>
                    <li>Home</li>
                    <li>Professional background</li>
                    <li>Education</li>
                    <li>Skills</li>
                    <li>Adittional Experiences</li>
                </ul>
            </nav>
        </header>

        <main>        
            <h1><strong>Amanda Kehl</strong></h1>        <p>Technical Support Engineer with two years of experience working with SaaS at a multinational  company dealing with a diverse team from all over the world. <br>
            At my current role I excel at managing customers' expectations (internal and external) with regards to project objectives, deliverables, timeframes, etc. by understanding the key business drivers and their prioritization.<br> I also use technical skills to support customer’s testing efforts and troubleshooting connectivity, data transformation and posting issues and perform root cause analysis and provide solutions. <br> On a daily basis I use applications like Service Now, Jira, Confluence and help to create KBAs and documentation. <br> With passion for customer service, my background as an English Teacher and Flight Attendant I have developed strong communication skills, the ability to work under pressure and the ability to adapt to all situations in fast paced environments.</p>
            <img src="images/profile.jpg" alt="Logo Amanda Kehl">
        </main>

        <footer>            
            <a href="https://www.linkedin.com/in/amandacplk/">Linkedin</a>
            <a href="mailto:amandalauxenkehl@gmail.com">Email</a>
            <a href="https://github.com/amandacp-kehl">Github</a>
        </footer>

    </body>
</html>
1 resposta

Oi Amanda!

Seu código HTML está bem estruturado, meus parabéns!

Continue praticando e explorando cada vez mais!

Só uma observação a tag viewport está com um pequeno erro de digitação. O correto é width=device-width e initial-scale=1.0.

Reforço que em casos de dúvidas, conte sempre com o fórum da comunidade Alura! Bons estudos!

Sucesso

Um grande abraço e até mais!

Caso este post tenha lhe ajudado, por favor, marcar como solucionado ✓. Bons Estudos!