Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Orliluq authored Jan 24, 2024
1 parent e3bdbb6 commit 25d2478
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/svg+xml" href="/resources/images/favicon.ico" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Expand All @@ -8,6 +9,8 @@
<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;900&display=swap" rel="stylesheet">
<!-- Styles-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css">
<link rel="stylesheet" href="style.css">
<title>Encriptador de texto</title>
</head>
Expand Down Expand Up @@ -42,9 +45,19 @@ <h2 class="card__h2">Ningún mensaje fue encontrado</h2>
<button class="copy">Copiar</button>
</section>
</main>
<footer>
&copy; Desarrollado por Orlibet Dun, Grupo 6. ONE Oracle - Alura Latam 2024
<footer class="flex">
<section class="text-icon">
<a href="https://www.linkedin.com/in/orlibetdungonzalez/" target="_blank" rel="noopener">
<i class="fab fa-linkedin-in" style="--color-icon: #5476bf; --font: 1.5rem"></i>
</a>
<a href="https://github.com/Orliluq/" target="_blank" rel="noopener">
<i class="bx bxl-github" style="--color-icon: #412344; --font: 1.5rem"></i>
</a>
</section>
<section class="flex">
&copy; Desarrollado por Orlibet Dun, Grupo 6. ONE Oracle - Alura Latam 2024
</section>
</footer> <!--footer desarrollador-->
<script src="./index.js"></script>
</body>
</html>
</html>

0 comments on commit 25d2478

Please sign in to comment.