mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-05 21:16:26 -05:00
Appearance tweaks to credits page
This commit is contained in:
parent
c567eb196a
commit
c662e1f23d
|
|
@ -700,21 +700,20 @@
|
|||
initialize: function() {
|
||||
var buf = '';
|
||||
buf += '<p style="text-align:center"><img src="http://dev.pokemonshowdown.com/pokemonshowdownbeta.png" alt="Pokémon Showdown (beta)" /></p>';
|
||||
buf += '<p style="text-align:center"><small>Version '+Config.version+'</small></p>';
|
||||
buf += '<p style="text-align:center"><small>(Credits in alphabetical order)</small></p>';
|
||||
if (Config.version) buf += '<p style="text-align:center;color:#555555"><small>Version <strong>'+Config.version+'</strong></small></p>';
|
||||
buf += '<h2>Owner</h2>';
|
||||
buf += '<ul><li><p><a href="http://guangcongluo.com/" target="_blank" class="subtle"><strong>Guangcong Luo</strong> [<strong>Zarel</strong>]</a> <small>– Development, Design</small></p></li></ul>';
|
||||
buf += '<h2>Senior Project Staff</h2>';
|
||||
buf += '<ul><li><p><a href="https://cathyjf.com/" target="_blank" class="subtle"><strong>Cathy J. Fitzpatrick</strong> [<strong>cathyjf</strong>]</a> <small>– Development</small></p></li></ul>';
|
||||
buf += '<h2>Project Staff</h2>';
|
||||
buf += '<ul><li><p><a href="http://meltsner.com/" target="_blank" class="subtle"><strong>Bill Meltsner</strong> [<strong>bmelts</strong>]</a> <small>– Development</small></p></li>';
|
||||
buf += '<ul><li><p><a href="http://guangcongluo.com/" target="_blank" class="subtle"><strong>Guangcong Luo</strong> [Zarel]</a> <small>– Development, Design</small></p></li></ul>';
|
||||
buf += '<h2>Senior Staff</h2>';
|
||||
buf += '<ul><li><p><a href="https://cathyjf.com/" target="_blank" class="subtle"><strong>Cathy J. Fitzpatrick</strong> [cathyjf]</a> <small>– Development</small></p></li></ul>';
|
||||
buf += '<h2>Staff</h2>';
|
||||
buf += '<ul><li><p><a href="http://meltsner.com/" target="_blank" class="subtle"><strong>Bill Meltsner</strong> [bmelts]</a> <small>– Development</small></p></li>';
|
||||
buf += '<li><p>[<strong>Marty-D</strong>] <small>– Research, Development</small></p></li></ul>';
|
||||
buf += '<h2>Contributors</h2>';
|
||||
buf += '<ul><li><p><strong>Cody Thompson</strong> [<strong>Rising_Dusk</strong>] <small>– Development</small></p></li>';
|
||||
buf += '<ul><li><p><strong>Cody Thompson</strong> [Rising_Dusk] <small>– Development</small></p></li>';
|
||||
buf += '<li><p>[The <strong>Immortal</strong>] <small>– Development</small></p></li>';
|
||||
buf += '<li><p>[<strong>Joim</strong>] <small>– Development</small></p></li>';
|
||||
buf += '<li><p><a href="http://kyle-dove.deviantart.com/" target="_blank" class="subtle"><strong>Kyle Dove</strong> [<strong>Kyle_Dove</strong>]</a> <small>– Art (battle backdrops)</small></p></li>';
|
||||
buf += '<li><p><a href="http://yilx.deviantart.com/" target="_blank" class="subtle"><strong>Samuel Teo</strong> [<strong>Yilx</strong>]</a> <small>– Art (main background)</small></p></li>';
|
||||
buf += '<li><p><a href="http://kyle-dove.deviantart.com/" target="_blank" class="subtle"><strong>Kyle Dove</strong> [Kyle_Dove]</a> <small>– Art (battle backdrops)</small></p></li>';
|
||||
buf += '<li><p><a href="http://yilx.deviantart.com/" target="_blank" class="subtle"><strong>Samuel Teo</strong> [Yilx]</a> <small>– Art (main background)</small></p></li>';
|
||||
buf += '<li><p>[<strong>Zracknel</strong>] <small>– Art (battle weather backdrops)</small></p></li></ul>';
|
||||
buf += '<p class="buttonbar"><button name="close" class="autofocus"><strong>They sound like cool people</strong></button></p>';
|
||||
this.$el.addClass('credits').html(buf);
|
||||
|
|
|
|||
|
|
@ -853,6 +853,7 @@ p.or:after {
|
|||
.credits li small {
|
||||
font-size: 10pt;
|
||||
display: block;
|
||||
color: #555555;
|
||||
}
|
||||
|
||||
/*********************************************************
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user