Adiciona o logo no header
BIN
assets/images/Logo-M3Academy 1.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
assets/images/Main-banner-desktop.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
assets/images/bottom-banner-desktop.png
Normal file
After Width: | Height: | Size: 362 KiB |
BIN
assets/images/bottom-banner-mobile.png
Normal file
After Width: | Height: | Size: 247 KiB |
BIN
assets/images/bottom-card-01.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
assets/images/bottom-card-02.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
assets/images/bottom-card-03.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
assets/images/bottom-card-04.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
assets/images/main-banner-mobile.png
Normal file
After Width: | Height: | Size: 341 KiB |
BIN
assets/images/middle-banner-mobile01.png
Normal file
After Width: | Height: | Size: 234 KiB |
BIN
assets/images/middle-banner-mobile02.png
Normal file
After Width: | Height: | Size: 215 KiB |
BIN
assets/images/middle-banner-mobile03.png
Normal file
After Width: | Height: | Size: 318 KiB |
0
assets/images/styles.css/main.css
Normal file
BIN
assets/images/top-card-02.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
assets/images/top-card01.png
Normal file
After Width: | Height: | Size: 959 B |
BIN
assets/images/top-card03.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
0
assets/styles.css/main.css
Normal file
21
index.html
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
<!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>M3 Desafio 1</title>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<header class="page-header">
|
||||||
|
<a href="/">
|
||||||
|
<img class="header-logo" src="./assets/images/Logo-M3Academy 1.png" alt="Logo M3-Academy">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</header>
|
||||||
|
</body>
|
||||||
|
</html>
|