Last active
May 19, 2020 08:33
-
-
Save timkeller/84f83bdeef0cb63fe3a212ffe85f2e5a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous"> | |
<style> | |
html { background-color: rgba(0,0,0,0.9); margin:1em; color:white } | |
a { color:white; text-decoration: none; } | |
a:hover { text-decoration: underline; } | |
ul { color: white; } | |
li { color: white; } | |
b { color: white; } | |
</style> | |
</head> | |
<body> | |
<b>Jungle Beat Season 8 HQs</b> | |
<ul> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/5180">Assets HQ</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/4471">Previz HQ</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/4472">Animation HQ</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/4465">Dressing HQ</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/4469">VFX HQ</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/4474">Finaling HQ</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/4466">Lighting HQ</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/4475">Compositing HQ</a></li> | |
</ul> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment