Skip to content

Instantly share code, notes, and snippets.

@aarqon
Last active March 26, 2017 21:47
Show Gist options
  • Save aarqon/5e8c8f8938ba8a6683d8409e6b112aa7 to your computer and use it in GitHub Desktop.
Save aarqon/5e8c8f8938ba8a6683d8409e6b112aa7 to your computer and use it in GitHub Desktop.
LP Preshow Checklist
<!DOCTYPE html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<title>Preshow Checklist</title>
<style>
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300');
body {
font-family: "Roboto Slab", sans-serif;
margin: 2em;
}
label {
display:flex;
}
img {
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
opacity: 0.1;
z-index: -999;
}
</style>
</head>
<body>
<img src="./img/logo_wip1_large_a.png">
<h1 align=center>LP Preshow Checklist</h1>
<h2>Eliminate Noise</h2>
<form>
<label><input type="checkbox" name="1-1">Turn A/C off</label>
<label><input type="checkbox" name="1-2">Silence electronics</label>
<label><input type="checkbox" name="1-3">Finish drinks/food</label>
<label><input type="checkbox" name="1-4">Turn TV down</label>
<label><input type="checkbox" name="1-5">Eliminate misc. noise</label>
</form>
<h2>Prevent Interruptions</h2>
<form>
<label><input type="checkbox" name="2-1">Make sure everyone knows we're On Air</label>
<label><input type="checkbox" name="2-2">Make sure everyone has gone to the bathroom</label>
<label><input type="checkbox" name="2-3">Make sure no deliveries/guests are expected</label>
<label><input type="checkbox" name="2-4">Silence Steam/Windows/Antivirus/Discord</label>
</form>
<h2>Check Hardware</h2>
<form>
<label><input type="checkbox" name="3-1">Make sure mic is connected</label>
<label><input type="checkbox" name="3-2">Make sure input device is responding correctly</label>
<label><input type="checkbox" name="3-3">If used, make sure PVR is connected to computer and console</label>
</form>
<h2>Check Software</h2>
<form>
<label><input type="checkbox" name="4-1">Check capture software for updates</label>
<label><input type="checkbox" name="4-2">Check that capture software can see game</label>
<label><input type="checkbox" name="4-3">Make sure capture software grabs good video</label>
<label><input type="checkbox" name="4-4">Make sure capture software can hear game</label>
<label><input type="checkbox" name="4-5">Make sure capture software can hear mic</label>
<label><input type="checkbox" name="4-6">Make sure game and mic are on separate tracks</label>
<label><input type="checkbox" name="4-7">Make sure noise gate is set on mic</label>
</form>
<h2>Check Audio</h2>
<form>
<label><input type="checkbox" name="5-1">Make sure speech is loud enough to open the gate</label>
<label><input type="checkbox" name="5-2">Make sure TV audio does not open the gate</label>
<label><input type="checkbox" name="5-3">Make sure controller audio does not open gate</label>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment