diff --git a/assets/CSS/main.css b/assets/CSS/main.css new file mode 100644 index 0000000..c19b5da --- /dev/null +++ b/assets/CSS/main.css @@ -0,0 +1,12 @@ +@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap%27'); + +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body { + font-family: "Inter", sans-serif; + color: #000000; +} \ No newline at end of file diff --git a/assets/images/Banner Infocard Topo.png b/assets/images/Banner Infocard Topo.png new file mode 100644 index 0000000..82530bd Binary files /dev/null and b/assets/images/Banner Infocard Topo.png differ diff --git a/assets/images/Banner-principal-mobile.png b/assets/images/Banner-principal-mobile.png new file mode 100644 index 0000000..098a4dc Binary files /dev/null and b/assets/images/Banner-principal-mobile.png differ diff --git a/assets/images/Banner-principal.jpg b/assets/images/Banner-principal.jpg new file mode 100644 index 0000000..9d7f375 Binary files /dev/null and b/assets/images/Banner-principal.jpg differ diff --git a/assets/images/Group.png b/assets/images/Group.png new file mode 100644 index 0000000..2edf5fb Binary files /dev/null and b/assets/images/Group.png differ diff --git a/assets/images/Logo-M3Academy 1.svg b/assets/images/Logo-M3Academy 1.svg new file mode 100644 index 0000000..698965a --- /dev/null +++ b/assets/images/Logo-M3Academy 1.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/images/Rectangle 15.png b/assets/images/Rectangle 15.png new file mode 100644 index 0000000..c4b49fc Binary files /dev/null and b/assets/images/Rectangle 15.png differ diff --git a/assets/images/bottom-infocard-image-mobile.png b/assets/images/bottom-infocard-image-mobile.png new file mode 100644 index 0000000..f4e55c5 Binary files /dev/null and b/assets/images/bottom-infocard-image-mobile.png differ diff --git a/assets/images/coin 1.png b/assets/images/coin 1.png new file mode 100644 index 0000000..cfbd0f1 Binary files /dev/null and b/assets/images/coin 1.png differ diff --git a/assets/images/facebook-logo.png b/assets/images/facebook-logo.png new file mode 100644 index 0000000..170d82f Binary files /dev/null and b/assets/images/facebook-logo.png differ diff --git a/assets/images/instagram-icon-m3.png b/assets/images/instagram-icon-m3.png new file mode 100644 index 0000000..922af3c Binary files /dev/null and b/assets/images/instagram-icon-m3.png differ diff --git a/assets/images/laptop 1.png b/assets/images/laptop 1.png new file mode 100644 index 0000000..6dff7a4 Binary files /dev/null and b/assets/images/laptop 1.png differ diff --git a/assets/images/middle-image1.png b/assets/images/middle-image1.png new file mode 100644 index 0000000..834d573 Binary files /dev/null and b/assets/images/middle-image1.png differ diff --git a/assets/images/middle-image2.png b/assets/images/middle-image2.png new file mode 100644 index 0000000..6561eb0 Binary files /dev/null and b/assets/images/middle-image2.png differ diff --git a/assets/images/middle-image3.png b/assets/images/middle-image3.png new file mode 100644 index 0000000..8eba01f Binary files /dev/null and b/assets/images/middle-image3.png differ diff --git a/assets/images/money (1) 2.png b/assets/images/money (1) 2.png new file mode 100644 index 0000000..7cd0f0f Binary files /dev/null and b/assets/images/money (1) 2.png differ diff --git a/assets/images/shop 1.png b/assets/images/shop 1.png new file mode 100644 index 0000000..4b144a6 Binary files /dev/null and b/assets/images/shop 1.png differ diff --git a/assets/images/shopping-bag (1) 1.png b/assets/images/shopping-bag (1) 1.png new file mode 100644 index 0000000..55c9060 Binary files /dev/null and b/assets/images/shopping-bag (1) 1.png differ diff --git a/assets/images/youtube-logo.png b/assets/images/youtube-logo.png new file mode 100644 index 0000000..2227a63 Binary files /dev/null and b/assets/images/youtube-logo.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..d76cc79 --- /dev/null +++ b/index.html @@ -0,0 +1,20 @@ + + + + + + + Desafio 1: Landing Page + + + + + + \ No newline at end of file