|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="pt-br"> |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 7 | + |
| 8 | + <link rel="stylesheet" href="bootstrap.css" /> |
| 9 | + <link rel="stylesheet" href="style.css" /> |
| 10 | + <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" /> |
| 11 | + |
| 12 | + <link |
| 13 | + href="https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" |
| 14 | + rel="stylesheet" |
| 15 | + /> |
| 16 | + <link |
| 17 | + rel="stylesheet" |
| 18 | + href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" |
| 19 | + integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" |
| 20 | + crossorigin="anonymous" |
| 21 | + referrerpolicy="no-referrer" |
| 22 | + /> |
| 23 | + |
| 24 | + <title>Portfólio - Redirect</title> |
| 25 | + </head> |
| 26 | + <body> |
| 27 | + <main class="container justfy-content-center"> |
| 28 | + <h1>Bem vindo!</h1> |
| 29 | + <hr /> |
| 30 | + <h2>Page: <a href="https://felipeseabra.vercel.app/" target="_blank">Here</a></h2> |
| 31 | + <hr /> |
| 32 | + </main> |
| 33 | + <footer class="fixed-bottom"> |
| 34 | + <div class="Redes-sociais"> |
| 35 | + <a class="link-github" target="_blank"><i class="fab fa-github"></i></a> |
| 36 | + <a class="link-linkedin" target="_blank"><i class="fab fa-linkedin"></i></a> |
| 37 | + <a class="link-instagram" target="_blank"><i class="fab fa-instagram"></i></a> |
| 38 | + </div> |
| 39 | + <p class="end">Felipe S. - © 2022</p> |
| 40 | + </footer> |
| 41 | + |
| 42 | + <script |
| 43 | + src="https://code.jquery.com/jquery-3.3.1.slim.min.js" |
| 44 | + integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" |
| 45 | + crossorigin="anonymous" |
| 46 | + ></script> |
| 47 | + <script |
| 48 | + src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" |
| 49 | + integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" |
| 50 | + crossorigin="anonymous" |
| 51 | + ></script> |
| 52 | + <script |
| 53 | + src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" |
| 54 | + integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" |
| 55 | + crossorigin="anonymous" |
| 56 | + ></script> |
| 57 | + <script src="scriptButtons.js"></script> |
| 58 | + </body> |
| 59 | +</html> |
0 commit comments