Compare commits
2 Commits
0fb17d74a8
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ddfa27962 | |||
| d0e401075f |
83
artists.html
83
artists.html
@ -1,83 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="icon" href="https://i0.wp.com/transrescue.org/wp-content/uploads/2022/03/logoonblk200.png" />
|
||||
|
||||
<title>Rescue Trans Rescue</title>
|
||||
|
||||
<!-- The website stylesheet -->
|
||||
<link rel="stylesheet" href="styles/main.css" />
|
||||
|
||||
<!-- The website JavaScript file -->
|
||||
<script src="scripts/nav.js" defer></script>
|
||||
|
||||
<!-- Font Awesome -->
|
||||
<script
|
||||
src="https://kit.fontawesome.com/884dded219.js"
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
|
||||
<link
|
||||
rel="canonical"
|
||||
href="https://rescue-trans-rescue.glitch.me/artists"
|
||||
/>
|
||||
<meta
|
||||
name="description"
|
||||
content="Artist directory page for the #rescueTransRescue fundraising project."
|
||||
/>
|
||||
<meta name="robots" content="index,follow" />
|
||||
<meta property="og:title" content="Rescue Trans Rescue: Artists" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta
|
||||
property="og:url"
|
||||
content="https://rescue-trans-rescue.glitch.me/artists"
|
||||
/>
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Artist directory page for the #rescueTransRescue fundraising project."
|
||||
/>
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://i0.wp.com/transrescue.org/wp-content/uploads/2022/03/logoonblk200.png"
|
||||
/>
|
||||
<meta name="twitter:card" content="summary" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<nav role="navigation" id="top-nav">
|
||||
<a class="nav-item" href="/">home</a>
|
||||
<a class="nav-item" href="/artists">artists</a>
|
||||
<a class="nav-item" href="/signup">signup</a>
|
||||
<button
|
||||
class="nav-item"
|
||||
id="alignment"
|
||||
title="toggle left/right navbar alignment"
|
||||
></button>
|
||||
<button
|
||||
class="nav-item"
|
||||
id="theme"
|
||||
title="toggle light/dark mode"
|
||||
></button>
|
||||
</nav>
|
||||
|
||||
<div class="wip">
|
||||
<p>
|
||||
This site is a <b>work in progress!</b> If you experience issues,
|
||||
please try waiting a minute and re-loading before reaching out with
|
||||
questions.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<main>
|
||||
<header role="banner"><h1 class="title">Artists</h1></header>
|
||||
|
||||
<p>This page has moved to <a href="/artists">a simpler URL</a></p>
|
||||
</main>
|
||||
|
||||
<!-- Contents auto-generated by nav.js -->
|
||||
<footer role="contentinfo" id="footer"></footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@ -65,13 +65,6 @@
|
||||
></button>
|
||||
</nav>
|
||||
|
||||
<div class="wip">
|
||||
<p>
|
||||
This site is a <b>work in progress!</b> If you experience issues,
|
||||
please try waiting a minute and re-loading before reaching out with
|
||||
questions.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<main>
|
||||
<h1 class="title">Artists</h1>
|
||||
|
||||
@ -57,13 +57,6 @@
|
||||
></button>
|
||||
</nav>
|
||||
|
||||
<div class="wip">
|
||||
<p>
|
||||
This site is a <b>work in progress!</b> If you experience issues,
|
||||
please try waiting a minute and re-loading before reaching out with
|
||||
questions.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<main>
|
||||
<header role="banner"><h1 class="title">Rescue Trans Rescue</h1></header>
|
||||
|
||||
@ -62,14 +62,6 @@
|
||||
></button>
|
||||
</nav>
|
||||
|
||||
<div class="wip">
|
||||
<p>
|
||||
This site is a <b>work in progress!</b> If you experience issues,
|
||||
please try waiting a minute and re-loading before reaching out with
|
||||
questions.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<main>
|
||||
<h1 role="banner" class="title">Sign Up!</h1>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user