diff --git a/assets/logo-m3academy-1.svg b/assets/logo-m3academy-1.svg new file mode 100644 index 0000000..698965a --- /dev/null +++ b/assets/logo-m3academy-1.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/main-banner-desktop.png b/assets/main-banner-desktop.png new file mode 100644 index 0000000..67dc789 Binary files /dev/null and b/assets/main-banner-desktop.png differ diff --git a/assets/main-banner-mobile.png b/assets/main-banner-mobile.png new file mode 100644 index 0000000..8993f79 Binary files /dev/null and b/assets/main-banner-mobile.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..0829537 --- /dev/null +++ b/index.html @@ -0,0 +1,25 @@ + + + + + + + Landing Page M3 Academy + + + + + + + +
+
+ +
+
+ + + \ No newline at end of file diff --git a/styles/style.css b/styles/style.css new file mode 100644 index 0000000..71fc5f3 --- /dev/null +++ b/styles/style.css @@ -0,0 +1,22 @@ +* { + padding: 0; + margin: 0; + box-sizing: border-box; +} + +.page-header { + background-color: black; + display: flex; + justify-content: center; + align-items: center; + padding: 28px 0; +} + +.header-logo { + display: block; + width: 100%; +} + +.main-banner { + width: 100%; +}