💈🦪 Updated with Glitch

This commit is contained in:
Glitch (rescue-trans-rescue)
2024-09-01 22:23:54 +00:00
parent ce0c217116
commit 1db6fefb6b
9 changed files with 515 additions and 402 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="https://glitch.com/favicon.ico" />
<link rel="icon" href="https://i0.wp.com/transrescue.org/wp-content/uploads/2022/03/logoonblk200.png" />
<title>Rescue Trans Rescue</title>
@ -11,7 +11,7 @@
<link rel="stylesheet" href="styles/main.css" />
<link rel="stylesheet" href="styles/artists.css" />
<link rel="stylesheet" href="styles/details.css" />
<!-- The website JavaScript file -->
<script src="scripts/nav.js" defer></script>
<script src="scripts/details.js" defer></script>
@ -50,7 +50,7 @@
</head>
<body>
<div class="wrapper">
<nav id="top-nav">
<nav role="navigation" id="top-nav">
<a class="nav-item" href="/">home</a>
<a class="nav-item" href="/signup">signup</a>
<button
@ -73,7 +73,7 @@
</p>
</div>
<div class="content" role="main">
<main>
<h1 class="title">Artists</h1>
<p>
Artists were asked to provide a short description of their plans. Read
@ -85,10 +85,10 @@
<div class="artist-grid" id="artist-grid">
<!-- Contents are auto-generated by artists.js -->
</div>
</div>
</main>
<!-- Contents auto-generated by nav.js -->
<footer id="footer"></footer>
<footer role="contentinfo" id="footer"></footer>
</div>
</body>
</html>