feat(primeiro commit)
finalizando header
1
challenge-landing-page
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 89ee7124acf39f95e55dd0e21f2aa8b5918c7fbe
|
BIN
imagens/Group (1).png
Normal file
After Width: | Height: | Size: 939 B |
BIN
imagens/Group 7 (3).png
Normal file
After Width: | Height: | Size: 4.3 KiB |
9
imagens/Logo-M3Academy 1.svg
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
imagens/Rectangle 13 (2).png
Normal file
After Width: | Height: | Size: 234 KiB |
BIN
imagens/Rectangle 14.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
imagens/Rectangle 15 (2).png
Normal file
After Width: | Height: | Size: 362 KiB |
BIN
imagens/Rectangle 16 (2).png
Normal file
After Width: | Height: | Size: 215 KiB |
BIN
imagens/Rectangle 17 (2).png
Normal file
After Width: | Height: | Size: 318 KiB |
BIN
imagens/Rectangle 9 (6).png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
imagens/bannerdsktop.png.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
imagens/fxemoji_threenetworkedcomputers (2).png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
imagens/shopping-bag (1) 1 (2).png
Normal file
After Width: | Height: | Size: 2.0 KiB |
19
index.html
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<!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">
|
||||||
|
<link rel="stylesheet" href="style.css">
|
||||||
|
<title>M3</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header>
|
||||||
|
<figure class="logo">
|
||||||
|
<a href="/">
|
||||||
|
<img class="m3" src="imagens/Logo-M3Academy 1.svg" alt="Logo-M3Academy">
|
||||||
|
</a>
|
||||||
|
</figure>
|
||||||
|
</header>
|
||||||
|
</body>
|
||||||
|
</html>
|