🏑💿 Updated with Glitch
This commit is contained in:
94
artists/index.html
Normal file
94
artists/index.html
Normal file
@ -0,0 +1,94 @@
|
||||
<!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://glitch.com/favicon.ico" />
|
||||
|
||||
<title>Rescue Trans Rescue</title>
|
||||
|
||||
<!-- The website stylesheet -->
|
||||
<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>
|
||||
<script src="scripts/artists.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 id="top-nav">
|
||||
<a class="nav-item" href="/">home</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>
|
||||
|
||||
<div class="content" role="main">
|
||||
<h1 class="title">Artists</h1>
|
||||
<p>
|
||||
Artists were asked to provide a short description of their plans. Read
|
||||
on for each individual artist.
|
||||
</p>
|
||||
<details id="expand-all">
|
||||
<summary>toggle all artists</summary>
|
||||
</details>
|
||||
<div class="artist-grid" id="artist-grid">
|
||||
<!-- Contents are auto-generated by artists.js -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Contents auto-generated by nav.js -->
|
||||
<footer id="footer"></footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user