Updated bsky link in contact page navbar

This commit is contained in:
Rob Kelly 2025-12-21 02:00:34 -07:00
parent f8bdd5b1a2
commit 3d0be5d96e
3 changed files with 7 additions and 7 deletions

View File

@ -10,7 +10,6 @@
<link href="style.css" rel="stylesheet"> <link href="style.css" rel="stylesheet">
</head> </head>
<body> <body>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<div class="container overflow-auto d-flex flex-column dvh-100"> <div class="container overflow-auto d-flex flex-column dvh-100">
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark border-bottom"> <nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark border-bottom">
<div class="container-fluid"> <div class="container-fluid">
@ -36,7 +35,7 @@
<a class="nav-link" href="https://intrusive-thoughts.itch.io/"><span class="fa-brands fa-itch-io fa-xl"/></a> <a class="nav-link" href="https://intrusive-thoughts.itch.io/"><span class="fa-brands fa-itch-io fa-xl"/></a>
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="https://bsky.app/profile/intrusivegames.bsky.social"><span class="fa-brands fa-bluesky fa-xl"/></a> <a class="nav-link" href="https://bsky.app/profile/intrusive.games"><span class="fa-brands fa-bluesky fa-xl"/></a>
</li> </li>
</ul> </ul>
</div> </div>
@ -91,4 +90,5 @@
</footer> </footer>
</div> </div>
</body> </body>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</html> </html>

View File

@ -35,7 +35,7 @@
<a class="nav-link" href="https://intrusive-thoughts.itch.io/"><span class="fa-brands fa-itch-io fa-xl"/></a> <a class="nav-link" href="https://intrusive-thoughts.itch.io/"><span class="fa-brands fa-itch-io fa-xl"/></a>
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="https://bsky.app/profile/intrusive.games"><span class="fa-brands fa-bluesky fa-xl"></a> <a class="nav-link" href="https://bsky.app/profile/intrusive.games"><span class="fa-brands fa-bluesky fa-xl"/></a>
</li> </li>
</ul> </ul>
</div> </div>

View File

@ -10,7 +10,6 @@
<link href="style.css" rel="stylesheet"> <link href="style.css" rel="stylesheet">
</head> </head>
<body> <body>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<div class="container overflow-auto d-flex flex-column dvh-100"> <div class="container overflow-auto d-flex flex-column dvh-100">
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark border-bottom"> <nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark border-bottom">
<div class="container-fluid"> <div class="container-fluid">
@ -36,7 +35,7 @@
<a class="nav-link" href="https://intrusive-thoughts.itch.io/"><span class="fa-brands fa-itch-io fa-xl"/></a> <a class="nav-link" href="https://intrusive-thoughts.itch.io/"><span class="fa-brands fa-itch-io fa-xl"/></a>
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="https://bsky.app/profile/intrusive.games"><span class="fa-brands fa-bluesky fa-xl"></a> <a class="nav-link" href="https://bsky.app/profile/intrusive.games"><span class="fa-brands fa-bluesky fa-xl"/></a>
</li> </li>
</ul> </ul>
</div> </div>
@ -95,4 +94,5 @@
</footer> </footer>
</div> </div>
</body> </body>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</html> </html>