feat: Criando estrutura inicial

This commit is contained in:
Caroline Moran 2022-10-06 12:40:35 -04:00
parent 89ee7124ac
commit 8f291917ed
19 changed files with 14 additions and 0 deletions

BIN
src/assets/Bag.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 341 KiB

BIN
src/assets/Card-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 KiB

BIN
src/assets/Card-2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB

BIN
src/assets/Card-3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 KiB

BIN
src/assets/Coin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
src/assets/Ecommerce.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
src/assets/Facebook.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 B

BIN
src/assets/Instagram.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 490 B

BIN
src/assets/LogoM3Branco.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
src/assets/Money.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
src/assets/Phone.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
src/assets/Store.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 959 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
src/assets/Youtube.zip Normal file

Binary file not shown.

14
src/landingPage.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="pt-br">
<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" />
<title>Desafio 1-M3 Academy</title>
</head>
<body>
<header></header>
<main></main>
<footer></footer>
</body>
</html>