feat(header): adicao header
This commit is contained in:
parent
ea193a997b
commit
e3847e1dcc
@ -8,6 +8,10 @@
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
<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>
|
||||
<img class="main-poster" src="images/mainposter.jpg" alt="Banner Laptop">
|
||||
<section>
|
||||
@ -58,6 +62,7 @@
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<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.facebook.com/" target="_blank"><img class="facebook-logo" src="./images/facebook-logo.svg" alt="Logo Facebook"></a>
|
||||
|
Loading…
Reference in New Issue
Block a user