initial commit
This commit is contained in:
47
media.html
Normal file
47
media.html
Normal file
@@ -0,0 +1,47 @@
|
||||
<!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">
|
||||
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans"/>
|
||||
</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 <video> tag.
|
||||
</video>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<aside><p>Note: Media will not work on the neocities version due to filetype 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 12, 2022</i></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user