feat(header): adicao header
This commit is contained in:
parent
ea193a997b
commit
e3847e1dcc
@ -8,6 +8,10 @@
|
|||||||
<link rel="stylesheet" href="styles.css">
|
<link rel="stylesheet" href="styles.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<header class="page-header">
|
||||||
|
<a href="./index.html"><img class="header-logo" src="images/Logo-M3Academy 1.svg" alt="Logo M3 Academy"></a>
|
||||||
|
</header>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<img class="main-poster" src="images/mainposter.jpg" alt="Banner Laptop">
|
<img class="main-poster" src="images/mainposter.jpg" alt="Banner Laptop">
|
||||||
<section>
|
<section>
|
||||||
@ -58,6 +62,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<a href="https://www.instagram.com/" target="_blank"><img class="instagram-logo" src="./images/instagram-logo.svg" alt="Logo Instagram"></a>
|
<a href="https://www.instagram.com/" target="_blank"><img class="instagram-logo" src="./images/instagram-logo.svg" alt="Logo Instagram"></a>
|
||||||
<a href="https://www.facebook.com/" target="_blank"><img class="facebook-logo" src="./images/facebook-logo.svg" alt="Logo Facebook"></a>
|
<a href="https://www.facebook.com/" target="_blank"><img class="facebook-logo" src="./images/facebook-logo.svg" alt="Logo Facebook"></a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user