diff --git a/assets/image/Logo-M3Academy.svg b/assets/image/Logo-M3Academy.svg new file mode 100644 index 0000000..698965a --- /dev/null +++ b/assets/image/Logo-M3Academy.svg @@ -0,0 +1,9 @@ + diff --git a/assets/image/main-image-desktop.png b/assets/image/main-image-desktop.png new file mode 100644 index 0000000..cab0a60 Binary files /dev/null and b/assets/image/main-image-desktop.png differ diff --git a/assets/image/main-image-mobile.png b/assets/image/main-image-mobile.png new file mode 100644 index 0000000..5118021 Binary files /dev/null and b/assets/image/main-image-mobile.png differ diff --git a/assets/image/top-pcs-image.png b/assets/image/top-pcs-image.png new file mode 100644 index 0000000..2af63bd Binary files /dev/null and b/assets/image/top-pcs-image.png differ diff --git a/assets/styles/mian.css b/assets/styles/mian.css new file mode 100644 index 0000000..7ed8c39 --- /dev/null +++ b/assets/styles/mian.css @@ -0,0 +1,22 @@ +*{ + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body{ + font-family: inter, sans-serif; + color: #000000; +} + +.cabecalho{ + background-color: #000000; + display: flex; + justify-content: center; + padding: 29px 0 ; + max-width: 100%; +} +.cabecalho-logo{ + display: block; +} + diff --git a/index.html b/index.html new file mode 100644 index 0000000..2d25d38 --- /dev/null +++ b/index.html @@ -0,0 +1,22 @@ + + +
+ + + + + + +