feat(index): cria a estrutura do HTML para o banner desktop e mobile #3

Merged
NicollyVieira merged 1 commits from feature/main-banner into main 2022-10-11 11:44:50 +00:00
3 changed files with 12 additions and 0 deletions
Showing only changes of commit 3bc8212af5 - Show all commits

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB

View File

@ -15,5 +15,17 @@
<img class="header-page-logo" src="assets/svgs/Logo-M3Academy.svg" alt="logo da m3 academy">
</a>
</header>
<!-- Banner -->
<main>
<div>
<figure>
<!-- Versão Desktop -->
<img class="main-banner main-banner-desktop" src="assets/images/main-banner-image-desktop.png" alt="iamgem do banner principal">
<!-- Versão Mobile -->
<img class="main-banner main-banner-mobile" src="assets/images/main-banner-image-mobile.png" alt="imagem do banner principal">
</figure>
</div>
</main>
</body>
</html>