Browse Source

Finalizando exercicio

master
jailton 3 years ago
parent
commit
cb2b6b885a
3 changed files with 37 additions and 2 deletions
  1. +35
    -0
      3-HTML/about.html
  2. BIN
      3-HTML/cifrao.png
  3. +2
    -2
      3-HTML/index.html

+ 35
- 0
3-HTML/about.html View File

@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
</head>
<body>
<header>
<div class="brand"> <img src="./cifrao.png"/> </div>
<nav>
<ul>
<li> <a href="./index.html">HOME </a> </li>
<li> <a href="#">LOGIN</a> </li>
<li> <a href="#">ABOUT</a> </li>
</ul>
</nav>
</header>
<main>
<div class="container">
<h3>Saiba um pouco sobre nosso trabalho!</h3>
</div/>
</main>
<footer>
<span>CostBank 2023 &copy; </span>
</footer>
</body>
</html>

BIN
3-HTML/cifrao.png View File

Before After
Width: 64  |  Height: 64  |  Size: 4.5 KiB

+ 2
- 2
3-HTML/index.html View File

@ -6,12 +6,12 @@
<body>
<header>
<div class="brand">CostBank</div>
<div class="brand"><img src="./cifrao.png"/> </div>
<nav>
<ul>
<li> <a href="#">HOME </a> </li>
<li> <a href="#">LOGIN</a> </li>
<li> <a href="#">ABOUT</a> </li>
<li> <a href="./about.html">ABOUT</a> </li>
</ul>
</nav>
</header>


Loading…
Cancel
Save