Example #1
0
                    <a class="thumb button" href="art?id=23" id="thumb_23"></a>
                    <a class="thumb button" href="art?id=24" id="thumb_24"></a>
                    <a class="thumb button" href="art?id=25" id="thumb_25"></a>
                    <a class="thumb button" href="art?id=26" id="thumb_26"></a>
                    <a class="thumb button" href="art?id=27" id="thumb_27"></a>
                    <a class="thumb button" href="art?id=28" id="thumb_28"></a>
                    <a class="thumb button" href="art?id=29" id="thumb_29"></a>
                    <a class="thumb button" href="art?id=30" id="thumb_30"></a>
                </div>
            </div>
        </div>
        <div class="container" id="container_05">
            <div class="content" id="content_05">
                <?php 
include 'php/credits.php';
get_credit_data([87084440, 33885066, 39933033, 52978826, 81714101, 100668404, 11840527]);
?>
                <div id="credits">
                    <div class="row">
                        <?php 
echo steam_block(87084440, "Project Lead and Organizer, Web Assets", true);
?>
                        <?php 
echo steam_block(33885066, "Project Lead and Organizer, Web Assets", true);
?>
                    </div>
                    <div class="row">
                        <?php 
echo steam_block(39933033, "Web Developer");
?>
                        <?php 
Example #2
0
                </script>
    </head>
    <body>
        <div class="container" id="art_container">
            <div class="content" id="art_content">
                <a class="button" id="back" href="..#art"></a>
                <?php 
$art_id = $_GET['id'];
if (!$art_id) {
    $art_id = 1;
}
$credits = [1 => 223976371, 2 => 109208338, 3 => 125948669, 4 => 77737195, 5 => 98612134, 6 => 119051773, 7 => 143799368, 8 => 83527684, 9 => 106682175, 10 => 203984915, 11 => 82489742, 12 => 134324669, 13 => 119019787, 14 => 119019787, 15 => 93946450, 16 => 11390639, 17 => 7508825, 18 => 193342335, 19 => 58909697, 20 => 45176684, 21 => 75909945, 22 => 77956547, 23 => 46762167, 24 => 112049695, 25 => 42147009, 26 => 98912174, 27 => 112203169, 28 => 158613105, 29 => 100851125, 30 => 75909945];
include '../php/credits.php';
$artist_id = $credits[$art_id];
if ($artist_id) {
    get_credit_data([$artist_id]);
}
?>
                <div class="display">
                    <img class="artwork" src="../images/gallery/gallery_art_<?php 
print $art_id;
?>
.png"/>
                    <?php 
if ($artist_id) {
    echo '<div id="credits">
                    <div class="row">';
    echo steam_block($artist_id);
    echo '</div>
                </div>';
}