Files
ambersplace.net/media.html
2022-01-25 12:28:54 -05:00

47 lines
2.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>media</title>
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<h1>media</h1>
<ul>
<li><h2>How to Create Straight Characters</h2>
<ul style="padding-left: 2em">
<li><p>So often straight characters are defined by their romantic relationship with someone who is a different gender. How do you keep a story from being overwhelmed by the sexuality of your main character? Is it possible to have a straight character in a story without having a romantic relationship in order to demonstrate their straightness? And how does an LGBTQ storyteller include straight characters while remaining true to their own values and ideals?<br>
Moderator: Gaby Dunn<br>
Panelists: Cecil Baldwin, Jasika Nicole, Brie Williams</p></li>
<li><audio
controls
src="/media/PodCon_Panel_-_How_to_Create_Straight_Characters.mp3">
Your browser does not support the <code>audio</code> element.
</audio></li>
<li><a href="/media/PodCon_Panel_-_How_to_Create_Straight_Characters.mp3">view raw file</a></li>
<li><a href="/media/PodCon_Panel_-_How_to_Create_Straight_Characters.mp3" download>download</a></li>
</ul>
</li>
<li><h2>glitching the galaga attract screen</h2>
<video controls width="270" height="480" style="padding-left: 2em">
<source src="/media/videos/glitch-galaga.webm" type="video/webm">
Your browser doesn't appear to support the &#60;video&#62; tag.
</video>
</li>
</ul>
<aside><p>Note: Media will not work on the neocities or github versions due to filetype/filesize restrictions. There's nothing I can do about it. It works on the self-hosted version but it has no domain yet. My public ip changes all the time, so I can't link it.</p></aside>
<footer>
<a href="/">back home</a>
<p><i>Updated Jan 25, 2022</i></p>
</footer>
</body>
</html>