Skip to content

Commit

Permalink
feat: add status link
Browse files Browse the repository at this point in the history
  • Loading branch information
vittorfigueiredo committed Mar 3, 2024
1 parent bf6d71b commit cc94782
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
4 changes: 2 additions & 2 deletions app/views/master.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ function gtag() {
</div>
</div>
<div id="copyright" class="d-lg-flex justify-content-center">
<p>Developed by<a class="text-secondary" href="/" aria-label="Go to home page" target="_blank"> Vitor Figueiredo</a></p>
<p>Developed by <a class="text-secondary" href="/" aria-label="Go to home page" target="_blank">Vitor Figueiredo</a></p>
</div>
<div id="open-source">
<p class="text-light"><a class="text-secondary" href="https://github.com/vittorfigueiredo/vitorfigueiredo.com" aria-label="Go to open source repository">This website is open-source</a></p>
<p class="text-light"><a class="text-secondary" href="https://github.com/vittorfigueiredo/vitorfigueiredo.com" aria-label="Go to open source repository">This website is open-source</a> / <a href="https://vitorfigueiredo.statuspage.io/" class="text-secondary" aria-label="Go to open status page" target="_blank">Status</a></p>
</div>
<div id="badges" class="d-flex justify-content-left align-items-center gap-3">
<a href="https://www.digitalocean.com/?refcode=4fff19c6fe60&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge" target="_blank"><img src="https://web-platforms.sfo2.cdn.digitaloceanspaces.com/WWW/Badge%201.svg" width="80px" height="auto" alt="DigitalOcean Referral Badge" /></a>
Expand Down
14 changes: 0 additions & 14 deletions public/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ body {
flex-direction: column;
}

body a {
text-decoration: none;
}

body a:hover {
color: #808080;
text-decoration: underline;
}

.nav-link {
font-size: 1.5em;
font-weight: bold;
Expand Down Expand Up @@ -99,15 +90,10 @@ main {
border-radius: 0.2em;
border: solid;
border-width: 0.1em;
/* color: #1C1C1C; */
/* background-color: #C0C0C0; */
}

.title button:hover {
cursor: pointer;
/* color: #F8F9FA;
background-color: #212529; */
/* border: none; */
transition: 0.5s;
}

Expand Down

0 comments on commit cc94782

Please sign in to comment.