Last active
July 2, 2024 08:06
-
-
Save timkeller/6147ef2a29c08510192edea95d99052e to your computer and use it in GitHub Desktop.
tdf-sglinks.html
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>YOUNG DAVID HQs</b> | |
<ul> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/9701">Art</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/10169">Modelling</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/10531">Rigging</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/10533">Groom</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/10532">Look</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/11389">Dressing</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/9690">Layout</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/11092">Anim</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/11390">CFX</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/9700">VFX</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/11653">Finalling</a></li> | |
<li><a target="_parent" href="https://sunrise.shotgunstudio.com/page/9694">Lighting & Comp</a></li> | |
</ul> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment