Skip to content

Commit

Permalink
Changing favicon for Nico's fin
Browse files Browse the repository at this point in the history
  • Loading branch information
BO-NIAL committed Sep 29, 2024
1 parent 2b0d4ee commit 1275d1e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
Binary file added images/favicon.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/favicon.png
Binary file not shown.
18 changes: 2 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Centinela</title>
<link rel="stylesheet" href="https://unpkg.com/@picocss/pico@latest/css/pico.min.css">
<link rel="icon" type="image/x-icon" href="/images/favicon.png">
<link rel="icon" type="image/x-icon" href="/images/favicon.jpeg">
<style>
/* Center content on the page */

Expand Down Expand Up @@ -52,19 +52,6 @@
}

.attributionBackground {
position: fixed; /* Fix the link to a specific location on the page */
bottom: 3rem; /* 1rem from the bottom */
right: 1rem; /* 1rem from the right */
font-size: 0.75rem; /* Reduce the font size (12px equivalent) */
color: rgba(47, 45, 48, 0.911); /* Use Pico's primary color */
text-decoration: none; /* Remove the underline for a clean look */
}

.attributionBackground:hover {
text-decoration: underline; /* Add underline on hover for better UX */
}

.attributionFavicon {
position: fixed; /* Fix the link to a specific location on the page */
bottom: 2rem; /* 1rem from the bottom */
right: 1rem; /* 1rem from the right */
Expand All @@ -73,7 +60,7 @@
text-decoration: none; /* Remove the underline for a clean look */
}

.attributionFavicon:hover {
.attributionBackground:hover {
text-decoration: underline; /* Add underline on hover for better UX */
}

Expand Down Expand Up @@ -105,7 +92,6 @@
<h1 class="main-title">CENTINELA</h1>
<a href="https://github.com/narrietal" class="attributionAuthor">Author: Nicolas Arrieta Larraza (n.arrieta.larraza@gmail.com)</a>
<a href="http://www.freepik.com" class="attributionBackground">Background designed by Freepik</a>
<a href="https://www.flaticon.com/free-icons/shark" title="shark icons" class="attributionFavicon">Favicon designed by Shark by Smashicons - Flaticon</a>

<div id="loading-section">
<h3 id="loading-message" style="color:rgba(47, 45, 48, 0.911);font-weight: bold;">Loading...</h3>
Expand Down

0 comments on commit 1275d1e

Please sign in to comment.