Last active
May 18, 2021 20:29
-
-
Save timkeller/4afc9d192ee8b9b4af75b4c244930599 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 The Movie 2 HQs</b> | |
<ul> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/8188">Art HQ</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/7924">Modelling HQ</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/8189">Rigging HQ</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/8254">Look/Shading HQ</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/8221">Layout HQ</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/8192">Anim HQ</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/8191">VFX HQ</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/8222">Finaling HQ</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/8223">Lighting/Comp HQ</a></li> | |
</ul> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment