Last active
March 4, 2020 12:42
-
-
Save timkeller/5be0811f8557dd95a3ec46e343dd860c 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; } | |
a { color:white; text-decoration: none; } | |
a:hover { text-decoration: underline; } | |
ul { color: white; } | |
li { color: white; } | |
</style> | |
</head> | |
<body> | |
<ul> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/4523">Previz HQ</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/4421">Animation HQ</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/4417">Dressing HQ</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/4419">Finaling HQ</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/4524">Crowds HQ</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/4420">VFX HQ</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/4753">Fur_QC HQ</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/4416">Lighting HQ</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/4418">Compositing HQ</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/4532">MotionFX HQ</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/4757">Online QC HQ</a></li> | |
</ul> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment