-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
20 lines (18 loc) · 1.19 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<!-- Copyright (c) 2024 Maestra Music and Roundhouse Designs. All rights reserved. -->
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/assets/images/rise-favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="RISE Theatre Directory is a national personnel directory created to promote visibility of individuals who work backstage, behind-the-scenes, and in support of theater making. The directory is a public service tool, available to all, created with the knowledge that amplification is particularly powerful for those who are often overlooked, including but not limited to people of color, women, trans, nonbinary, deaf, and disabled theatre professionals. RISE Theatre Directory allows these professionals to be discovered and identified for employment and opportunities by producers, general managers, theaters and various employers. Membership is free for professionals across more than 120+ job categories."
/>
<title>RISE Theatre Directory</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>